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
2017-09-26
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
Fix trivial mistake in README.
Robert Haas
2017-09-23
Refactor new file permission handling
Peter Eisentraut
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-20
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-20
Allow no-op GiST support functions to be omitted.
Tom Lane
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
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
Perform only one ReadControlFile() during startup.
Andres Freund
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-07
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-07
Exclude special values in recovery_target_time
Simon Riggs
2017-09-01
Use group updates when setting transaction status in clog.
Robert Haas
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
Clean up shm_mq cleanup.
Tom Lane
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
Fix pg_atomic_u64 initialization.
Heikki Linnakangas
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-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
Remove incorrect assertion in clog.c
Robert Haas
2017-08-08
Reword some unclear comments
Alvaro Herrera
2017-08-05
Make pg_stop_backup's wait_for_archive flag work on standbys.
Robert Haas
2017-08-05
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
hash: Immediately after a bucket split, try to clean the old bucket.
Robert Haas
2017-07-26
Fix concurrent locking of tuple update chain
Alvaro Herrera
2017-07-21
Fix double shared memory allocation.
Teodor Sigaev
2017-07-19
Add static assertions about pg_control fitting into one disk sector.
Tom Lane
2017-07-17
hash: Fix write-ahead logging bugs related to init forks.
Robert Haas
2017-07-06
Fix potential data corruption during freeze
Teodor Sigaev
2017-06-30
Fix typo in comment
Peter Eisentraut
2017-06-22
Fix typo in comment
Alvaro Herrera
2017-06-21
Fix possibility of creating a "phantom" segment after promotion.
Andres Freund
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-06-17
Fix typos in comments
Magnus Hagander
2017-06-14
Avoid bogus TwoPhaseState locking sequences
Alvaro Herrera
[next]