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
/
include
/
access
Age
Commit message (
Expand
)
Author
2017-04-06
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-05
pageinspect: Add bt_page_items function with bytea argument
Peter Eisentraut
2017-04-04
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
Expand hash indexes more gradually.
Robert Haas
2017-04-01
BRIN de-summarization
Alvaro Herrera
2017-04-01
BRIN auto-summarization
Alvaro Herrera
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-28
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-27
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-26
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-03-24
Fix backup canceling
Teodor Sigaev
2017-03-23
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
Reduce page locking in GIN vacuum
Teodor Sigaev
2017-03-22
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
Teach xlogreader to follow timeline switches
Simon Riggs
2017-03-20
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-16
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-14
hash: Support WAL consistency checking.
Robert Haas
2017-03-14
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-14
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-10
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-09
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Remove inclusion of postgres.h from a few header files.
Robert Haas
2017-03-07
hash: Refactor hash index creation.
Robert Haas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-02-27
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
hash: Refactor overflow page allocation.
Robert Haas
2017-02-27
hash: Refactor bucket squeeze code.
Robert Haas
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
btree: Support parallel index scans.
Robert Haas
2017-02-14
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-02-07
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-02
pageinspect: Support hash indexes.
Robert Haas
2017-01-24
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
Add a new DestReceiver for printing tuples without catalog access.
Robert Haas
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-19
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-18
Change some test macros to return true booleans
Alvaro Herrera
[next]