postgresql/src/backend
Noah Misch c22650cd64 Refer to a TOKEN_USER payload as a "token user," not as a "user token".
This corrects messages for can't-happen errors.  The corresponding "user
token" appears in the HANDLE argument of GetTokenInformation().
2016-04-01 21:53:18 -04:00
..
access Add Generic WAL interface 2016-04-01 12:21:48 +03:00
bootstrap
catalog Allow aggregate transition states to be serialized and deserialized. 2016-03-29 15:04:05 -04:00
commands Omit null rows when setting the threshold for what's a most-common value. 2016-04-01 17:03:27 -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
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
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 Avoid possibly-unsafe use of Windows' FormatMessage() function. 2016-03-29 11:55:19 -04:00
postmaster
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Add Generic WAL interface 2016-04-01 12:21:48 +03:00
rewrite
snowball
storage Copyedit comments and documentation. 2016-04-01 21:53:10 -04: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 Copyedit comments and documentation. 2016-04-01 21:53:10 -04:00
.gitignore
common.mk
Makefile
nls.mk