summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0531-62/+62
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-111-1/+2
* Revert based on Tom's recommendation:Bruce Momjian2006-02-111-3/+1
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-111-1/+3
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-251-10/+2
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-251-39/+19
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-251-1/+34
* Instead of using a numberOfRequiredKeys count to distinguish requiredTom Lane2006-01-231-9/+13
* Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane2006-01-142-34/+8
* Push the responsibility for handling ignore_killed_tuples down intoTom Lane2005-12-071-3/+4
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-064-21/+28
* Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane2005-12-061-5/+16
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-032-2/+5
* Change seqscan logic so that we check visibility of all tuples on a pageTom Lane2005-11-262-35/+11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-222-4/+4
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-201-10/+9
* Modify tuptoaster's API so that it does not try to modify the passedTom Lane2005-11-201-10/+12
* R-tree is dead ... long live GiST.Tom Lane2005-11-074-173/+21
* Add simple sanity checks on newly-read pages to GiST, too.Tom Lane2005-11-061-1/+2
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-062-3/+4
* Clean up representation of SLRU page state. This is the cleaner fixTom Lane2005-11-051-4/+9
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1518-233/+234
* Remove an unused typedef.Alvaro Herrera2005-10-071-9/+1
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-021-1/+11
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-206-12/+12
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-201-1/+2
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-202-20/+50
* 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