summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-2/+1
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-012-3/+5
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-1/+2
* Add pg_column_size() to return storage size of a column, includingBruce Momjian2005-07-061-1/+9
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-043-11/+14
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-302-10/+4
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-4/+3
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+2
* Concurrency for GiSTTeodor Sigaev2005-06-273-101/+132
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-241-2/+6
* Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane2005-06-242-2/+4
* Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane2005-06-202-4/+5
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-201-9/+5
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-202-20/+75
* Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane2005-06-191-3/+4
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-181-4/+6
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-174-6/+124
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-141-4/+150
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-131-2/+1
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-083-7/+37
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-061-11/+29
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-0611-23/+15
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-022-22/+41
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-272-9/+6
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-2/+2
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-201-1/+8
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-172-117/+125
* GiST improvements:Neil Conway2005-05-171-12/+23
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-2/+1
* Clean up MultiXactIdExpand's API by separating out the case where weTom Lane2005-05-031-4/+4
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-284-11/+69
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-142-6/+3
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-131-8/+9
* Remove dead push/pop rollback code. Vadim once planned to implementTom Lane2005-03-282-8/+3
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-276-12/+26
* Eliminate duplicate hasnulls bit testing in index tuple access, andTom Lane2005-03-272-59/+29
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-216-26/+14
* Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway2005-03-201-4/+4
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-162-8/+21
* Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane2005-03-141-7/+3
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-071-8/+12
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-201-5/+1
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-3/+13
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-2/+2
* This patch makes some improvements to the rtree index implementation:Neil Conway2005-01-181-6/+11
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3130-60/+60
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-011-1/+6
* Fix obsolete comments.Tom Lane2004-11-121-3/+3
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-151-31/+14