postgresql/src
Peter Eisentraut 04aad40186 Drop support for Python 2.3
There is no specific reason for this right now, but keeping support for
old Python versions around indefinitely increases the maintenance
burden.  The oldest supported Python version is now Python 2.4, which is
still shipped in RHEL/CentOS 5 by default.

In configure, add a check for the required Python version and give a
friendly error message for an old version, instead of relying on an
obscure build error later on.
2017-02-21 09:49:22 -05:00
..
backend Improve error message for misuse of TZ, tz, OF formatting patterns. 2017-02-20 10:27:48 -05:00
bin Suppress "unused variable" warnings with older versions of flex. 2017-02-19 13:04:30 -05:00
common Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe_utils Suppress "unused variable" warnings with older versions of flex. 2017-02-19 13:04:30 -05:00
include Add optimizer and executor support for parallel index-only scans. 2017-02-19 15:57:55 +05:30
interfaces Make src/interfaces/libpq/test clean up after itself. 2017-02-19 17:18:10 -05:00
makefiles Try to fix non-MSVC Windows builds in the wake of logical replication. 2017-01-20 12:51:31 -05:00
pl Drop support for Python 2.3 2017-02-21 09:49:22 -05:00
port Attempt to handle pending-delete files on Windows 2017-01-04 10:48:30 +01:00
template Remove "sco" and "unixware" ports. 2016-10-11 11:26:04 -04:00
test Make partitions automatically inherit OIDs. 2017-02-19 21:29:27 +05:30
timezone Update time zone data files to tzdata release 2016j. 2017-01-30 11:40:22 -05:00
tools Dept of second thoughts: rename new perl script. 2017-02-19 16:41:51 -05:00
tutorial Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
.gitignore
DEVELOPERS
Makefile Remove redundant coverage target 2017-02-17 08:56:57 -05:00
Makefile.global.in Dept of second thoughts: rename new perl script. 2017-02-19 16:41:51 -05:00
Makefile.shlib Fix typos in comments. 2017-02-06 11:33:58 +02:00
bcc32.mak
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak