summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-04-24Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane
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-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-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-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-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-01Update time zone data files to tzdata release 2007k.Tom Lane
2007-12-18Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane
2007-11-23Fix buggy usage of vsnprintf in PL/Python by removing it altogether, insteadAlvaro Herrera
2007-11-22Prevent Perl from introducing a possibly-incompatible definition of typeTom Lane
2007-11-15Update timezone data files to release 2007i of the zic database.Tom Lane
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
2007-10-13Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane
2007-10-11Ensure that the result of evaluating a function during constant-expressionTom Lane
2007-10-04Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane
2007-10-04Update timezone data files to release 2007h of the zic database.Tom Lane
2007-09-29Make archive recovery always start a new timeline, rather than only when aTom Lane
2007-09-24Reduce the size of memory allocations by lazy vacuum when processing a smallAlvaro Herrera
2007-09-22Fix bogus calculation of potential output string length in translate().Tom Lane
2007-09-16Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane
2007-09-13Translation updatesPeter Eisentraut
2007-09-12Fix the database-wide version of CLUSTER to silently skip temp tables ofAlvaro Herrera
2007-09-12Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay pointAlvaro Herrera
2007-09-11Sync timezone data with 2007g zic release.Tom Lane
2007-09-11Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian