postgresql/src/backend
Alvaro Herrera a0390f6ca6
Review wording on tablespaces w.r.t. partitioned tables
Remove a redundant comment, and document pg_class.reltablespace properly
in catalogs.sgml.

After commits a36c84c3e4, 87259588d0 and others.

Backpatch to 12.

Discussion: https://postgr.es/m/202403191013.w2kr7wqlamqz@alvherre.pgsql
2024-03-20 15:28:14 +01:00
..
access Remove unused PruneState member rel 2024-03-20 10:13:42 +02:00
archive Add macro for customizing an archiving WARNING message. 2024-03-04 15:41:42 -06:00
backup Add destroyStringInfo function for cleaning up StringInfos 2024-03-16 23:18:28 +01:00
bootstrap Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
catalog Catalog domain not-null constraints 2024-03-20 10:05:37 +01:00
commands Review wording on tablespaces w.r.t. partitioned tables 2024-03-20 15:28:14 +01:00
executor Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples 2024-03-18 14:03:58 +02:00
foreign Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
jit Add RETURNING support to MERGE. 2024-03-17 13:58:59 +00:00
lib Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
libpq Fix copying SockAddr struct 2024-03-12 15:31:02 +02:00
main Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
nodes gen_node_support.pl: Mark location fields as type alias ParseLoc 2024-03-19 16:56:44 +01:00
optimizer Improve EXPLAIN's display of SubPlan nodes and output parameters. 2024-03-19 18:19:24 -04:00
parser Add RETURNING support to MERGE. 2024-03-17 13:58:59 +00:00
partitioning Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
port Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
postmaster Remove assertions that some compiler say are tautological 2024-03-20 09:14:51 +02:00
regex Support C.UTF-8 locale in the new builtin collation provider. 2024-03-19 15:24:41 -07:00
replication Fix misleading comments 2024-03-19 10:55:51 +01:00
rewrite Add RETURNING support to MERGE. 2024-03-17 13:58:59 +00:00
snowball Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
statistics Make stxstattarget nullable 2024-03-17 12:26:26 +01:00
storage Rework lwlocknames.txt to become lwlocklist.h 2024-03-20 11:55:20 +01:00
tcop Move code for backend startup to separate file 2024-03-18 11:38:10 +02:00
tsearch Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
utils Rework lwlocknames.txt to become lwlocklist.h 2024-03-20 11:55:20 +01:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Rework lwlocknames.txt to become lwlocklist.h 2024-03-20 11:55:20 +01:00
meson.build Remove AIX support 2024-02-28 15:17:23 +04:00
nls.mk Remove distprep 2023-11-06 15:18:04 +01:00