| Commit message (Expand) | Author | Age |
... | |
* | Treat EPERM as a non-error case when checking to see if old postmaster | Tom Lane | 2005-03-18 |
* | Add missing include for new lc_ctype_is_c() function. | Bruce Momjian | 2005-03-16 |
* | Prevent locale-aware handling of upper, lower, and initcap when the | Bruce Momjian | 2005-03-16 |
* | Fix ALTER DATABASE RENAME to allow the operation if user is a superuser | Tom Lane | 2005-03-12 |
* | Fix problem with infinite recursion between write_syslogger_file and | Tom Lane | 2005-03-12 |
* | Replace ARC cache management algorithm with the similar but slightly | Tom Lane | 2005-03-03 |
* | Release proclock immediately in RemoveFromWaitQueue() if it represents | Tom Lane | 2005-03-01 |
* | Adjust OR indexscan logic to not generate redundant condition-free OR | Tom Lane | 2005-03-01 |
* | Revert the logic for expanding AND/OR conditions in pred_test() to what | Tom Lane | 2005-03-01 |
* | New arrangement to always let the bgwriter do checkpoints broke | Tom Lane | 2005-02-19 |
* | Ensure that the resolved datatype of any unknown Param is propagated | Tom Lane | 2005-02-19 |
* | ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich. | Tom Lane | 2005-02-14 |
* | Translation updates | Peter Eisentraut | 2005-02-11 |
* | Fix SPI cursor support to allow scanning the results of utility commands | Tom Lane | 2005-02-10 |
* | ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a | Neil Conway | 2005-02-09 |
* | Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out | Tom Lane | 2005-02-06 |
* | Ensure that all details of the ARC algorithm are hidden within freelist.c. | Tom Lane | 2005-02-03 |
* | Improve performance of fmgr.c calling routines for cases with more than | Tom Lane | 2005-02-02 |
* | Adjust constant-folding of CASE expressions so that the simple comparison | Tom Lane | 2005-02-02 |
* | Fix a bug induced by the list-rewrite that resulted in incrementing the | Neil Conway | 2005-02-01 |
* | Adjust estimate_num_groups() to not clamp per-relation group count | Tom Lane | 2005-02-01 |
* | Sync inet formatting code with recent BIND releases. In particular, | Tom Lane | 2005-02-01 |
* | Translation updates | Peter Eisentraut | 2005-01-30 |
* | When dealing with multiple grouping columns coming from the same table, | Tom Lane | 2005-01-28 |
* | Improve planner's estimation of the space needed for HashAgg plans: | Tom Lane | 2005-01-28 |
* | Check that aggregate creator has the right to execute the transition | Tom Lane | 2005-01-27 |
* | Close all cursors created during a failed subtransaction. This is needed | Tom Lane | 2005-01-26 |
* | On Windows, set the postmaster executable's stack size to 4MB, so that | Tom Lane | 2005-01-26 |
* | Translation update | Peter Eisentraut | 2005-01-25 |
* | Fix ALTER TABLE ADD COLUMN so that constraints of domain types are | Tom Lane | 2005-01-24 |
* | Disallow LOAD to non-superusers. Per report from John Heasman. | Tom Lane | 2005-01-24 |
* | Fix memory leak in rtdosplit, per report from Clive Page. | Tom Lane | 2005-01-24 |
* | The result of a FULL or RIGHT join can't be assumed to be sorted by the | Tom Lane | 2005-01-23 |
* | Translation updates | Peter Eisentraut | 2005-01-17 |
* | Translation updates | Peter Eisentraut | 2005-01-17 |
* | Translation updates | Peter Eisentraut | 2005-01-17 |
* | Fix format string error. | Peter Eisentraut | 2005-01-17 |
* | Translation updates | Peter Eisentraut | 2005-01-17 |
* | postgres -boot would print the wrong program name in event of a | Tom Lane | 2005-01-14 |
* | Update obsolete comment, per Alvaro. | Tom Lane | 2005-01-14 |
* | Translation updates | Peter Eisentraut | 2005-01-13 |
* | get_names_for_var didn't do recursion for unnamed JOIN vars quite right; | Tom Lane | 2005-01-13 |
* | Remove unportable assumption that it's okay to use the target buffer | Tom Lane | 2005-01-13 |
* | Add conditional inclusion of <com_err.h> to support old 'heimdal' | Tom Lane | 2005-01-12 |
* | Re-allow an untyped literal as the test expression of a CASE, ie | Tom Lane | 2005-01-12 |
* | Increase MAXLISTEN to a more generous value, and add an error message | Tom Lane | 2005-01-12 |
* | interval_out failed to mention 'ago' for negative intervals in SQL and | Tom Lane | 2005-01-11 |
* | Separate the functions of relcache entry flush and smgr cache entry flush | Tom Lane | 2005-01-10 |
* | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 |
* | Translation updates | Peter Eisentraut | 2005-01-10 |