Commit Graph

22149 Commits (8f332cf79eff2ce13c566cc858f88a872699a42c)
 

Author SHA1 Message Date
Tom Lane e8051df2c1 Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing 18 years ago
Tom Lane 77f5afc306 Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag. 18 years ago
Tom Lane 8576a07843 Change hashscan.c to keep its list of active hash index scans in 18 years ago
Alvaro Herrera 712d0eecf8 Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara. 18 years ago
Tom Lane f40d8b5ef4 If RelationBuildDesc() fails to open a critical system index, PANIC with 18 years ago
Tom Lane bac65d5240 Fix datetime input to behave correctly for Feb 29 in years BC. 18 years ago
Tom Lane f004ac180a Use our own getopt() and getopt_long() on Solaris, because that platform's 18 years ago
Tom Lane 0f6acc4509 Avoid trying to print a NULL char pointer in --describe-config. On some 18 years ago
Tom Lane f6b6c2420e Fix mistakes in pg_ctl's code for "start -w" that tries to cope with 18 years ago
Tom Lane 63df2c788a Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique new 18 years ago
Tom Lane e2429619b1 Repair VACUUM FULL bug introduced by HOT patch: the original way of 18 years ago
Tom Lane 4af5e12b59 Some variants of ALTER OWNER tried to make the "object" field of the 18 years ago
Andrew Dunstan 08cf8603cf Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens. 18 years ago
Alvaro Herrera d3c7bd63b7 Backpatch my fix of rev 1.48 to avoid a division-by-zero error in the 18 years ago
Tom Lane 78f53d5a00 Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: 18 years ago
Tom Lane 307a677873 A long time ago, Peter pointed out that ruleutils.c didn't dump simple 18 years ago
Tom Lane d419ce4568 Stamp release 8.1.11. 18 years ago
Tom Lane bf4d342f8e Update release notes for security releases. 18 years ago
Tom Lane 148bd52da4 The original patch to disallow non-passworded connections to non-superusers 18 years ago
Tom Lane 46cf9c260d Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 18 years ago
Tom Lane 8b1de3b515 Fix assorted security-grade bugs in the regex engine. All of these problems 18 years ago
Tom Lane 5ddd11b02d Insert ARST into the list of known timezone abbreviations. 18 years ago
Magnus Hagander af3de8077e Fix invalid ipv6 address in example. Per doc comment 7211. 18 years ago
Tom Lane a634642aa6 Update time zone data files to tzdata release 2007k. 18 years ago
Bruce Momjian 8cc239782c Provide a more helpful error message when there is an autoconf version 18 years ago
Tom Lane 5a351b66df Make path_recv() and poly_recv() reject paths/polygons containing no points. 18 years ago
Tom Lane 3c92d5fdd9 Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive 18 years ago
Andrew Dunstan 63276b7f6c Workaround for perl problem where evaluating UTF8 regexes can cause 18 years ago
Peter Eisentraut f575dfc230 Require a specific Autoconf version, instead of a lower bound only. 18 years ago
Alvaro Herrera 4bf3801d59 Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead 18 years ago
Tatsuo Ishii d4becb639d Fix "Overall Page Layout" table. The second row should be ItemIdData, not 18 years ago
Tom Lane 80848c001d Prevent Perl from introducing a possibly-incompatible definition of type 18 years ago
Teodor Sigaev 9275f2d34c Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. 18 years ago
Tom Lane 011e0efc15 Update timezone data files to release 2007i of the zic database. 18 years ago
Joe Conway 0b33e2066f Have crosstab variants treat NULL rowid as a category in its own right, 18 years ago
Tom Lane 8d31b6d24d Second pass at improving LIKE/regex estimation in non-C locales. It turns 18 years ago
Tom Lane b4b939e455 If an index depends on no columns of its table, give it a dependency on the 18 years ago
Tom Lane e4a46db10f Improve the performance of LIKE/regex estimation in non-C locales, by making 18 years ago
Michael Meskes 607359854e Fixed two parser bugs. 18 years ago
Tom Lane 56ac701b3b Fix a couple of issues with pg_dump's handling of inheritance child tables 18 years ago
Tom Lane 5808e2b173 Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes 18 years ago
Tom Lane fbe5dc4386 Ensure that the result of evaluating a function during constant-expression 18 years ago
Magnus Hagander 9310b2e578 Don't try to free pgpassfile since it's a stack variable. 18 years ago
Tom Lane 56ae9c905a Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". 18 years ago
Tom Lane bc0179e02b Update timezone data files to release 2007h of the zic database. 18 years ago
Tom Lane d218e2332b Defend against openssl libraries that fail on keys longer than 128 bits; 18 years ago
Tom Lane 9618af7b27 Make archive recovery always start a new timeline, rather than only when a 18 years ago
Teodor Sigaev bc16ca2746 Fix crash of to_tsvector() function on huge input: compareWORD() 18 years ago
Alvaro Herrera 9e439d9f66 Reduce the size of memory allocations by lazy vacuum when processing a small 19 years ago
Tom Lane 4de99f840b Fix bogus calculation of potential output string length in translate(). 19 years ago