summaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAgeFilesLines
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-301-1/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-108-22/+24
* Avoid possible hang during smart shutdown.Robert Haas2011-04-031-0/+1
* Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries inHeikki Linnakangas2011-03-311-1/+1
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-301-1/+1
* More synchronous replication typo fixes.Robert Haas2011-03-101-1/+1
* Truncate predicate lock manager's SLRU lazily at checkpoint. That's saferHeikki Linnakangas2011-03-081-0/+2
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-063-0/+18
* Fix bugs in Serializable Snapshot Isolation.Heikki Linnakangas2011-03-012-31/+24
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-181-0/+1
* UINT64_MAX isn't defined on MSVC.Heikki Linnakangas2011-02-081-1/+1
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-084-4/+558
* Treat a WAL sender process that hasn't started streaming yet as a regularHeikki Linnakangas2011-01-151-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-0138-38/+38
* Support unlogged tables.Robert Haas2010-12-295-3/+33
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-081-1/+1
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-071-1/+0
* Move call to GetTopTransactionId() earlier in LockAcquire(),Simon Riggs2010-11-291-0/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Fix copy-and-pasteo a little more completely.Robert Haas2010-11-151-1/+1
* Fix copy-and-pasteo.Alvaro Herrera2010-11-151-3/+3
* Move copydir() prototype into its own header file.Robert Haas2010-11-121-0/+18
* Remove cvs keywords from all files.Magnus Hagander2010-09-2036-36/+36
* Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas2010-09-151-6/+2
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-111-0/+62
* Marginal code cleanup for streaming replication.Tom Lane2010-08-231-2/+1
* MyBackendId now needs to be PGDLLIMPORT, so that contrib modules canTom Lane2010-08-141-2/+2
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-134-33/+58
* pgindent run for 9.0, second runBruce Momjian2010-07-063-7/+7
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-031-2/+5
* HS Defer buffer pin deadlock check until deadlock_timeout has expired.Simon Riggs2010-05-261-2/+3
* Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.Robert Haas2010-05-151-3/+2
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-132-3/+6
* pgindent run for 9.0Bruce Momjian2010-02-269-44/+44
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-1/+3
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-151-1/+2
* Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs2010-02-131-2/+3
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-133-4/+7
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-091-1/+12
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-073-13/+49
* Detect early deadlock in Hot Standby when Startup is already waiting. FirstSimon Riggs2010-01-311-1/+2
* Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs2010-01-291-2/+5
* Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas2010-01-271-2/+1
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-235-11/+23
* Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas2010-01-201-2/+2
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-164-15/+16
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-161-2/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-152-5/+9
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-141-3/+4
* During Hot Standby, fix drop database when sessions idle.Simon Riggs2010-01-101-1/+2