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-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-12
Improve performance of SendRowDescriptionMessage.
Andres Freund
2017-10-06
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-09-26
Remove lsn from HashScanPosData.
Robert Haas
2017-09-22
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
hash: Implement page-at-a-time scan.
Robert Haas
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
Fix crash restart bug introduced in 8356753c212.
Andres Freund
2017-09-18
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-15
Avoid duplicate typedef for SharedRecordTypmodRegistry.
Tom Lane
2017-09-15
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
Perform only one ReadControlFile() during startup.
Andres Freund
2017-09-07
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-30
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-22
Refactor typcache.c's record typmod hash table.
Andres Freund
2017-08-20
Partially flatten struct tupleDesc so that it can be used in DSM.
Andres Freund
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-16
Use atomic ops to hand out pages to scan in parallel scan.
Heikki Linnakangas
2017-08-16
Remove dedicated B-tree root-split record types.
Heikki Linnakangas
2017-08-04
hash: Increase the number of possible overflow bitmaps by 8x.
Robert Haas
2017-07-31
Fix comment.
Tatsuo Ishii
2017-06-30
Remove outdated comment
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-12
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-04-27
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-15
Fix erroneous cross-reference in comment.
Tom Lane
2017-04-15
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-07
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
Fix new BRIN desummarize WAL record
Alvaro Herrera
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
[next]