summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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