postgresql/src/backend
Alvaro Herrera 839a8eb2b3 Expand comment a little bit
The previous commit removed a comment that was a bit more verbose than
its replacement.
2018-03-19 18:01:27 -03:00
..
access Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan. 2018-03-17 14:59:49 -04:00
bootstrap Add missing debug lines during bootstrap 2018-03-07 11:47:35 -03:00
catalog Remove pg_class.relhaspkey 2018-03-14 15:31:34 -04:00
commands Fix state reversal after partition tuple routing 2018-03-19 17:45:53 -03:00
executor Expand comment a little bit 2018-03-19 18:01:27 -03:00
foreign Remove bogus "extern" annotations on function definitions. 2018-02-19 12:07:44 -05:00
lib Minor clean-up in dshash.{c,h}. 2018-03-01 16:25:46 -08:00
libpq Fix typo in comment 2018-03-19 10:45:44 +01:00
main
nodes Simplify parse representation of savepoint commands 2018-03-16 13:18:06 -04:00
optimizer Generate a separate upper relation for each stage of setop planning. 2018-03-19 11:55:38 -04:00
parser Simplify parse representation of savepoint commands 2018-03-16 13:18:06 -04:00
po
port Support huge pages on Windows 2018-01-21 15:40:46 +01:00
postmaster Log when a BRIN autosummarization request fails 2018-03-14 11:59:40 -03:00
regex
replication Rename TransactionChain functions 2018-03-16 13:18:06 -04:00
rewrite Remove pg_class.relhaspkey 2018-03-14 15:31:34 -04:00
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
statistics
storage shm_mq: Fix detach race condition. 2018-03-05 15:12:49 -05:00
tcop Simplify parse representation of savepoint commands 2018-03-16 13:18:06 -04:00
tsearch Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
utils Add ssl_passphrase_command setting 2018-03-17 08:28:51 -04:00
.gitignore
common.mk
Makefile
nls.mk