aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Treat EPERM as a non-error case when checking to see if old postmasterTom Lane2005-03-18
* Add missing include for new lc_ctype_is_c() function.Bruce Momjian2005-03-16
* Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian2005-03-16
* Fix ALTER DATABASE RENAME to allow the operation if user is a superuserTom Lane2005-03-12
* Fix problem with infinite recursion between write_syslogger_file andTom Lane2005-03-12
* Replace ARC cache management algorithm with the similar but slightlyTom Lane2005-03-03
* Release proclock immediately in RemoveFromWaitQueue() if it representsTom Lane2005-03-01
* Adjust OR indexscan logic to not generate redundant condition-free ORTom Lane2005-03-01
* Revert the logic for expanding AND/OR conditions in pred_test() to whatTom Lane2005-03-01
* New arrangement to always let the bgwriter do checkpoints brokeTom Lane2005-02-19
* Ensure that the resolved datatype of any unknown Param is propagatedTom Lane2005-02-19
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-14
* Translation updatesPeter Eisentraut2005-02-11
* Fix SPI cursor support to allow scanning the results of utility commandsTom Lane2005-02-10
* ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding aNeil Conway2005-02-09
* Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane2005-02-06
* 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