aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas2008-08-14
* Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or aTom Lane2008-08-10
* Install checks in executor startup to ensure that the tuples produced by anTom Lane2008-08-08
* Do not allow Unique nodes to be scanned backwards. The code claimed that itTom Lane2008-08-05
* Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.Tom Lane2008-07-24
* Ratchet up patch to improve autovacuum wraparound messages.Alvaro Herrera2008-07-23
* Publish more openly the fact that autovacuum is working for wraparoundAlvaro Herrera2008-07-21
* Avoid crashing when a table is deleted while we're on the process of checkingAlvaro Herrera2008-07-17
* Fix an oversight in the original implementation of performMultipleDeletions():Tom Lane2008-07-11
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-10
* Fix performance bug in write_syslog(): the code to preferentially break theTom Lane2008-07-08
* Fix estimate_num_groups() to assume that GROUP BY expressions yielding booleanTom Lane2008-07-07
* Fix AT TIME ZONE (in all three variants) so that we first try to interpretTom Lane2008-07-07
* Prevent integer overflows during units conversion when displaying a GUCTom Lane2008-07-06
* Fix a couple of bugs in win32 shmem name generation:Magnus Hagander2008-07-04
* Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,Tom Lane2008-07-03
* Consider a clause to be outerjoin_delayed if it references the nullable sideTom Lane2008-06-27
* Fix 'pg_ctl reload' to properly preserve postmaster commend-lineBruce Momjian2008-06-27
* Fix a few places that were non-multibyte-safe in tsearch configuration fileTom Lane2008-06-19
* Improve error reporting for problems in text search configuration filesTom Lane2008-06-18
* Fix the code that adds regclass constants to a plan's list of relation OIDsTom Lane2008-06-17
* Improve the various elog messages in tuptoaster.c to report which TOAST tableTom Lane2008-06-13
* Fix bug in the WAL recovery code to finish an incomplete split.Heikki Linnakangas2008-06-11
* Fix unportable (and incorrect anyway) usage of LL constant suffix thatTom Lane2008-06-09
* Fix datetime input functions to correctly detect integer overflow whenTom Lane2008-06-09
* ALTER AGGREGATE OWNER seems to have been missed by the last couple ofTom Lane2008-06-08
* Fix pg_get_ruledef() so that negative numeric constants are parenthesized.Tom Lane2008-06-06
* Translation updates.Tom Lane2008-06-05
* Backpatch Zdenek Kotala's fix to prevent pglz_decompress from stomping onTom Lane2008-05-28
* Explicitly bind gettext() to the UTF8 locale when in use.Magnus Hagander2008-05-27
* Fix an old corner-case bug in set_config_option: push_old_value has to beTom Lane2008-05-26
* Remove arbitrary 10MB limit on two-phase state file size. It's not that hardHeikki Linnakangas2008-05-19
* Coercion sanity check in ri_HashCompareOp failed to allow for enums, as perTom Lane2008-05-19
* Add code to eval_const_expressions() to support const-simplification ofTom Lane2008-05-15
* Don't try to close negative file descriptors, since this can causeMagnus Hagander2008-05-13
* Fix an ancient oversight in change_varattnos_of_a_node: it neglected to updateTom Lane2008-05-09
* Fix Assert introduced in previous patch.Heikki Linnakangas2008-05-09
* Fix incorrect archive truncation point calculation in the %r recovery_commandHeikki Linnakangas2008-05-09
* The 8.2 patch that added support for an alias on the target table ofTom Lane2008-05-03
* Fix nodeTidscan.c to not trigger an error if the block number portion ofTom Lane2008-04-30
* Fix REASSIGN OWNED so that it works on procedural languages too.Alvaro Herrera2008-04-29
* Back-patch Heikki's fix to make TransactionIdIsCurrentTransactionId() useTom Lane2008-04-26
* Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane2008-04-24
* Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev2008-04-22
* Fix convert_IN_to_join to properly handle the case where the subselect'sTom Lane2008-04-21
* Fix a couple of places in execMain that erroneously assumed that SELECT FORTom Lane2008-04-21
* Fix broken compare function for tsquery_ops. Per Tom's report.Teodor Sigaev2008-04-20
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-18
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-18
* Fix a couple of oversights associated with the "physical tlist" optimization:Tom Lane2008-04-17