postgresql/src
Heikki Linnakangas 236b6bc29e Simplify Windows implementation of latches. There's no need to keep a
dynamic pool of event handles, we can permanently assign one for each
shared latch. Thanks to that, we no longer need a separate shared memory
block for latches, and we don't need to know in advance how many shared
latches there is, so you no longer need to remember to update
NumSharedLatches when you introduce a new latch to the system.
2010-09-15 10:06:21 +00:00
..
backend Simplify Windows implementation of latches. There's no need to keep a 2010-09-15 10:06:21 +00:00
bin Don't warn about an in-progress online backup, when we're recovering from 2010-09-14 08:05:33 +00:00
include Simplify Windows implementation of latches. There's no need to keep a 2010-09-15 10:06:21 +00:00
interfaces Cursor names in the backend are not case-sensitve. This change makes sure that 2010-09-10 10:13:20 +00:00
makefiles
pl Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr 2010-08-25 19:37:56 +00:00
port Modify pg_upgrade to set/restore all environment variables related to 2010-09-07 14:10:30 +00:00
template
test Fix join-removal logic for pseudoconstant and outerjoin-delayed quals. 2010-09-14 23:15:29 +00:00
timezone Update time zone data files to tzdata release 2010l: DST law changes in 2010-08-26 19:58:36 +00:00
tools Introduce latches. A latch is a boolean variable, with the capability to 2010-09-11 15:48:04 +00:00
tutorial
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak