index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2016-02-02
Fix lossy KNN GiST when ordering operator returns non-float8 value.
Teodor Sigaev
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-01
Fix misspelled function name in comment.
Heikki Linnakangas
2016-01-30
Fix whitespace
Peter Eisentraut
2016-01-28
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-26
Improve ResourceOwners' behavior for large numbers of owned objects.
Tom Lane
2016-01-22
Suppress compiler warning.
Tom Lane
2016-01-22
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
Remove unused argument from ginInsertCleanup()
Fujii Masao
2016-01-21
Refactor headers to split out standby defs
Simon Riggs
2016-01-21
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-21
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-19
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-12
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-12
Maintain local LogwrtResult consistently
Simon Riggs
2016-01-09
Revoke change to rmgr desc of btree vacuum
Simon Riggs
2016-01-09
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-02
Fix overly-strict assertions in spgtextproc.c.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2016-01-01
Fix comments about WAL rule "write xlog before data" versus pg_multixact.
Noah Misch
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-26
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-18
Fix typo in comment.
Robert Haas
2015-12-15
Provide a way to predefine LWLock tranche IDs.
Robert Haas
2015-12-14
Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.
Andres Freund
2015-12-11
Fix commit timestamp initialization
Alvaro Herrera
2015-12-11
Improve some messages
Peter Eisentraut
2015-12-10
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-03
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-11-19
Fix typo in comment.
Robert Haas
2015-11-19
Remove function names from some elog() calls in heapam.c.
Andres Freund
2015-11-17
Message improvements
Peter Eisentraut
2015-11-12
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-05
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-10-31
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-10-30
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-27
Fix BRIN free space computations
Alvaro Herrera
2015-10-27
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-22
Fix typos in comments.
Robert Haas
2015-10-16
Add a C API for parallel heap scans.
Robert Haas
2015-10-16
Allow a parallel context to relaunch workers.
Robert Haas
2015-10-16
Prohibit parallel query when the isolation level is serializable.
Robert Haas
2015-10-16
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
Invalidate caches after cranking up a parallel worker transaction.
Robert Haas
2015-10-16
Tighten up application of parallel mode checks.
Robert Haas
2015-10-16
Transfer current command counter ID to parallel workers.
Robert Haas
2015-10-16
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-05
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
[next]