postgresql/src/backend
Heikki Linnakangas 9c808f89c2 Refactor XLogInsert a bit. The rdata entries for backup blocks are now
constructed before acquiring WALInsertLock, which slightly reduces the time
the lock is held. Although I could not measure any benefit in benchmarks,
the code is more readable this way.
2012-01-11 11:01:47 +02:00
..
access Refactor XLogInsert a bit. The rdata entries for backup blocks are now 2012-01-11 11:01:47 +02:00
bootstrap Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
catalog Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
commands Fix backwards logic in previous commit. 2012-01-06 22:54:43 -05:00
executor Make executor's SELECT INTO code save and restore original tuple receiver. 2012-01-04 18:30:55 -05:00
foreign Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
lib Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
libpq Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
main Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodes Rename the internal structures of the CREATE TABLE (LIKE ...) facility 2012-01-07 23:02:33 +02:00
optimizer Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
parser Support CREATE TABLE (LIKE ...) with foreign tables and views 2012-01-10 21:46:29 +02:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
postmaster Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
regex Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
replication Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
rewrite Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
snowball Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
storage Make the number of CLOG buffers adaptive, based on shared_buffers. 2012-01-06 14:32:18 -05:00
tcop Improve behavior of concurrent ALTER TABLE, and do some refactoring. 2012-01-06 22:42:26 -05:00
tsearch Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
utils Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
nls.mk Sort file list when creating gettext-files 2011-12-27 20:20:56 +02:00