summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-13tag 8.0.21REL8_0_21Marc G. Fournier
2009-03-12Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane
2009-03-05Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.Heikki Linnakangas
2009-03-04Put back our old workaround for machines that declare cbrt() in math.h butTom Lane
2009-03-03Ooops ... fix some confusion between gettext() and _() in my previous patch.Tom Lane
2009-03-02When we are in error recursion trouble, arrange to suppress translation andTom Lane
2009-02-28Fix buffer allocations in encoding conversion routines so that they won'tTom Lane
2009-02-27In CREATE CONVERSION, test that the given function is a valid conversionHeikki Linnakangas
2009-01-30commit first then tag 8.0.20REL8_0_20Marc G. Fournier
2009-01-29Translation updatesPeter Eisentraut
2009-01-29Update time zone data files to tzdata release 2009a: introduces Asia/KathmanduTom Lane
2009-01-29Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane
2009-01-28Go over all OpenSSL return values and make sure we compare themMagnus Hagander
2009-01-06Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap.Heikki Linnakangas
2008-10-31tag for 8.0.19REL8_0_19Marc G. Fournier
2008-10-30Translation updatesPeter Eisentraut
2008-10-30Update time zone data files to tzdata release 2008i (DST law changes inTom Lane
2008-10-27Install a more robust solution for the problem of infinite error-processingTom Lane
2008-10-25Fix an old bug in after-trigger handling: AfterTriggerEndQuery took theTom Lane
2008-10-16Fix SPI_getvalue and SPI_getbinval to range-check the given attribute numberTom Lane
2008-10-10Optional argument should be optional.Michael Meskes
2008-10-09Fix overly tense optimization of PLpgSQL_func_hashkey: we must representTom Lane
2008-10-02Fix improper display of fractional seconds in interval valuesTom Lane
2008-09-30Recent patches to pg_ctl broke "pg_ctl restart" for the case where noTom Lane
2008-09-19tag for 8.0.18REL8_0_18Marc G. Fournier
2008-09-17Update time zone data files to tzdata release 2008f (DST law changes inTom Lane
2008-09-16Widen the nLocks counts in local lock tables from int to int64. ThisTom Lane
2008-08-16Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane
2008-08-08Install checks in executor startup to ensure that the tuples produced by anTom Lane
2008-08-05Do not allow Unique nodes to be scanned backwards. The code claimed that itTom Lane
2008-07-28Update 8.1 and 8.0 plpython to work with Python 2.5. This backports severalTom Lane
2008-07-08Fix performance bug in write_syslog(): the code to preferentially break theTom Lane
2008-07-07Fix estimate_num_groups() to assume that GROUP BY expressions yielding booleanTom Lane
2008-07-01Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane
2008-06-27Fix 'pg_ctl reload' to properly preserve postmaster commend-lineBruce Momjian
2008-06-17Clean up a number of bogosities around pltcl's handling of the Tcl "result":Tom Lane
2008-06-10Create a script to handle stamping release version numbers into files,Tom Lane
2008-06-09Fix datetime input functions to correctly detect integer overflow whenTom Lane
2008-06-08Stamp 8.0.17 (except for configure.in/configure)Tom Lane
2008-06-06Fix pg_get_ruledef() so that negative numeric constants are parenthesized.Tom Lane
2008-06-05Stamp 8.0.16 (except for configure.in/configure)Tom Lane
2008-06-05Translation updates.Tom Lane
2008-06-01Update time zone data files to tzdata release 2008c (DST law changes inTom 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-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