aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-07
* Fix case in which a debug printout would print already-pfreed data.Tom Lane2005-05-07
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Clean up MultiXactIdExpand's API by separating out the case where weTom Lane2005-05-03
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-02
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Use the standard lock manager to establish priority order when thereTom Lane2005-04-30
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-29
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Add comment about checkpoint panic behavior during shutdown, perTom Lane2005-04-23
* Recent changes got the sense of the notnull bit backwards in the 2.0Tom Lane2005-04-23
* Fix comment typo.Bruce Momjian2005-04-17
* Reduce PANIC to ERROR in several xlog routines that are used in bothTom Lane2005-04-15
* Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behaviorTom Lane2005-04-15
* Make equalTupleDescs() compare attlen/attbyval/attalign rather thanTom Lane2005-04-14
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-13
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Remove dead push/pop rollback code. Vadim once planned to implementTom Lane2005-03-28
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Eliminate duplicate hasnulls bit testing in index tuple access, andTom Lane2005-03-27
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* 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