aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Create a routine PageIndexMultiDelete() that replaces a loop aroundTom Lane2005-03-22
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway2005-03-20
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-20
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane2005-03-14
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-07
* 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
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-12
* Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls intoTom Lane2005-02-05
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-27
* Fix memory leak in rtdosplit, per report from Clive Page.Tom Lane2005-01-24
* This patch makes some improvements to the rtree index implementation:Neil Conway2005-01-18
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-10
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane2004-12-22
* Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane2004-12-17
* Calculation of keys_are_unique flag was wrong for cases involvingTom Lane2004-12-15
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-01
* Minor adjustment of message style.Tom Lane2004-11-17
* Micro-optimization of markpos() and restrpos() in btree and hash indexes.Neil Conway2004-11-17
* Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway2004-11-17
* There is no need for ReadBuffer() call sites to check that the returnedNeil Conway2004-11-14
* Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway2004-11-11
* Small message clarificationsPeter Eisentraut2004-11-05
* Change COMMIT back to the old behavior of emitting command tag COMMIT,Tom Lane2004-10-30
* Rearrange order of pre-commit operations: must close cursors before doingTom Lane2004-10-29
* Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane2004-10-29
* Make heap_fetch API more consistent by having the buffer remain pinnedTom Lane2004-10-26
* Allow functions returning void or cstring to appear in FROM clause,Tom Lane2004-10-20
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-16
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-15
* Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian2004-10-14
* Message style revisionsPeter Eisentraut2004-10-12
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-09
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* PortalRun must guard against the possibility that the portal it'sTom Lane2004-10-04
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-01
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-30
* Code cleanup: don't bother casting the argument to pfree() to void *Neil Conway2004-09-27
* Now that xmax and cmin are distinct fields again, we should zero xmax whenTom Lane2004-09-17
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-16
* RecentXmin is too recent to use as the cutoff point for accessingTom Lane2004-09-16
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Renumber SnapshotNow and the other special snapshot codes so thatTom Lane2004-09-11
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane2004-09-06