aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Fix bug in KnownAssignedXidsMany(). I saw this when looking at theHeikki Linnakangas2010-03-11
* Fix comment which was apparently copy-pasted from another function.Heikki Linnakangas2010-03-11
* pgindent run for 9.0Bruce Momjian2010-02-26
* Adjust pg_fsync_writethrough so that it will set errno when failingTom Lane2010-02-22
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-15
* Improvements to ps message of startup process during Hot Standby.Simon Riggs2010-02-13
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* Fix typo bug in Hot Standby from recent refactoring. Bug introducedSimon Riggs2010-02-11
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Allow free space map vacuuming to be interrupted.Tom Lane2010-02-09
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Assorted cleanups in preparation for using a map file to support alteringTom Lane2010-02-03
* Fix assorted poorly-thought-out message strings: use %u not %d for printingTom Lane2010-02-02
* Detect early deadlock in Hot Standby when Startup is already waiting. FirstSimon Riggs2010-01-31
* Adjust GetLockConflicts() so that it uses TopMemoryContext whenSimon Riggs2010-01-29
* Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs2010-01-29
* Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeatedSimon Riggs2010-01-28
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Better internal documentation of locking for Hot Standby conflict resolution.Simon Riggs2010-01-21
* Fix bogus initialization of KnownAssignedXids shared memory state ---Tom Lane2010-01-16
* Message mentions msec when it should be seconds, so use s instead of ms.Simon Riggs2010-01-16
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-14
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* During Hot Standby, fix drop database when sessions idle.Simon Riggs2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Suppress compiler warning (pid_t isn't int everywhere)Tom Lane2009-12-31
* Add missing 'static' tag.Tom Lane2009-12-31
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Add large object access control.Itagaki Takahiro2009-12-11
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-03
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-31
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Improve error messages in md.c. When a filesystem operation like open() orHeikki Linnakangas2009-08-05
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31
* Fix a thinko introduced into CountActiveBackends by a recent patch:Tom Lane2009-07-29
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-26
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-25
* For bulk write operations (eg COPY IN), use a ring buffer of 16MB insteadTom Lane2009-06-22
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-15
* Install an atexit(2) callback that ensures that proc_exit's cleanup processingTom Lane2009-05-05
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-05
* A session that does not have any live snapshots does not have to be waited forTom Lane2009-04-04
* Add a comment documenting the question of whether PrefetchBuffer shouldTom Lane2009-04-03
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-31