summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* More include file adjustments.Bruce Momjian2006-07-131-2/+1
* More include file adjustments.Bruce Momjian2006-07-135-8/+9
* Allow include files to compile own their own.Bruce Momjian2006-07-139-19/+14
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-113-8/+12
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-2/+2
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* GIN improvementsTeodor Sigaev2006-07-111-5/+10
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-2/+4
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-2/+3
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-037-49/+62
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-027-9/+53
* ChangesTeodor Sigaev2006-06-282-49/+49
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-272-7/+74
* Fix GEVHDRSZ for Win32.Bruce Momjian2006-06-251-2/+2
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-1/+25
* Som improve page split in multicolumn GiST index.Teodor Sigaev2006-05-291-2/+2
* * Add support NULL to GiST.Teodor Sigaev2006-05-241-20/+5
* Simplify gistSplit() and some refactoring related code.Teodor Sigaev2006-05-191-3/+16
* Reduce size of critial section during vacuum full, criticalTeodor Sigaev2006-05-171-6/+12
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-103-4/+23
* Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev2006-05-101-4/+11
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-081-1/+22
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-073-33/+84
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-022-21/+30
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-022-1/+438
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-251-1/+3
* Suppress more compiler warnings caused by macro tests.Bruce Momjian2006-04-241-3/+3
* Add one more paren to macro.Bruce Momjian2006-04-241-2/+2
* Suprress compiler warning in gcc 4.2.Bruce Momjian2006-04-241-2/+2
* Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane2006-04-141-1/+3
* Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane2006-04-131-1/+2
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-051-2/+3
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-031-3/+3
* Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev2006-04-031-3/+1
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-011-15/+1
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-312-5/+2
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-301-18/+16
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-291-3/+4
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-249-18/+19
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-1/+3
* 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