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
/
access
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an additional set of problems in GIN's handling of lossy page pointers.
Tom Lane
2010-08-01
1
-2
/
+11
*
Rewrite the rbtree routines so that an RBNode is the first field of the
Tom Lane
2010-08-01
1
-3
/
+3
*
Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()
Tom Lane
2010-07-31
1
-1
/
+3
*
Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.
Simon Riggs
2010-07-29
1
-2
/
+2
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-5
/
+6
*
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-07-03
1
-9
/
+12
*
Don't allow walsender to send WAL data until it's been safely fsync'd on the
Tom Lane
2010-06-17
1
-2
/
+2
*
Make TriggerFile variable static. It's not used outside xlog.c.
Heikki Linnakangas
2010-06-10
1
-5
/
+1
*
Rename the parameter recovery_connections to hot_standby, to reduce possible
Tom Lane
2010-04-29
1
-4
/
+5
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
2
-15
/
+16
*
Fix oversight in collecting values for cleanup_info records.
Simon Riggs
2010-04-21
1
-2
/
+2
*
Rename standby_keep_segments to wal_keep_segments.
Robert Haas
2010-04-20
1
-2
/
+2
*
Remove some additional changes in previous commit that belong elsewhere.
Simon Riggs
2010-04-18
1
-2
/
+1
*
Tune GetSnapshotData() during Hot Standby by avoiding loop
Simon Riggs
2010-04-18
1
-1
/
+2
*
Allow Hot Standby to begin from a shutdown checkpoint.
Heikki Linnakangas
2010-04-13
1
-1
/
+2
*
Update the location of last removed WAL segment in shared memory only
Heikki Linnakangas
2010-04-12
1
-1
/
+4
*
Change the logic to decide when to delete old WAL segments, so that it
Heikki Linnakangas
2010-04-12
1
-1
/
+3
*
Refer to max_wal_senders in a more consistent fashion.
Robert Haas
2010-04-01
1
-3
/
+3
*
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-28
2
-14
/
+15
*
Further corrections of mismatching struct and btree SizeOf macros.
Simon Riggs
2010-03-20
1
-3
/
+1
*
Fix oversight in btpo.xact patch; it was in fact installing garbage
Tom Lane
2010-03-19
1
-2
/
+2
*
Update XLOG_PAGE_MAGIC to recognise WAL format changes.
Simon Riggs
2010-03-19
1
-2
/
+2
*
Adjust comment in .history file to match recovery target specified. Comment
Simon Riggs
2010-03-19
1
-1
/
+12
*
Reset btpo.xact following recovery of btree delete page. Add btpo_xact
Simon Riggs
2010-03-19
1
-2
/
+3
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
14
-68
/
+74
*
Don't use O_DIRECT when writing WAL files if archiving or streaming is
Heikki Linnakangas
2010-02-19
1
-9
/
+6
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
2
-8
/
+26
*
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
2010-02-13
1
-2
/
+4
*
Introduce WAL records to log reuse of btree pages, allowing conflict
Simon Riggs
2010-02-13
1
-1
/
+14
*
Generic implementation of red-black binary tree. It's planned to use in
Teodor Sigaev
2010-02-11
1
-19
/
+8
*
Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary
Bruce Momjian
2010-02-08
1
-3
/
+5
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
6
-45
/
+25
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
1
-1
/
+2
*
Revoke augmentation of WAL records for btree delete, per discussion.
Simon Riggs
2010-02-01
1
-2
/
+1
*
Augment WAL records for btree delete with GetOldestXmin() to reduce
Simon Riggs
2010-01-29
1
-1
/
+2
*
Change a few remaining calls of XLogArchivingActive() to use
Heikki Linnakangas
2010-01-28
1
-2
/
+4
*
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-22
1
-2
/
+4
*
Write a WAL record whenever we perform an operation without WAL-logging
Heikki Linnakangas
2010-01-20
1
-1
/
+2
*
PGDLLIMPORT-ize the remaining variables needed by walreceiver.
Tom Lane
2010-01-16
1
-2
/
+2
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
3
-3
/
+59
*
Remove partial, broken support for NULL pointers when fetching attributes.
Robert Haas
2010-01-10
2
-11
/
+11
*
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
1
-3
/
+6
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
37
-74
/
+74
*
Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
Tom Lane
2010-01-01
1
-11
/
+14
*
Redefine Datum as uintptr_t, instead of unsigned long.
Tom Lane
2009-12-31
1
-6
/
+8
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
12
-25
/
+165
*
Fix an old bug in multixact and two-phase commit. Prepared transactions can
Heikki Linnakangas
2009-11-23
3
-4
/
+16
*
Dept of second thoughts: after studying index_getnext() a bit more I realize
Tom Lane
2009-11-01
1
-2
/
+5
*
Fix two serious bugs introduced into hash indexes by the 8.4 patch that made
Tom Lane
2009-11-01
1
-1
/
+3
*
Make sure that GIN fast-insert and regular code paths enforce the same
Tom Lane
2009-10-02
1
-5
/
+6
[next]