postgresql/src/backend
Tom Lane 72559b49c0 Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names,
so that it's safe if a parallel make chooses to run two concurrent copies.
Also, work around a memory leak in some versions of Perl.
2010-01-05 20:23:32 +00:00
..
access Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at 2010-01-04 12:50:50 +00:00
bootstrap Fix a few places where we needed -I. in CPPFLAGS to work properly in 2010-01-05 03:56:52 +00:00
catalog Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names, 2010-01-05 20:23:32 +00:00
commands Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
executor When estimating the selectivity of an inequality "column > constant" or 2010-01-04 02:44:40 +00:00
foreign Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
lib Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
libpq Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
main Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
optimizer Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parser Fix a few places where we needed -I. in CPPFLAGS to work properly in 2010-01-05 03:56:52 +00:00
po Translation updates 2009-12-19 20:23:26 +00:00
port Silence compiler warning about printf format for HANDLE. 2010-01-04 01:06:21 +00:00
postmaster Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
regex Teach the regular expression functions to do case-insensitive matching and 2009-12-01 21:00:24 +00:00
rewrite Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
snowball Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
storage Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tcop Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsearch When estimating the selectivity of an inequality "column > constant" or 2010-01-04 02:44:40 +00:00
utils Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names, 2010-01-05 20:23:32 +00:00
Makefile Fix parallel-make timing problem. 2010-01-05 01:20:35 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00