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