summaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAgeFilesLines
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-201-20/+24
* Make a comment pgindent-proof, per suggestion from Alvaro.Tom Lane2005-05-191-2/+3
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-196-31/+31
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-171-2/+2
* Back out check for unreferenced files.Bruce Momjian2005-05-101-10/+1
* Fix case in which a debug printout would print already-pfreed data.Tom Lane2005-05-071-5/+7
* Clean up MultiXactIdExpand's API by separating out the case where weTom Lane2005-05-031-35/+40
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-021-1/+10
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-284-11/+1627
* Add comment about checkpoint panic behavior during shutdown, perTom Lane2005-04-231-2/+5
* Fix comment typo.Bruce Momjian2005-04-171-2/+2
* Reduce PANIC to ERROR in several xlog routines that are used in bothTom Lane2005-04-151-26/+40
* Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behaviorTom Lane2005-04-151-23/+37
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-132-7/+29
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-111-9/+25
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-291-6/+6
* Remove dead push/pop rollback code. Vadim once planned to implementTom Lane2005-03-281-22/+1
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-241-2/+16
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-203-49/+14
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-202-15/+146
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-122-6/+6
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-101-7/+5
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-317-14/+14
* Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane2004-12-221-13/+19
* Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane2004-12-171-9/+26
* Minor adjustment of message style.Tom Lane2004-11-171-3/+3
* Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway2004-11-171-1/+9
* Small message clarificationsPeter Eisentraut2004-11-051-3/+3
* Change COMMIT back to the old behavior of emitting command tag COMMIT,Tom Lane2004-10-301-6/+6
* Rearrange order of pre-commit operations: must close cursors before doingTom Lane2004-10-291-19/+20
* Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane2004-10-291-10/+34
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-161-1/+5
* Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian2004-10-141-4/+4
* Message style revisionsPeter Eisentraut2004-10-121-8/+8
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-091-7/+4
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-2/+2
* PortalRun must guard against the possibility that the portal it'sTom Lane2004-10-041-3/+33
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-161-7/+50
* RecentXmin is too recent to use as the cutoff point for accessingTom Lane2004-09-162-14/+14
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-163-621/+834
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-5/+7
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-43/+39
* Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane2004-09-061-10/+14
* Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane2004-09-062-5/+5
* Ensure that the remainder of the current pg_clog page is zeroed duringTom Lane2004-08-301-2/+33
* Fix failure to advance nextXID beyond subtransactions whose XIDs appearTom Lane2004-08-301-6/+42
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-302-6/+6
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-291-5/+7
* Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane2004-08-291-55/+61