postgresql/src/backend
2022-03-30 19:00:07 +09:00
..
access Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. 2022-03-24 14:49:08 -04:00
bootstrap Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:13 -07:00
catalog Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. 2022-03-24 14:49:08 -04:00
commands Fix typo in comment. 2022-03-30 19:00:07 +09:00
executor Revert applying column aliases to the output of whole-row Vars. 2022-03-17 18:18:05 -04:00
foreign Remove bogus "extern" annotations on function definitions. 2018-02-19 12:07:44 -05:00
jit Back-patch LLVM 14 API changes. 2022-03-16 11:35:00 +13:00
lib Fix typo in comment 2021-04-20 14:36:47 +02:00
libpq Allow root-owned SSL private keys in libpq, not only the backend. 2022-03-02 11:57:02 -05:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes Fix assorted missing logic for GroupingFunc nodes. 2022-03-21 17:44:29 -04:00
optimizer Fix assorted missing logic for GroupingFunc nodes. 2022-03-21 17:44:29 -04:00
parser Ensure casting to typmod -1 generates a RelabelType. 2021-12-16 15:36:02 -05:00
partitioning Avoid using ambiguous word "non-negative" in error messages. 2021-07-28 01:24:51 +09:00
po Translation updates 2022-02-07 13:51:36 +01:00
port Make EXEC_BACKEND more convenient on macOS. 2021-08-13 11:10:49 +12:00
postmaster Reject extraneous data after SSL or GSS encryption handshake. 2021-11-08 11:01:43 -05:00
regex Make pg_regexec() robust against out-of-range search_start. 2021-09-11 15:19:58 -04:00
replication Improve subscriber's error message for wrong publication relkind. 2022-02-15 12:21:28 -05:00
rewrite Fix rewriter to set hasModifyingCTE correctly on rewritten queries. 2021-09-08 12:05:43 -04:00
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
statistics Build inherited extended stats on partitioned tables 2022-01-15 18:32:20 +01:00
storage Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. 2022-03-24 14:49:08 -04:00
tcop Fix Portal snapshot tracking to handle subtransactions properly. 2021-10-01 11:10:12 -04:00
tsearch Don't leak compiled regex(es) when an ispell cache entry is dropped. 2021-03-18 21:44:43 -04:00
utils Don't call fwrite() with len == 0 when writing out relcache init file. 2022-03-23 13:13:40 -07:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
Makefile Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
nls.mk Translation updates 2018-09-17 08:40:36 +02:00