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