postgresql/src/backend/access
Heikki Linnakangas f489470f8a Fix Windows build.
Was broken by my xloginsert scaling patch. XLogCtl global variable needs
to be initialized in each process, as it's not inherited by fork() on
Windows.
2013-07-08 17:28:48 +03:00
..
common Cooperate with the Valgrind instrumentation framework. 2013-06-26 20:22:25 -04:00
gin Inline ginCompareItemPointers function for speed. 2013-06-29 12:55:34 +03:00
gist Post-pgindent cleanup 2013-06-01 09:38:15 -04:00
hash Add buffer_std flag to MarkBufferDirtyHint(). 2013-06-17 08:02:12 -07:00
heap Update messages, comments and documentation for materialized views. 2013-07-05 15:37:51 -04:00
index Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 2013-07-02 09:47:01 -04:00
nbtree Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 2013-07-02 09:47:01 -04:00
rmgrdesc Add new GUC, max_worker_processes, limiting number of bgworkers. 2013-07-04 11:24:24 -04:00
spgist Avoid deadlocks during insertion into SP-GiST indexes. 2013-06-14 14:26:43 -04:00
transam Fix Windows build. 2013-07-08 17:28:48 +03:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00