summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-051-2/+3
* pgindent run for 8.2.Bruce Momjian2006-10-0413-266/+292
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-101-6/+1
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-101-3/+5
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-241-1/+10
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-211-1/+2
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-181-2/+3
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-172-2/+12
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-074-4/+8
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-061-1/+5
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-312-8/+6
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-251-1/+3
* 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