summaryrefslogtreecommitdiff
path: root/src/backend/access/transam
AgeCommit message (Expand)Author
2005-06-02Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane
2005-05-31Add test to WAL replay to verify that xl_prev points back to the previousTom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-20Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian
2005-05-19Make a comment pgindent-proof, per suggestion from Alvaro.Tom Lane
2005-05-19Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane
2005-05-17Cleanup GiST header files. Since GiST extensions are often written asNeil Conway
2005-05-10Back out check for unreferenced files.Bruce Momjian
2005-05-07Fix case in which a debug printout would print already-pfreed data.Tom Lane
2005-05-03Clean up MultiXactIdExpand's API by separating out the case where weTom Lane
2005-05-02Check the file system on postmaster startup and report any unreferencedBruce Momjian
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2005-04-23Add comment about checkpoint panic behavior during shutdown, perTom Lane
2005-04-17Fix comment typo.Bruce Momjian
2005-04-15Reduce PANIC to ERROR in several xlog routines that are used in bothTom Lane
2005-04-15Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behaviorTom Lane
2005-04-13Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane
2005-04-11Fix interaction between materializing holdable cursors and firingTom Lane
2005-03-29Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane
2005-03-28Remove dead push/pop rollback code. Vadim once planned to implementTom Lane
2005-03-24Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian
2005-02-20Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-02-12Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian
2005-01-10Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-22Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane
2004-12-17Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane
2004-11-17Minor adjustment of message style.Tom Lane
2004-11-17Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway
2004-11-05Small message clarificationsPeter Eisentraut
2004-10-30Change COMMIT back to the old behavior of emitting command tag COMMIT,Tom Lane
2004-10-29Rearrange order of pre-commit operations: must close cursors before doingTom Lane
2004-10-29Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane
2004-10-16Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane
2004-10-14Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian
2004-10-12Message style revisionsPeter Eisentraut
2004-10-09Make getpid() use %d consistently for printing.Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-10-04PortalRun must guard against the possibility that the portal it'sTom Lane
2004-09-16Add some marginal tweaks to eliminate memory leakages associated withTom Lane
2004-09-16RecentXmin is too recent to use as the cutoff point for accessingTom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-10Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane
2004-09-06Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane
2004-09-06Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane
2004-08-30Ensure that the remainder of the current pg_clog page is zeroed duringTom Lane
2004-08-30Fix failure to advance nextXID beyond subtransactions whose XIDs appearTom Lane