aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane2005-02-03
* Improve performance of fmgr.c calling routines for cases with more thanTom Lane2005-02-02
* Adjust constant-folding of CASE expressions so that the simple comparisonTom Lane2005-02-02
* Fix a bug induced by the list-rewrite that resulted in incrementing theNeil Conway2005-02-01
* Adjust estimate_num_groups() to not clamp per-relation group countTom Lane2005-02-01
* Sync inet formatting code with recent BIND releases. In particular,Tom Lane2005-02-01
* Translation updatesPeter Eisentraut2005-01-30
* When dealing with multiple grouping columns coming from the same table,Tom Lane2005-01-28
* Improve planner's estimation of the space needed for HashAgg plans:Tom Lane2005-01-28
* Check that aggregate creator has the right to execute the transitionTom Lane2005-01-27
* Close all cursors created during a failed subtransaction. This is neededTom Lane2005-01-26
* On Windows, set the postmaster executable's stack size to 4MB, so thatTom Lane2005-01-26
* Translation updatePeter Eisentraut2005-01-25
* Fix ALTER TABLE ADD COLUMN so that constraints of domain types areTom Lane2005-01-24
* Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane2005-01-24
* Fix memory leak in rtdosplit, per report from Clive Page.Tom Lane2005-01-24
* The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane2005-01-23
* Translation updatesPeter Eisentraut2005-01-17
* Translation updatesPeter Eisentraut2005-01-17
* Translation updatesPeter Eisentraut2005-01-17
* Fix format string error.Peter Eisentraut2005-01-17
* Translation updatesPeter Eisentraut2005-01-17
* postgres -boot would print the wrong program name in event of aTom Lane2005-01-14
* Update obsolete comment, per Alvaro.Tom Lane2005-01-14
* Translation updatesPeter Eisentraut2005-01-13
* get_names_for_var didn't do recursion for unnamed JOIN vars quite right;Tom Lane2005-01-13
* Remove unportable assumption that it's okay to use the target bufferTom Lane2005-01-13
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-12
* Re-allow an untyped literal as the test expression of a CASE, ieTom Lane2005-01-12
* Increase MAXLISTEN to a more generous value, and add an error messageTom Lane2005-01-12
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-11
* Separate the functions of relcache entry flush and smgr cache entry flushTom Lane2005-01-10
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Translation updatesPeter Eisentraut2005-01-10
* Undo an unadvertised change in the API of pg_atoi. In all previousTom Lane2005-01-09
* Translation updatesPeter Eisentraut2005-01-09
* New translationPeter Eisentraut2005-01-09
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-08
* Improve comments in sample config files.Tom Lane2005-01-07
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-06
* Translation updatesPeter Eisentraut2005-01-06
* Translation updatesPeter Eisentraut2005-01-06
* Translation updatePeter Eisentraut2005-01-04
* Fix typoPeter Eisentraut2005-01-04
* Translation updatesPeter Eisentraut2005-01-03
* Repair bufmgr deadlock problem reported by Michael Wildpaner. Must takeTom Lane2005-01-03
* Adjust a few more copyright notices to match the format expected byTom Lane2005-01-01
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31