summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* Move call to GetTopTransactionId() earlier in LockAcquire(),Simon Riggs2010-11-292-16/+42
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+5
* Remove belt-and-suspenders guards against buffer pin leaks.Robert Haas2010-11-252-19/+23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-235-6/+6
* Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas2010-11-151-0/+3
* Avoid spurious Hot Standby conflicts from btree delete records.Simon Riggs2010-11-151-13/+5
* Move copydir() prototype into its own header file.Robert Haas2010-11-121-0/+1
* Fix error handling in temp-file deletion with log_temp_files active.Tom Lane2010-11-081-6/+33
* Improve messages for too many private files/dirs. Per Alexey Parshin.Tom Lane2010-09-281-2/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-2048-48/+48
* Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas2010-09-151-4/+1
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-112-2/+8
* Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao.Tom Lane2010-08-301-4/+9
* Teach GetOldestXmin() about KnownAssignedXids during recovery.Simon Riggs2010-08-301-1/+41
* Fix typo in comment.Heikki Linnakangas2010-08-301-2/+2
* Marginal code cleanup for streaming replication.Tom Lane2010-08-232-28/+8
* Remove the isLocalBuf argument from ReadBuffer_common.Robert Haas2010-08-201-6/+6
* Bring some sanity to the trace_recovery_messages code and docs.Tom Lane2010-08-191-3/+3
* Allocate local buffers in a context of their own, rather than dumping themTom Lane2010-08-191-3/+16
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-2/+1
* Tidy up a few calls to smrgextend().Robert Haas2010-08-191-2/+2
* Make LockDatabaseObject() AcceptInvalidationMessages().Robert Haas2010-08-161-1/+4
* Further dtrace adjustments for the backend-IDs-in-relpath patch.Robert Haas2010-08-141-5/+3
* Fix assorted dtrace breakage caused by patch to include backend IDsRobert Haas2010-08-131-21/+23
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-136-124/+280
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-122-14/+14
* Make log_temp_files based on kB, and revert docs & comments to match.Robert Haas2010-07-061-2/+2
* pgindent run for 9.0, second runBruce Momjian2010-07-066-208/+219
* Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensibleTom Lane2010-07-031-2/+10
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-032-67/+88
* Move copydir.c from src/port to src/backend/storage/fileRobert Haas2010-07-022-2/+274
* Remove max_standby_delay message from ps display of recovery processItagaki Takahiro2010-06-141-5/+3
* HS Defer buffer pin deadlock check until deadlock_timeout has expired.Simon Riggs2010-05-262-50/+104
* Add many new Asserts in code and fix simple bug that slipped throughSimon Riggs2010-05-142-7/+22
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-132-101/+219
* Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane2010-05-021-71/+41
* Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane2010-04-291-4/+8
* Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane2010-04-284-54/+55
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-281-2/+2
* Replace the KnownAssignedXids hash table with a sorted-array data structure,Tom Lane2010-04-281-320/+757
* Fix various instances of "the the".Robert Haas2010-04-231-2/+2
* Optimise btree delete processing when no active backends.Simon Riggs2010-04-222-5/+6
* Relax locking during GetCurrentVirtualXIDs(). Earlier improvementsSimon Riggs2010-04-212-63/+40
* Check RecoveryInProgress() while holding ProcArrayLock during snapshots.Simon Riggs2010-04-191-4/+9
* Tune GetSnapshotData() during Hot Standby by avoiding loopSimon Riggs2010-04-181-69/+70
* Change some debug ereports to elogs, as requested by translation team.Simon Riggs2010-04-062-17/+14
* Message tuningPeter Eisentraut2010-03-211-2/+2
* Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane2010-03-201-1/+15
* Fix bug in KnownAssignedXidsMany(). I saw this when looking at theHeikki Linnakangas2010-03-111-2/+3
* Fix comment which was apparently copy-pasted from another function.Heikki Linnakangas2010-03-111-3/+5