postgresql/src/backend
Peter Geoghegan d129c07499 Correct nbtree page split lock coupling comment.
There is no reason to distinguish between readers and writers here.
2020-08-09 12:01:15 -07:00
..
access Correct nbtree page split lock coupling comment. 2020-08-09 12:01:15 -07:00
bootstrap Be more careful about marking catalog columns NOT NULL by default. 2020-07-21 13:03:48 -04:00
catalog Minimize slot creation for multi-inserts of pg_shdepend 2020-08-01 11:49:13 +09:00
commands Remove PROC_IN_ANALYZE and derived flags 2020-08-07 17:24:40 -04:00
executor Fix matching of sub-partitions when a partitioned plan is stale. 2020-08-05 15:38:55 -04:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit Register llvm_shutdown using on_proc_exit, not before_shmem_exit. 2020-08-06 14:13:03 -04:00
lib Use pg_bitutils for HyperLogLog. 2020-07-30 09:14:23 -07:00
libpq code: replace most remaining uses of 'master'. 2020-07-08 13:24:35 -07:00
main Clean up includes of s_lock.h. 2020-06-18 19:41:05 -07:00
nodes Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes 2020-07-11 13:32:28 +09:00
optimizer Add hash_mem_multiplier GUC. 2020-07-29 14:14:58 -07:00
parser Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes 2020-07-11 13:32:28 +09:00
partitioning Fix yet another issue with step generation in partition pruning. 2020-08-07 14:45:00 +09:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Add huge_page_size setting for use on Linux. 2020-07-17 14:33:00 +12:00
postmaster Introduce a WaitEventSet for the stats collector. 2020-07-30 17:44:28 +12:00
regex Dial back -Wimplicit-fallthrough to level 3 2020-05-13 15:31:14 -04:00
replication Remove useless Assert. 2020-08-09 11:32:31 -04:00
rewrite Add missing invocations to object access hooks 2020-05-23 14:03:04 +09:00
snowball code: replace most remaining uses of 'master'. 2020-07-08 13:24:35 -07:00
statistics Run pgindent with new pg_bsd_indent version 2.1.1. 2020-05-16 11:54:51 -04:00
storage Preallocate some DSM space at startup. 2020-07-31 17:49:58 +12:00
tcop Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes 2020-07-11 13:32:28 +09:00
tsearch Fix recently-introduced performance problem in ts_headline(). 2020-07-31 11:43:12 -04:00
utils Add %P to log_line_prefix for parallel group leader 2020-08-03 13:38:48 +09:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00