summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-01Update time zone data files to tzdata release 2008c (DST law changes inTom Lane
2008-05-28Improve GRANT documentation to point out that UPDATE and DELETE typicallyTom Lane
2008-05-27Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when theTom Lane
2008-05-26Fix an old corner-case bug in set_config_option: push_old_value has to beTom Lane
2008-05-25Adjust timestamp regression tests to prevent two low-probability failureTom Lane
2008-05-19Remove arbitrary 10MB limit on two-phase state file size. It's not that hardHeikki Linnakangas
2008-05-13Don't try to close negative file descriptors, since this can causeMagnus Hagander
2008-05-09Fix an ancient oversight in change_varattnos_of_a_node: it neglected to updateTom Lane
2008-05-08Fix contrib/xml2 makefile to not override CFLAGS.Tom Lane
2008-04-24Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane
2008-04-22Replace developer FAQ with a reference to the wiki, which is whereMagnus Hagander
2008-04-21Add link to major version release notes at the top of the minorMagnus Hagander
2008-04-11Fix several datatype input functions that were allowing unused bytes in theirTom Lane
2008-04-10Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to...Michael Meskes
2008-04-05Defend against JOINs having more than 32K columns altogether. We cannotTom Lane
2008-03-31Fix a number of places that were making file-type tests infelicitously.Tom Lane
2008-03-26Fix core dump in contrib/xml2's xpath_table() when the input query returnsTom Lane
2008-03-25Adjust DatumGetBool macro so that it isn't fooled by garbage in the DatumTom Lane
2008-03-20Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to theHeikki Linnakangas
2008-03-19Fix regexp substring matching (substring(string from pattern)) for the cornerTom Lane
2008-03-13Update to tzdata 2008a distribution (Chilean DST law change).Tom Lane
2008-03-12Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponingTom Lane
2008-03-10Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag.Tom Lane
2008-03-07Change hashscan.c to keep its list of active hash index scans inTom Lane
2008-03-05Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara.Alvaro Herrera
2008-02-27If RelationBuildDesc() fails to open a critical system index, PANIC withTom Lane
2008-02-25Fix datetime input to behave correctly for Feb 29 in years BC.Tom Lane
2008-02-24Use our own getopt() and getopt_long() on Solaris, because that platform'sTom Lane
2008-02-23Avoid trying to print a NULL char pointer in --describe-config. On someTom Lane
2008-02-20Fix mistakes in pg_ctl's code for "start -w" that tries to cope withTom Lane
2008-02-20Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique newTom Lane
2008-02-11Repair VACUUM FULL bug introduced by HOT patch: the original way ofTom Lane
2008-02-07Some variants of ALTER OWNER tried to make the "object" field of theTom Lane
2008-01-22Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens.Andrew Dunstan
2008-01-17Backpatch my fix of rev 1.48 to avoid a division-by-zero error in theAlvaro Herrera
2008-01-14Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane
2008-01-06A long time ago, Peter pointed out that ruleutils.c didn't dump simpleTom Lane
2008-01-03Stamp release 8.1.11.REL8_1_11Tom Lane
2008-01-03Update release notes for security releases.Tom Lane
2008-01-03The original patch to disallow non-passworded connections to non-superusersTom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-03Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane
2008-01-02Insert ARST into the list of known timezone abbreviations.Tom Lane
2008-01-02Fix invalid ipv6 address in example. Per doc comment 7211.Magnus Hagander
2008-01-01Update time zone data files to tzdata release 2007k.Tom Lane
2007-12-31Provide a more helpful error message when there is an autoconf versionBruce Momjian
2007-12-18Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane
2007-12-01Suppress compiler warnings in recent plperl patch. Avoid uselessly expensiveTom Lane
2007-12-01Workaround for perl problem where evaluating UTF8 regexes can causeAndrew Dunstan
2007-11-26Require a specific Autoconf version, instead of a lower bound only.Peter Eisentraut