index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
1
-2
/
+2
*
Replace the KnownAssignedXids hash table with a sorted-array data structure,
Tom Lane
2010-04-28
1
-320
/
+757
*
Fix various instances of "the the".
Robert Haas
2010-04-23
1
-2
/
+2
*
Optimise btree delete processing when no active backends.
Simon Riggs
2010-04-22
2
-5
/
+6
*
Relax locking during GetCurrentVirtualXIDs(). Earlier improvements
Simon Riggs
2010-04-21
2
-63
/
+40
*
Check RecoveryInProgress() while holding ProcArrayLock during snapshots.
Simon Riggs
2010-04-19
1
-4
/
+9
*
Tune GetSnapshotData() during Hot Standby by avoiding loop
Simon Riggs
2010-04-18
1
-69
/
+70
*
Change some debug ereports to elogs, as requested by translation team.
Simon Riggs
2010-04-06
2
-17
/
+14
*
Message tuning
Peter Eisentraut
2010-03-21
1
-2
/
+2
*
Clear error_context_stack and debug_query_string at the beginning of proc_exit,
Tom Lane
2010-03-20
1
-1
/
+15
*
Fix bug in KnownAssignedXidsMany(). I saw this when looking at the
Heikki Linnakangas
2010-03-11
1
-2
/
+3
*
Fix comment which was apparently copy-pasted from another function.
Heikki Linnakangas
2010-03-11
1
-3
/
+5
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
12
-334
/
+343
*
Adjust pg_fsync_writethrough so that it will set errno when failing
Tom Lane
2010-02-22
1
-1
/
+2
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
2
-2
/
+9
*
Speed up CREATE DATABASE by deferring the fsyncs until after copying
Greg Stark
2010-02-15
1
-1
/
+17
*
Improvements to ps message of startup process during Hot Standby.
Simon Riggs
2010-02-13
1
-7
/
+12
*
Re-enable max_standby_delay = -1 using deadlock detection on startup
Simon Riggs
2010-02-13
3
-19
/
+62
*
Fix typo bug in Hot Standby from recent refactoring. Bug introduced
Simon Riggs
2010-02-11
1
-2
/
+2
*
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
2
-51
/
+68
*
Allow free space map vacuuming to be interrupted.
Tom Lane
2010-02-09
1
-1
/
+3
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
1
-3
/
+2
*
Assorted cleanups in preparation for using a map file to support altering
Tom Lane
2010-02-03
1
-3
/
+26
*
Fix assorted poorly-thought-out message strings: use %u not %d for printing
Tom Lane
2010-02-02
1
-15
/
+10
*
Detect early deadlock in Hot Standby when Startup is already waiting. First
Simon Riggs
2010-01-31
2
-3
/
+44
*
Adjust GetLockConflicts() so that it uses TopMemoryContext when
Simon Riggs
2010-01-29
1
-15
/
+9
*
Filter recovery conflicts based upon dboid from relfilenode of WAL
Simon Riggs
2010-01-29
1
-3
/
+3
*
Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeated
Simon Riggs
2010-01-28
1
-4
/
+18
*
In HS, Startup process sets SIGALRM when waiting for buffer pin. If
Simon Riggs
2010-01-23
6
-50
/
+310
*
Better internal documentation of locking for Hot Standby conflict resolution.
Simon Riggs
2010-01-21
1
-4
/
+44
*
Fix bogus initialization of KnownAssignedXids shared memory state ---
Tom Lane
2010-01-16
1
-44
/
+34
*
Message mentions msec when it should be seconds, so use s instead of ms.
Simon Riggs
2010-01-16
1
-2
/
+2
*
Teach standby conflict resolution to use SIGUSR1
Simon Riggs
2010-01-16
4
-79
/
+60
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
3
-5
/
+54
*
First part of refactoring of code for ResolveRecoveryConflict. Purposes
Simon Riggs
2010-01-14
1
-35
/
+121
*
Please tablespace directories in their own subdirectory so pg_migrator
Bruce Momjian
2010-01-12
1
-5
/
+6
*
During Hot Standby, fix drop database when sessions idle.
Simon Riggs
2010-01-10
1
-1
/
+27
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
33
-66
/
+66
*
Suppress compiler warning (pid_t isn't int everywhere)
Tom Lane
2009-12-31
1
-9
/
+9
*
Add missing 'static' tag.
Tom Lane
2009-12-31
1
-2
/
+2
*
Redefine Datum as uintptr_t, instead of unsigned long.
Tom Lane
2009-12-31
1
-2
/
+2
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
7
-32
/
+2130
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
4
-71
/
+17
*
Add large object access control.
Itagaki Takahiro
2009-12-11
1
-38
/
+55
*
Fix bug in temporary file management with subtransactions. A cursor opened
Heikki Linnakangas
2009-12-03
1
-32
/
+35
*
Change the autovacuum launcher to read pg_database directly, rather than
Tom Lane
2009-08-31
1
-14
/
+24
*
Allow backends to start up without use of the flat-file copy of pg_database.
Tom Lane
2009-08-12
1
-11
/
+3
*
Improve error messages in md.c. When a filesystem operation like open() or
Heikki Linnakangas
2009-08-05
2
-67
/
+97
*
Create a multiplexing structure for signals to Postgres child processes.
Tom Lane
2009-07-31
5
-28
/
+293
*
Fix a thinko introduced into CountActiveBackends by a recent patch:
Tom Lane
2009-07-29
1
-2
/
+2
[next]