Commit Graph

22061 Commits (1fb9814d708082edad108dbce779b689a554d43f)
 

Author SHA1 Message Date
Tom Lane 1fb9814d70 Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly 18 years ago
Magnus Hagander 0f130711d0 Replace developer FAQ with a reference to the wiki, which is where 18 years ago
Magnus Hagander 3cf4913d17 Add link to major version release notes at the top of the minor 18 years ago
Tom Lane 52441adb15 Fix several datatype input functions that were allowing unused bytes in their 18 years ago
Michael Meskes a0f770dbdc Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to substract. 18 years ago
Tom Lane 19d262540c Defend against JOINs having more than 32K columns altogether. We cannot 18 years ago
Tom Lane 80dc9a8e19 Fix a number of places that were making file-type tests infelicitously. 18 years ago
Tom Lane 207f469912 Fix core dump in contrib/xml2's xpath_table() when the input query returns 18 years ago
Tom Lane 1b304e8491 Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum 18 years ago
Heikki Linnakangas 242d0f9f6f Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the 18 years ago
Tom Lane c249e9ed30 Fix regexp substring matching (substring(string from pattern)) for the corner 18 years ago
Tom Lane 9d2e16125f Update to tzdata 2008a distribution (Chilean DST law change). 18 years ago
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