Commit Graph

22069 Commits (32184bfa0c3f1c488e1bcaa0bf90ae489ea871cd)
 

Author SHA1 Message Date
Tom Lane 32184bfa0c Improve GRANT documentation to point out that UPDATE and DELETE typically 18 years ago
Tom Lane 290d4b37ab Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the 18 years ago
Tom Lane 48ecee1328 Fix an old corner-case bug in set_config_option: push_old_value has to be 18 years ago
Tom Lane 04bd1fce2a Adjust timestamp regression tests to prevent two low-probability failure 18 years ago
Heikki Linnakangas f8ddee0559 Remove arbitrary 10MB limit on two-phase state file size. It's not that hard 18 years ago
Magnus Hagander 5b4150a682 Don't try to close negative file descriptors, since this can cause 18 years ago
Tom Lane 6f28e879dd Fix an ancient oversight in change_varattnos_of_a_node: it neglected to update 18 years ago
Tom Lane 773f5cc8cb Fix contrib/xml2 makefile to not override CFLAGS. 18 years ago
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 19 years ago
Tom Lane bac65d5240 Fix datetime input to behave correctly for Feb 29 in years BC. 19 years ago
Tom Lane f004ac180a Use our own getopt() and getopt_long() on Solaris, because that platform's 19 years ago
Tom Lane 0f6acc4509 Avoid trying to print a NULL char pointer in --describe-config. On some 19 years ago
Tom Lane f6b6c2420e Fix mistakes in pg_ctl's code for "start -w" that tries to cope with 19 years ago
Tom Lane 63df2c788a Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique new 19 years ago
Tom Lane e2429619b1 Repair VACUUM FULL bug introduced by HOT patch: the original way of 19 years ago
Tom Lane 4af5e12b59 Some variants of ALTER OWNER tried to make the "object" field of the 19 years ago
Andrew Dunstan 08cf8603cf Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens. 19 years ago
Alvaro Herrera d3c7bd63b7 Backpatch my fix of rev 1.48 to avoid a division-by-zero error in the 19 years ago
Tom Lane 78f53d5a00 Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: 19 years ago
Tom Lane 307a677873 A long time ago, Peter pointed out that ruleutils.c didn't dump simple 19 years ago
Tom Lane d419ce4568 Stamp release 8.1.11. 19 years ago
Tom Lane bf4d342f8e Update release notes for security releases. 19 years ago
Tom Lane 148bd52da4 The original patch to disallow non-passworded connections to non-superusers 19 years ago
Tom Lane 46cf9c260d Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, 19 years ago
Tom Lane 8b1de3b515 Fix assorted security-grade bugs in the regex engine. All of these problems 19 years ago
Tom Lane 5ddd11b02d Insert ARST into the list of known timezone abbreviations. 19 years ago
Magnus Hagander af3de8077e Fix invalid ipv6 address in example. Per doc comment 7211. 19 years ago
Tom Lane a634642aa6 Update time zone data files to tzdata release 2007k. 19 years ago
Bruce Momjian 8cc239782c Provide a more helpful error message when there is an autoconf version 19 years ago
Tom Lane 5a351b66df Make path_recv() and poly_recv() reject paths/polygons containing no points. 19 years ago
Tom Lane 3c92d5fdd9 Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive 19 years ago
Andrew Dunstan 63276b7f6c Workaround for perl problem where evaluating UTF8 regexes can cause 19 years ago
Peter Eisentraut f575dfc230 Require a specific Autoconf version, instead of a lower bound only. 19 years ago
Alvaro Herrera 4bf3801d59 Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead 19 years ago