summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-25Adjust timestamp regression tests to prevent two low-probability failureTom Lane
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/xml makefile to not override CFLAGS.Tom 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-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-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.0.15.REL8_0_15Tom 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-11-26Require a specific Autoconf version, instead of a lower bound only.Peter Eisentraut
2007-11-23Fix buggy usage of vsnprintf in PL/Python by removing it altogether, insteadAlvaro Herrera
2007-11-23Fix "Overall Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii
2007-11-22Prevent Perl from introducing a possibly-incompatible definition of typeTom Lane
2007-11-16Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test...Teodor Sigaev
2007-11-15Update timezone data files to release 2007i of the zic database.Tom Lane
2007-11-10Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway
2007-11-08If an index depends on no columns of its table, give it a dependency on theTom Lane
2007-11-06Added missing clause to parser.Michael Meskes
2007-10-28Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane