postgresql/src/backend
Peter Eisentraut 4dcd4da98c Fix error message from wal_level value renaming
found by Ian Barwick
2016-04-04 21:17:54 -04:00
..
access Display WAL pointer in rm_redo error callback 2016-04-04 18:12:12 -03:00
bootstrap Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00
catalog Allow aggregate transition states to be serialized and deserialized. 2016-03-29 15:04:05 -04:00
commands Add a few comments about ANALYZE's strategy for collecting MCVs. 2016-04-04 17:06:33 -04:00
executor Copyedit comments and documentation. 2016-04-01 21:53:10 -04:00
foreign Don't require a user mapping for FDWs to work. 2016-03-28 21:50:28 -04:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Refer to a TOKEN_USER payload as a "token user," not as a "user token". 2016-04-01 21:53:18 -04:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:10:18 +01:00
nodes Support using index-only scans with partial indexes in more cases. 2016-03-31 14:49:10 -04:00
optimizer Support using index-only scans with partial indexes in more cases. 2016-03-31 14:49:10 -04:00
parser Type names should not be quoted 2016-04-01 13:35:48 -03:00
po
port Fix latent portability issue in pgwin32_dispatch_queued_signals(). 2016-04-04 11:13:17 -04:00
postmaster Avoid archiving XLOG_RUNNING_XACTS on idle server 2016-04-04 07:18:05 +01:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Fix error message from wal_level value renaming 2016-04-04 21:17:54 -04:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:11:38 -05:00
snowball
storage Avoid archiving XLOG_RUNNING_XACTS on idle server 2016-04-04 07:18:05 +01:00
tcop Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
tsearch Fix support of digits in email/hostnames. 2016-03-29 18:28:49 +03:00
utils Disallow newlines in parameter values to be set in ALTER SYSTEM. 2016-04-04 18:05:23 -04:00
.gitignore
common.mk
Makefile Combine win32 and unix latch implementations. 2016-03-21 11:03:26 +01:00
nls.mk