aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
Commit message (Expand)AuthorAge
* Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,Tom Lane2005-08-25
* Back-port heap_deformtuple() into 7.4 branch; needed for planned fix forTom Lane2005-02-06
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-15
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-23
* This trivial patch removes the usage of some old statistics code that noBruce Momjian2003-02-13
* pgindent run.Bruce Momjian2002-09-04
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-02
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Suppress compiler warning.Tom Lane2001-09-17
* Apply 7.1.3 changes to the current tree also.Hiroshi Inoue2001-09-08
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-12
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Minor cleanup of tableOid-related coding.Tom Lane2000-11-14
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-30
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-11
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* More cleanupBruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* heapam.h uses type time_t, but didn't include <time.h>.Tom Lane1999-07-10
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08