postgresql/src/backend
Magnus Hagander 8d320b6356 Code review of strftime patch, per comments from Tom:
* Use correct buffer size MAX_L10N_DATA
* Use strlcpy instead of StrNCpy
2009-01-09 14:07:00 +00:00
..
access A couple further reloptions improvements, per KaiGai Kohei: add a validation 2009-01-08 19:34:41 +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 Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, 2009-01-07 20:38:56 +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 Make krb_realm and krb_server_hostname be pg_hba options only, and remove 2009-01-09 10:13:19 +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 Create a third option named "partition" for constraint_exclusion, and make it 2009-01-07 22:40:49 +00:00
parser Defend against null input in analyze_requires_snapshot(), per report 2009-01-08 13:42:33 +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 Update comment associated with 'debug_query_string'. 2009-01-07 19:35:43 +00:00
tsearch Update copyright for 2009. 2009-01-01 17:24:05 +00:00
utils Code review of strftime patch, per comments from Tom: 2009-01-09 14:07:00 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
nls.mk Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00