index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2016-06-28
Remove unused arguments in two GiST subroutines
Alvaro Herrera
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-17
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-15
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-06
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-03
Cosmetic improvements to freeze map code.
Robert Haas
2016-06-02
C comment improvement & typo fix.
Kevin Grittner
2016-05-25
Mark wal_level as PGDLLIMPORT.
Tom Lane
2016-05-04
Revert timeline following in replication slots
Alvaro Herrera
2016-04-28
Prevent to use magic constants
Teodor Sigaev
2016-04-28
Prevent multiple cleanup process for pending list in GIN.
Teodor Sigaev
2016-04-20
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-15
Remove trailing commas in enums.
Andres Freund
2016-04-14
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-12
Improve API of GenericXLogRegister().
Tom Lane
2016-04-09
Get rid of GenericXLogUnregister().
Tom Lane
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-04-05
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-01
Add Generic WAL interface
Teodor Sigaev
2016-03-30
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
XLogReader general code cleanup
Alvaro Herrera
2016-03-30
Introduce traversalValue for SP-GiST scan
Teodor Sigaev
2016-03-30
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-27
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
Change various Gin*Is* macros to return 0/1.
Andres Freund
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-03
Revert buggy optimization of index scans
Simon Riggs
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-01-28
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-22
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
Remove unused argument from ginInsertCleanup()
Fujii Masao
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-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-18
Re-pgindent a few files.
Tom Lane
2016-01-12
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-09
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-11
Fix commit timestamp initialization
Alvaro Herrera
2015-12-03
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-11-12
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-10-30
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-27
Cleanup commit timestamp module activaction, again
Alvaro Herrera
[next]