postgresql/src
Peter Eisentraut 66d6b4cb54 Fix for warnings-free compilation with Python 3.2
The first argument of PyEval_EvalCode() was changed from PyCodeObject*
to PyObject* because of PEP 384.
2011-02-16 23:15:53 +02:00
..
backend Hot Standby feedback for avoidance of cleanup conflicts on standby. 2011-02-16 19:29:37 +00:00
bin pg_ctl promote 2011-02-15 21:30:23 -05:00
include Hot Standby feedback for avoidance of cleanup conflicts on standby. 2011-02-16 19:29:37 +00:00
interfaces Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. 2011-02-15 15:50:48 -05:00
makefiles Allow make check in PL directories 2011-02-15 06:52:12 +02:00
pl Fix for warnings-free compilation with Python 3.2 2011-02-16 23:15:53 +02:00
port Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom. 2011-02-13 00:14:47 -05:00
template
test Add FOREACH IN ARRAY looping to plpgsql. 2011-02-16 01:53:03 -05:00
timezone
tools Fix MSVC build scripts for recent extension-related changes. 2011-02-14 19:45:46 -05:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
Makefile.global.in Allow make check in PL directories 2011-02-15 06:52:12 +02:00
Makefile.shlib
nls-global.mk
win32.mak