aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-08
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-06
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-02
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-27
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-20
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-17
* GiST improvements:Neil Conway2005-05-17
* 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
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* 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
* 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
* 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
* 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
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-27
* This patch makes some improvements to the rtree index implementation:Neil Conway2005-01-18
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-01
* Fix obsolete comments.Tom Lane2004-11-12
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-15
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Simplify IsXactIsoLevelSerializable test. A cycle saved is a cycleTom Lane2004-09-05
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-29
* Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane2004-08-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane2004-08-22
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-03
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-01
* plpgsql does exceptions.Tom Lane2004-07-31
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-19
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane2004-07-11
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-04