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
/
include
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-05-30
1
-1
/
+0
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
8
-22
/
+24
*
Avoid possible hang during smart shutdown.
Robert Haas
2011-04-03
1
-0
/
+1
*
Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries in
Heikki Linnakangas
2011-03-31
1
-1
/
+1
*
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
1
-1
/
+1
*
More synchronous replication typo fixes.
Robert Haas
2011-03-10
1
-1
/
+1
*
Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer
Heikki Linnakangas
2011-03-08
1
-0
/
+2
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
3
-0
/
+18
*
Fix bugs in Serializable Snapshot Isolation.
Heikki Linnakangas
2011-03-01
2
-31
/
+24
*
Add transaction-level advisory locks.
Itagaki Takahiro
2011-02-18
1
-0
/
+1
*
UINT64_MAX isn't defined on MSVC.
Heikki Linnakangas
2011-02-08
1
-1
/
+1
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
4
-4
/
+558
*
Treat a WAL sender process that hasn't started streaming yet as a regular
Heikki Linnakangas
2011-01-15
1
-0
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
38
-38
/
+38
*
Support unlogged tables.
Robert Haas
2010-12-29
5
-3
/
+33
*
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
2010-12-08
1
-1
/
+1
*
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-12-07
1
-1
/
+0
*
Move call to GetTopTransactionId() earlier in LockAcquire(),
Simon Riggs
2010-11-29
1
-0
/
+1
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-1
/
+1
*
Fix copy-and-pasteo a little more completely.
Robert Haas
2010-11-15
1
-1
/
+1
*
Fix copy-and-pasteo.
Alvaro Herrera
2010-11-15
1
-3
/
+3
*
Move copydir() prototype into its own header file.
Robert Haas
2010-11-12
1
-0
/
+18
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
36
-36
/
+36
*
Simplify Windows implementation of latches. There's no need to keep a
Heikki Linnakangas
2010-09-15
1
-6
/
+2
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
1
-0
/
+62
*
Marginal code cleanup for streaming replication.
Tom Lane
2010-08-23
1
-2
/
+1
*
MyBackendId now needs to be PGDLLIMPORT, so that contrib modules can
Tom Lane
2010-08-14
1
-2
/
+2
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
4
-33
/
+58
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
3
-7
/
+7
*
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-07-03
1
-2
/
+5
*
HS Defer buffer pin deadlock check until deadlock_timeout has expired.
Simon Riggs
2010-05-26
1
-2
/
+3
*
Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.
Robert Haas
2010-05-15
1
-3
/
+2
*
Cleanup initialization of Hot Standby. Clarify working with reanalysis
Simon Riggs
2010-05-13
2
-3
/
+6
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
9
-44
/
+44
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
1
-1
/
+3
*
Speed up CREATE DATABASE by deferring the fsyncs until after copying
Greg Stark
2010-02-15
1
-1
/
+2
*
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
2010-02-13
1
-2
/
+3
*
Re-enable max_standby_delay = -1 using deadlock detection on startup
Simon Riggs
2010-02-13
3
-4
/
+7
*
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
1
-1
/
+12
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
3
-13
/
+49
*
Detect early deadlock in Hot Standby when Startup is already waiting. First
Simon Riggs
2010-01-31
1
-1
/
+2
*
Filter recovery conflicts based upon dboid from relfilenode of WAL
Simon Riggs
2010-01-29
1
-2
/
+5
*
Make standby server continuously retry restoring the next WAL segment with
Heikki Linnakangas
2010-01-27
1
-2
/
+1
*
In HS, Startup process sets SIGALRM when waiting for buffer pin. If
Simon Riggs
2010-01-23
5
-11
/
+23
*
Now that much of walreceiver has been pulled back into the postgres
Heikki Linnakangas
2010-01-20
1
-2
/
+2
*
Teach standby conflict resolution to use SIGUSR1
Simon Riggs
2010-01-16
4
-15
/
+16
*
PGDLLIMPORT-ize the remaining variables needed by walreceiver.
Tom Lane
2010-01-16
1
-2
/
+2
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
2
-5
/
+9
*
First part of refactoring of code for ResolveRecoveryConflict. Purposes
Simon Riggs
2010-01-14
1
-3
/
+4
*
During Hot Standby, fix drop database when sessions idle.
Simon Riggs
2010-01-10
1
-1
/
+2
[next]