summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2005-03-07Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane
2005-02-20Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-02-12Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian
2005-02-05Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls intoTom Lane
2005-01-27Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway
2005-01-24Fix memory leak in rtdosplit, per report from Clive Page.Tom Lane
2005-01-18This patch makes some improvements to the rtree index implementation:Neil Conway
2005-01-10Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-22Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane
2004-12-17Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane
2004-12-15Calculation of keys_are_unique flag was wrong for cases involvingTom Lane
2004-12-01Change planner to use the current true disk file size as its estimate ofTom Lane
2004-11-17Minor adjustment of message style.Tom Lane
2004-11-17Micro-optimization of markpos() and restrpos() in btree and hash indexes.Neil Conway
2004-11-17Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway
2004-11-14There is no need for ReadBuffer() call sites to check that the returnedNeil Conway
2004-11-11Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway
2004-11-05Small message clarificationsPeter Eisentraut
2004-10-30Change COMMIT back to the old behavior of emitting command tag COMMIT,Tom Lane
2004-10-29Rearrange order of pre-commit operations: must close cursors before doingTom Lane
2004-10-29Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane
2004-10-26Make heap_fetch API more consistent by having the buffer remain pinnedTom Lane
2004-10-20Allow functions returning void or cstring to appear in FROM clause,Tom Lane
2004-10-16Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane
2004-10-15Repair possible failure to update hint bits back to disk, perTom Lane
2004-10-14Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian
2004-10-12Message style revisionsPeter Eisentraut
2004-10-09Make getpid() use %d consistently for printing.Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-10-04PortalRun must guard against the possibility that the portal it'sTom Lane
2004-10-01Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane
2004-09-30Adjust index locking rules as per my proposal of earlier today. YouTom Lane
2004-09-27Code cleanup: don't bother casting the argument to pfree() to void *Neil Conway
2004-09-17Now that xmax and cmin are distinct fields again, we should zero xmax whenTom Lane
2004-09-16Add some marginal tweaks to eliminate memory leakages associated withTom Lane
2004-09-16RecentXmin is too recent to use as the cutoff point for accessingTom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-11Renumber SnapshotNow and the other special snapshot codes so thatTom Lane
2004-09-10Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane
2004-09-06Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane
2004-09-06Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane
2004-08-30Ensure that the remainder of the current pg_clog page is zeroed duringTom Lane
2004-08-30Fix failure to advance nextXID beyond subtransactions whose XIDs appearTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane
2004-08-29Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane