aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Remove unnecessary brace pair.Bruce Momjian2006-09-10
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-10
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Fix Intel compiler bug. Per discussionTeodor Sigaev2006-09-05
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-03
* Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty tableTeodor Sigaev2006-08-29
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-27
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-24
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-21
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-18
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-17
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-06
* Add missing pgstat_count_index_scan(), per Andreas Seltenreich.Tom Lane2006-08-03
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-25
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane2006-07-20
* Fix getDatumCopy(): don't use store_att_byval to copy into a DatumTom Lane2006-07-16
* Improve error message wording.Tom Lane2006-07-16
* Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka.Tom Lane2006-07-14
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-11
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-11
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-11
* GIN improvementsTeodor Sigaev2006-07-11
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Forget to add new file :((Teodor Sigaev2006-06-28
* ChangesTeodor Sigaev2006-06-28
* Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrectTom Lane2006-06-27
* Extend the MinimalTuple concept to tuplesort.c, thereby reducing theTom Lane2006-06-27
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* pg_stop_backup was calling XLogArchiveNotify() twice for the newly createdTom Lane2006-06-22
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane2006-06-18
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Test for POSIX_FADV_DONTNEED to use posix_fadvise().Bruce Momjian2006-06-16
* Use posix_fadvise() to avoid kernel caching of WAL contents on WAL fileBruce Momjian2006-06-15
* Som improve page split in multicolumn GiST index.Teodor Sigaev2006-05-29
* Correct cheking in findParents(). iTeodor Sigaev2006-05-29
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-28
* Fix findParents() in case of multiple levels to find.Teodor Sigaev2006-05-26