summaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAgeFilesLines
* Add test to WAL replay to verify that xl_prev points back to the previousTom Lane2005-05-311-3/+34
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-112-6/+38
* Back-patch fix to ensure pg_clog updates are not only written but sync'edTom Lane2003-01-211-5/+3
* Back-patch fix to ensure a checkpoint occurs before truncating CLOG,Tom Lane2002-09-302-8/+8
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-152-54/+108
* Reduce severity of 'XLogFlush: request is not satisfied' error condition,Tom Lane2002-01-141-5/+30
* Ensure that all direct uses of spinlock-protected data structures useTom Lane2001-12-281-27/+51
* Fix mispeling ...Tom Lane2001-12-231-2/+2
* Temporarily dike out GetUndoRecPtr() in checkpoint generation, since weTom Lane2001-12-191-3/+18
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-052-5/+5
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-041-2/+3
* Add missing #include.Tom Lane2001-11-011-1/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-284-18/+16
* Fix a couple of places where lack of parenthesization of a castTom Lane2001-10-251-5/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-257-194/+179
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-3/+3
* 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
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-294-247/+215
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-1/+19
* Remove useless test for time field in pg_control being > 0. We don'tTom Lane2001-09-261-2/+1
* Add some debugging details to some of the elog(STOP) conditions for WAL.Tom Lane2001-09-061-23/+28
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-263-25/+111
* Fix portability problem in new CLOG code, per report from Rene Pijlman.Tom Lane2001-08-251-1/+4
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-259-934/+1119
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-241-12/+3
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-235-28/+33
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-102-9/+25
* Suppress gcc warning in USE_LOCALE case.Tom Lane2001-07-221-1/+2
* Arrange to recycle old XLOG log segment files as new segment files,Tom Lane2001-07-191-70/+190
* Improve documentation about reasoning behind the order of operationsTom Lane2001-07-162-25/+43
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-1/+10
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-125-114/+109
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-061-2/+2
* Further work on connecting the free space map (which is still just aTom Lane2001-06-291-1/+3
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-1/+9
* Tweak error message.Tom Lane2001-06-211-2/+2
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-191-11/+6
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-061-5/+38
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-031-99/+136
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-301-9/+8
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-251-45/+1
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-1/+45
* I found the answer to this: the partition had filled up, and so the problemBruce Momjian2001-05-221-2/+2
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-141-43/+1
* Seems like we should not hold off cancel/die interrupts while we areTom Lane2001-05-041-4/+4
* Fix comment that Vadim found confusing.Tom Lane2001-04-051-5/+4
* StartupXLOG(): initialize XLogCtl->Insert to new page if there isVadim B. Mikheev2001-04-051-14/+44
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-223-476/+374
* pgindent run. Make it all clean.Bruce Momjian2001-03-228-461/+507