postgresql/src/backend
Tom Lane 43a57cf365 Revise the TIDBitmap API to support multiple concurrent iterations over a
bitmap.  This is extracted from Greg Stark's posix_fadvise patch; it seems
worth committing separately, since it's potentially useful independently of
posix_fadvise.
2009-01-10 21:08:36 +00:00
..
access Revise the TIDBitmap API to support multiple concurrent iterations over a 2009-01-10 21:08:36 +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 Arrange for function default arguments to be processed properly in expressions 2009-01-09 15:46:11 +00:00
executor Revise the TIDBitmap API to support multiple concurrent iterations over a 2009-01-10 21:08:36 +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 Revise the TIDBitmap API to support multiple concurrent iterations over a 2009-01-10 21:08:36 +00:00
optimizer Arrange for function default arguments to be processed properly in expressions 2009-01-09 15:46:11 +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