aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system indexTom Lane2008-04-16
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-11
* Fix tsvector_update_trigger() to be domain-friendly: it needs to allow allTom Lane2008-04-08
* Defend against JOINs having more than 32K columns altogether. We cannotTom Lane2008-04-05
* Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane2008-04-03
* Revert my bad decision of about a year ago to make PortalDefineQueryTom Lane2008-04-02
* Fix an oversight I made in a cleanup patch over a year ago:Tom Lane2008-04-01
* Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().Tom Lane2008-03-31
* Fix a number of places that were making file-type tests infelicitously.Tom Lane2008-03-31
* Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug.Tom Lane2008-03-29
* When we have successfully optimized a MIN or MAX aggregate into an indexscan,Tom Lane2008-03-27
* When a relation has been proven empty by constraint exclusion, propagate thatTom Lane2008-03-24
* Fix various infelicities that have snuck into usage of errdetail() andTom Lane2008-03-24
* Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to theHeikki Linnakangas2008-03-20
* Fix regexp substring matching (substring(string from pattern)) for the cornerTom Lane2008-03-19
* Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.REL8_3_1Tom Lane2008-03-14
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-14
* Translation updatesPeter Eisentraut2008-03-14
* Fix varstr_cmp's special case for UTF8 encoding on Windows so that stringsTom Lane2008-03-13
* Fix heap_page_prune's problem with failing to send cache invalidationTom Lane2008-03-13
* Fix pg_plan_queries() to restore the previous setting of ActiveSnapshotTom Lane2008-03-12
* Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponingTom Lane2008-03-12
* Revert changes of CompareTSQ: it affects existing btree indexes.Teodor Sigaev2008-03-09
* Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane2008-03-08
* Change hashscan.c to keep its list of active hash index scans inTom Lane2008-03-07