postgresql/src/backend
Peter Geoghegan f68faf4c75 Fix comments about deduplication updating page.
nbtree deduplication passes add tuples from the original/target page to
a temp page, merging as necessary.  The temp page is copied back to the
target permanent page in the critical section.  This is similar to the
approach taken by nbtree page splits.

Adjust comments that referred to updating the original page in-place as
tuples were merged.  These were left over from earlier versions of the
deduplication patch that didn't yet use a temp page.
2022-08-05 14:25:49 -07:00
..
access Fix comments about deduplication updating page. 2022-08-05 14:25:49 -07:00
bootstrap Process session_preload_libraries within InitPostgres's transaction. 2022-07-25 10:27:43 -04:00
catalog Move common catalog cache access routines to lsyscache.c 2022-08-02 10:47:22 +05:30
commands Fix ENABLE/DISABLE TRIGGER to handle recursion correctly 2022-08-05 09:47:26 +02:00
executor Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT. 2022-08-04 14:16:26 -04:00
foreign Create routine able to set single-call SRFs for Materialize mode 2022-03-07 10:26:29 +09:00
jit Improve performance of ORDER BY / DISTINCT aggregates 2022-08-02 23:11:45 +12:00
lib Fix lock assertions in dshash.c. 2022-07-11 16:43:29 +12:00
libpq Make consistent a couple of log messages when parsing HBA files 2022-08-05 09:50:27 +09:00
main Remove support for Visual Studio 2013 2022-07-14 11:22:49 +09:00
nodes Fix incorrect tests for SRFs in relation_can_be_sorted_early(). 2022-08-03 17:33:42 -04:00
optimizer Fix failure to set correct operator in window run condition 2022-08-05 10:14:00 +12:00
parser Improve performance of ORDER BY / DISTINCT aggregates 2022-08-02 23:11:45 +12:00
partitioning Have ExecFindPartition cache the last found partition 2022-08-02 09:55:27 +12:00
po NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
port Emulate sigprocmask(), not sigsetmask(), on Windows. 2022-07-16 17:03:38 +12:00
postmaster Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs 2022-08-05 09:37:12 +09:00
regex Remove redundant null pointer checks before free() 2022-07-03 11:47:15 +02:00
replication Remove dead pread and pwrite replacement code. 2022-08-05 09:49:21 +12:00
rewrite Replace many MemSet calls with struct initialization 2022-07-16 08:50:49 +02:00
snowball Move snowball_create.sql creation into perl file 2022-07-18 12:24:27 -07:00
statistics Partially undo commit 94da73281. 2022-08-05 15:57:46 -04:00
storage Remove configure probe for fdatasync. 2022-08-05 16:37:38 +12:00
tcop Remove configure probe and related tests for getrlimit. 2022-08-05 09:18:34 +12:00
tsearch Invent qsort_interruptible(). 2022-07-12 16:30:36 -04:00
utils Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs 2022-08-05 09:37:12 +09:00
.gitignore
Makefile Automatically generate node support functions 2022-07-09 08:53:59 +02:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00