aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Degrade the transaction-id wraparound point message from LOG to DEBUG1, perAlvaro Herrera2006-09-26
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-03
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-27
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-21
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-17
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-06
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane2006-07-20
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-11
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrectTom Lane2006-06-27
* pg_stop_backup was calling XLogArchiveNotify() twice for the newly createdTom Lane2006-06-22
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane2006-06-18
* Test for POSIX_FADV_DONTNEED to use posix_fadvise().Bruce Momjian2006-06-16
* Use posix_fadvise() to avoid kernel caching of WAL contents on WAL fileBruce Momjian2006-06-15
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-25
* Ensure that we validate the page header of the first page of a WAL fileTom Lane2006-04-20
* Fix the torn-page hazard for PITR base backups by forcing full page writesTom Lane2006-04-17
* Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane2006-04-14
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-05
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-04
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-03
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* Disable full_page_writes, because turning it off risks causing crash-recoveryTom Lane2006-03-28
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Repair longstanding bug in slru/clog logic: it is possible for two backendsTom Lane2006-01-21
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane2005-12-29
* Arrange to set the LC_XXX environment variables to match our localeTom Lane2005-12-28
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-11
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-06
* Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane2005-12-06
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Clean up representation of SLRU page state. This is the cleaner fixTom Lane2005-11-05
* Fix longstanding race condition in transaction log management: there was aTom Lane2005-11-03
* Message correctionsPeter Eisentraut2005-10-29