summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+2
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-4/+1
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-101-7/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-9/+10
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-146/+10
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-2/+2
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-111-1/+32
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-17/+24
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-141-10/+19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-151-4/+5
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-4/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+2
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-20/+20
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-6/+6
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-34/+4
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-2/+2
* Further work on connecting the free space map (which is still just aTom Lane2001-06-291-1/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-71/+72
* XLOG (and related) changes:Tom Lane2001-03-131-1/+3
* Avoid 'FATAL: out of free buffers: time to abort !" errorHiroshi Inoue2001-02-221-0/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-1/+1
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-021-2/+2
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-5/+0
* Put external declarations into header files.Peter Eisentraut2000-11-211-2/+1
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-201-2/+2
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-4/+3
* Fix recovery cache code (thanks to Peter Eisentraut forVadim B. Mikheev2000-10-311-23/+10
* WALVadim B. Mikheev2000-10-281-46/+60
* WAL miscVadim B. Mikheev2000-10-241-33/+31
* WALVadim B. Mikheev2000-10-211-0/+4
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-201-4/+284
* Various utils for WALVadim B. Mikheev2000-10-131-0/+120