postgresql/src/backend
Tom Lane 0905e8aeeb Move processing of startup-packet switches and GUC settings into InitPostgres,
to fix the problem that SetClientEncoding needs to be done before
InitializeClientEncoding, as reported by Zdenek Kotala.  We get at least
the small consolation of being able to remove the bizarre API detail that
had InitPostgres returning whether user is a superuser.
2009-09-01 00:09:42 +00:00
..
access Track the current XID wrap limit (or more accurately, the oldest unfrozen 2009-08-31 02:23:23 +00:00
bootstrap Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
catalog Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
commands Track the current XID wrap limit (or more accurately, the oldest unfrozen 2009-08-31 02:23:23 +00:00
executor Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison 2009-08-23 18:26:08 +00:00
foreign Somebody seems to have thought they could get away without checking for 2009-06-11 16:14:18 +00:00
lib Assorted minor refactoring in EXPLAIN. 2009-07-24 21:08:42 +00:00
libpq Remove the use of the pg_auth flat file for client authentication. 2009-08-29 19:26:52 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Merge the Constraint and FkConstraint node types into a single type. 2009-07-30 02:45:38 +00:00
optimizer Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo. 2009-08-13 16:53:09 +00:00
parser Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
po Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
port Reserve the shared memory region during backend startup on Windows, so 2009-07-24 20:12:42 +00:00
postmaster Change the autovacuum launcher to read pg_database directly, rather than 2009-08-31 19:41:00 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
snowball Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
storage Change the autovacuum launcher to read pg_database directly, rather than 2009-08-31 19:41:00 +00:00
tcop Move processing of startup-packet switches and GUC settings into InitPostgres, 2009-09-01 00:09:42 +00:00
tsearch Remove duplicate variable initializations identified by clang static checker. 2009-08-30 16:53:31 +00:00
utils Move processing of startup-packet switches and GUC settings into InitPostgres, 2009-09-01 00:09:42 +00:00
Makefile Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00