postgresql/src/backend
Álvaro Herrera c0b53ec063
Rename cluster.c to repack.c (and corresponding .h)
CLUSTER is no longer the favored way to invoke this functionality, and
the code is about to shift its focus to the REPACK more ambitiously.
Rename the file to avoid leaving an unnecessary historical artifact
around.

Author: Álvaro Herrera <alvherre@kurilemu.de>
Discussion: https://postgr.es/m/202603271635.owyhm7btgoic@alvherre.pgsql
2026-04-06 20:11:01 +02:00
..
access Convert all remaining subsystems to use the new shmem allocation API 2026-04-06 02:13:10 +03:00
archive Don't include wait_event.h in pgstat.h 2026-03-06 16:24:58 +01:00
backup Online enabling and disabling of data checksums 2026-04-03 22:58:51 +02:00
bootstrap Introduce a registry of built-in shmem subsystems 2026-04-06 02:12:55 +03:00
catalog Allow index_create to suppress index_build progress reporting 2026-04-05 13:34:08 +02:00
commands Rename cluster.c to repack.c (and corresponding .h) 2026-04-06 20:11:01 +02:00
executor instrumentation: Separate per-node logic from other uses 2026-04-05 19:04:24 -04:00
foreign Remove bits* typedefs. 2026-03-30 16:12:08 -05:00
jit jit: No backport::SectionMemoryManager for LLVM 22. 2026-04-03 14:55:11 +13:00
lib dshash: Make it possible to suppress out of memory errors 2026-03-19 11:51:17 -04:00
libpq oauth: Let validators provide failure DETAILs 2026-04-03 16:05:33 -07:00
main Update copyright for 2026 2026-01-01 13:24:10 -05:00
nodes Add UPDATE/DELETE FOR PORTION OF 2026-04-01 19:06:03 +02:00
optimizer Fix volatile function evaluation in eager aggregation 2026-04-06 11:54:08 +09:00
parser Add UPDATE/DELETE FOR PORTION OF 2026-04-01 19:06:03 +02:00
partitioning Thread flags through begin-scan APIs 2026-03-30 12:27:24 -04:00
po Update copyright for 2026 2026-01-01 13:24:10 -05:00
port Use the new shmem allocation functions in a few core subsystems 2026-04-06 02:12:59 +03:00
postmaster Remove autoanalyze corner case. 2026-04-06 11:28:46 -05:00
regex Use fallthrough attribute instead of comment 2026-02-19 08:51:12 +01:00
replication Release postmaster working memory context in slotsync worker 2026-04-06 23:04:18 +09:00
rewrite Add UPDATE/DELETE FOR PORTION OF 2026-04-01 19:06:03 +02:00
snowball Fix meson build of snowball code. 2026-01-05 16:51:36 -05:00
statistics Add support for extended statistics on virtual generated columns. 2026-04-01 17:02:24 +01:00
storage Rename cluster.c to repack.c (and corresponding .h) 2026-04-06 20:11:01 +02:00
tcop Rename cluster.c to repack.c (and corresponding .h) 2026-04-06 20:11:01 +02:00
tsearch Require superuser to install a non-built-in selectivity estimator. 2026-02-09 10:07:31 -05:00
utils Fix null-bitmap combining in array_agg_array_combine(). 2026-04-06 13:14:53 -04:00
.gitignore
common.mk
Makefile ssl: Serverside SNI support for libpq 2026-03-18 12:37:11 +01:00
meson.build Add backtrace support for Windows using DbgHelp API 2026-02-24 17:34:56 +01:00
nls.mk Create a separate file listing backend types 2025-09-26 15:21:49 +02:00