summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2007-01-25Prevent WAL logging when COPY is done in the same transation thatBruce Momjian
2007-01-20Refactor the index AM API slightly: move currentItemData andNeil Conway
2007-01-09Enable another five tuple status bits by using the high bits of theBruce Momjian
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-17Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-11-01Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane
2006-10-05Make use of qsort_arg in several places that were formerly using klugyTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
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