index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2012-09-27
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-04
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-08-16
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-08
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2012-08-02
Fix race conditions associated with SPGiST redirection tuples.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
Make include files work without having to include other ones first
Peter Eisentraut
2012-05-30
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-18
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-11
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-10
Fix outdated comment.
Heikki Linnakangas
2012-05-08
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-08
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-04-26
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-23
Lots of doc corrections.
Robert Haas
2012-04-20
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-03-26
Code cleanup for heap_freeze_tuple.
Robert Haas
2012-03-11
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-10
Restructure SPGiST opclass interface API to support whole-index scans.
Tom Lane
2012-03-04
Add function pg_xlog_location_diff to help comparisons
Magnus Hagander
2012-02-21
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-01-29
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-24
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-11
Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
Heikki Linnakangas
2012-01-06
Make the number of CLOG buffers adaptive, based on shared_buffers.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-31
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-12-22
Add a security_barrier option for views.
Robert Haas
2011-12-19
Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane
2011-12-19
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-18
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-16
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-12-12
Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.
Tom Lane
2011-12-09
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-02
During recovery, if we reach consistent state and still have entries in the
Heikki Linnakangas
2011-11-13
Wakeup WALWriter as needed for asynchronous commit performance.
Simon Riggs
2011-11-09
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-07
Make VACUUM avoid waiting for a cleanup lock, where possible.
Robert Haas
2011-11-04
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2011-11-02
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-02
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-01
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
Simon Riggs
2011-10-18
Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.
Tom Lane
2011-10-16
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
2011-10-16
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
[next]