aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
Commit message (Expand)AuthorAge
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-02
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-26
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Add new function log_newpage_buffer.Robert Haas2012-06-14
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-26
* Code cleanup for heap_freeze_tuple.Robert Haas2012-03-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* In COPY, insert tuples to the heap in batches.Heikki Linnakangas2011-11-09
* Make VACUUM avoid waiting for a cleanup lock, where possible.Robert Haas2011-11-07
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Allow callers to pass a missing_ok flag when opening a relation.Robert Haas2011-06-27
* Avoid having two copies of the HOT-chain search logic.Robert Haas2011-06-27
* Make the visibility map crash-safe.Robert Haas2011-06-21
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix oversight in collecting values for cleanup_info records.Simon Riggs2010-04-21
* pgindent run for 9.0Bruce Momjian2010-02-26
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-24
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix LOCK TABLE to eliminate the race condition that could make it give weirdTom Lane2009-05-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-06
* Modify the parser's error reporting to include a specific hint for the caseTom Lane2008-10-08
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera2008-06-06
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Remove heap_release_fetch, which is no longer used anywhere; this simplifiesTom Lane2008-04-03
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Refactor heap_page_prune so that instead of changing item states on-the-fly,Tom Lane2008-03-08
* Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan forTom Lane2008-01-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Teach heapam code to know the difference between a real seqscan and theTom Lane2007-06-09
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-08
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-27
* Make CLUSTER MVCC-safe. Heikki LinnakangasTom Lane2007-04-08