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