summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2006-09-10If we're going to advertise the array overlap/containment operators,Tom Lane
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2006-08-24Optimize the case where a btree indexscan has current and mark positionsTom Lane
2006-08-21Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane
2006-08-18Now that we've rearranged relation open to get a lock before touchingTom Lane
2006-08-17Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane
2006-08-07Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane
2006-08-06Add support for forcing a switch to a new xlog file; cause such a switchTom Lane
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane
2006-07-25Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane
2006-07-13More include file adjustments.Bruce Momjian
2006-07-13More include file adjustments.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-11Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane
2006-07-11Alphabetically order reference to include files, "S"-"Z".Bruce Momjian
2006-07-11Alphabetically order reference to include files, "G" - "M".Bruce Momjian
2006-07-11GIN improvementsTeodor Sigaev
2006-07-11Allow each C include file to compile on its own by including any neededBruce Momjian
2006-07-10Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-06-28ChangesTeodor Sigaev
2006-06-27Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane
2006-06-25Fix GEVHDRSZ for Win32.Bruce Momjian
2006-06-16Fix problems with cached tuple descriptors disappearing while still in useTom Lane
2006-05-29Som improve page split in multicolumn GiST index.Teodor Sigaev
2006-05-24* Add support NULL to GiST.Teodor Sigaev
2006-05-19Simplify gistSplit() and some refactoring related code.Teodor Sigaev
2006-05-17Reduce size of critial section during vacuum full, criticalTeodor Sigaev
2006-05-10Clean up code associated with updating pg_class statistics columnsTom Lane
2006-05-10Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev
2006-05-08Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane
2006-05-07Rewrite btree index scans to work a page at a time in all cases (bothTom Lane
2006-05-02Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2006-04-25Add statement_timestamp(), clock_timestamp(), andBruce Momjian
2006-04-24Suppress more compiler warnings caused by macro tests.Bruce Momjian
2006-04-24Add one more paren to macro.Bruce Momjian
2006-04-24Suprress compiler warning in gcc 4.2.Bruce Momjian
2006-04-14Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane
2006-04-13Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane
2006-04-05Add a field to the first page of each WAL file to indicate theTom Lane
2006-04-03Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane
2006-04-03Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev
2006-04-01Remove the 'slow' path for btree index build, which built the btreeTom Lane
2006-03-31Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane
2006-03-30Improve gist XLOG code to follow the coding rules needed to preventTom Lane
2006-03-29Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane
2006-03-24Arrange to emit a description of the current XLOG record as error contextTom Lane
2006-03-16Clean up representation of function RTEs for functions returning RECORD.Tom Lane