postgresql/src/backend
Peter Geoghegan fbe4cb3bd4 Fix comment about promising tuples.
Oversight in commit d168b66682, which added bottom-up index deletion.
2021-03-16 13:38:52 -07:00
..
access Fix comment about promising tuples. 2021-03-16 13:38:52 -07:00
bootstrap Make archiver process an auxiliary process. 2021-03-15 13:13:14 +09:00
catalog Track total amounts of times spent writing and syncing WAL data to disk. 2021-03-09 16:52:06 +09:00
commands Use pre-fetching for ANALYZE 2021-03-16 14:46:48 -04:00
executor Enable parallel SELECT for "INSERT INTO ... SELECT ...". 2021-03-10 07:38:58 +05:30
foreign Update copyright for 2021 2021-01-02 13:06:25 -05:00
jit Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
lib Update copyright for 2021 2021-01-02 13:06:25 -05:00
libpq Avoid corner-case memory leak in SSL parameter processing. 2021-03-16 16:03:06 -04:00
main Update copyright for 2021 2021-01-02 13:06:25 -05:00
nodes Enable parallel SELECT for "INSERT INTO ... SELECT ...". 2021-03-10 07:38:58 +05:30
optimizer Improve FK trigger parallel-safety check added by 05c8482f7f. 2021-03-13 09:20:52 +05:30
parser Forbid marking an identity column as nullable. 2021-03-12 11:08:42 -05:00
partitioning Message style fix 2021-02-24 07:00:49 +01:00
po
port Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
postmaster Make archiver process an auxiliary process. 2021-03-15 13:13:14 +09:00
regex Further tweak memory management for regex DFAs. 2021-03-08 16:32:29 -05:00
replication Implement pipeline mode in libpq 2021-03-15 18:13:42 -03:00
rewrite Revert "Propagate CTE property flags when copying a CTE list into a rule." 2021-02-07 12:54:08 -05:00
snowball Update snowball 2021-02-19 08:10:15 +01:00
statistics Update copyright for 2021 2021-01-02 13:06:25 -05:00
storage Make archiver process an auxiliary process. 2021-03-15 13:13:14 +09:00
tcop Improve logging of bad parameter values in BIND messages. 2021-03-16 11:16:41 -04:00
tsearch Fix parsing of complex morphs to tsquery 2021-01-31 20:14:29 +03:00
utils Don't consider newly inserted tuples in nbtree VACUUM. 2021-03-10 16:27:01 -08:00
.gitignore
common.mk
Makefile Use sort_template.h for qsort_tuple() and qsort_ssup(). 2021-03-03 17:02:32 +13:00
nls.mk