postgresql/src/backend
2009-01-06 23:46:06 +00:00
..
access Fix string reloption handling, per KaiGai Kohei. 2009-01-06 14:47:37 +00:00
bootstrap Update copyright for 2009. 2009-01-01 17:24:05 +00:00
catalog Fix embarrassing bug in recent smgr refactoring patch: WAL records should 2009-01-04 14:59:22 +00:00
commands Clarify a confusing comment about MCVs vs histogram entries. 2009-01-06 23:46:06 +00:00
executor Include a pointer to the query's source text in QueryDesc structs. This is 2009-01-02 20:42:00 +00:00
foreign Update copyright for 2009. 2009-01-01 17:24:05 +00:00
lib Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to say 2009-01-02 11:34:03 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Update copyright for 2009. 2009-01-01 17:24:05 +00:00
optimizer Fix an oversight in the function-default-arguments patch: after adding some 2009-01-06 01:23:21 +00:00
parser Update copyright for 2009. 2009-01-01 17:24:05 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Update copyright for 2009. 2009-01-01 17:24:05 +00:00
postmaster Add contrib/pg_stat_statements for server-wide tracking of statement execution 2009-01-04 22:19:59 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Update copyright for 2009. 2009-01-01 17:24:05 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage Create a "shmem_startup_hook" to be called at the end of shared memory 2009-01-03 17:08:39 +00:00
tcop Include a pointer to the query's source text in QueryDesc structs. This is 2009-01-02 20:42:00 +00:00
tsearch Update copyright for 2009. 2009-01-01 17:24:05 +00:00
utils Change a couple of ill-advised uses of INFO elog level to WARNINGs; in 2009-01-06 16:39:52 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nls.mk Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00