| Commit message (Expand) | Author | Age |
* | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 |
* | Need to reset local buffer pin counts, not only shared buffer pins, | Tom Lane | 2005-03-18 |
* | This patch moves some code for preprocessing FOR UPDATE from | Neil Conway | 2005-03-17 |
* | Force initdb cause of encoding additions. | Bruce Momjian | 2005-03-16 |
* | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 |
* | Add sprintf support, that were were missing. | Bruce Momjian | 2005-03-16 |
* | Prevent locale-aware handling of upper, lower, and initcap when the | Bruce Momjian | 2005-03-16 |
* | Add support for Win1252 encoding. | Bruce Momjian | 2005-03-14 |
* | Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of | Tom Lane | 2005-03-14 |
* | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway | 2005-03-14 |
* | Add missing identification comment, remove entirely inappropriate include | Tom Lane | 2005-03-13 |
* | Add fprintf() custom version to libpgport. | Bruce Momjian | 2005-03-11 |
* | Define snprintf() to call pg_snprintf() so our own snprintf-like | Bruce Momjian | 2005-03-11 |
* | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane | 2005-03-10 |
* | Add spinlock support for Itanium processor with Intel compiler. | Bruce Momjian | 2005-03-10 |
* | Refactor fork()-related code. We need to do various housekeeping tasks | Neil Conway | 2005-03-10 |
* | Adjust creation/destruction of TupleDesc data structure to reduce the | Tom Lane | 2005-03-07 |
* | Rename canonical encodings, per Peter: | Bruce Momjian | 2005-03-07 |
* | Revise hash join code so that we can increase the number of batches | Tom Lane | 2005-03-06 |
* | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane | 2005-03-04 |
* | Implement max() and min() aggregates for array types. Patch from Koju | Neil Conway | 2005-02-28 |
* | Add explicit casts between int4 and boolean. Patch from Sean Chittenden, | Neil Conway | 2005-02-27 |
* | Allow Win32 to support the O_SYNC open flag as an wal_sync_method method. | Bruce Momjian | 2005-02-27 |
* | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 |
* | In accordance to | Teodor Sigaev | 2005-02-25 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Trivial fix: change the reference to further documentation of pathkeys to | Neil Conway | 2005-02-21 |
* | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane | 2005-02-20 |
* | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 |
* | Convert MemoryContextSwitchTo() into an inline function when using GCC. | Tom Lane | 2005-02-18 |
* | Document usage of gettext_noop(). | Bruce Momjian | 2005-02-15 |
* | Ensure that all details of the ARC algorithm are hidden within freelist.c. | Tom Lane | 2005-02-03 |
* | Add support for temporary views, including documentation and regression | Neil Conway | 2005-02-02 |
* | Improve planner's estimation of the space needed for HashAgg plans: | Tom Lane | 2005-01-28 |
* | pg_aggregate.h fails to compile standalone, for lack of an #include | Tom Lane | 2005-01-28 |
* | Small patch to move get_grosysid() from catalog/aclchk.c to | Neil Conway | 2005-01-27 |
* | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway | 2005-01-27 |
* | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane | 2005-01-27 |
* | The result of a FULL or RIGHT join can't be assumed to be sorted by the | Tom Lane | 2005-01-23 |
* | This patch makes some improvements to the rtree index implementation: | Neil Conway | 2005-01-18 |
* | Win32 8.1 stamp. | Bruce Momjian | 2005-01-18 |
* | its that time ... tag it for releaseREL8_0_0 | PostgreSQL Daemon | 2005-01-17 |
* | up release to rc5REL8_0_0RC5 | PostgreSQL Daemon | 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 |
* | upgrade tags to rc4REL8_0_0RC4 | PostgreSQL Daemon | 2005-01-07 |
* | Don't list port twice in SUBDIRS. Caught by Honda Shigehiro. | Tom Lane | 2005-01-06 |
* | Make the various places that determine the user's "home directory" | Tom Lane | 2005-01-06 |
* | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |