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
Age
Commit message (
Expand
)
Author
2017-04-06
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
Identity columns
Peter Eisentraut
2017-04-06
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-06
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-06
Code review for recent slot.c changes.
Andres Freund
2017-04-06
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-05
Reduce lock level for CREATE STATISTICS
Simon Riggs
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
Spelling mistake in comment in utility.c
Simon Riggs
2017-04-05
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
Use American English in error message
Peter Eisentraut
2017-04-05
hash: Fix write-ahead logging bug.
Robert Haas
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
Fix uninitialized variables in twophase.c
Simon Riggs
2017-04-04
Fix two valgrind issues in slab allocator.
Andres Freund
2017-04-04
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
Adjust min/max values when changing sequence type
Peter Eisentraut
2017-04-04
Fix thinko in BitmapAdjustPrefetchIterator.
Robert Haas
2017-04-04
Fix typo
Peter Eisentraut
2017-04-04
Fix remote position tracking in logical replication
Peter Eisentraut
2017-04-04
Fix formula in _hash_spareindex.
Robert Haas
2017-04-04
Expand hash indexes more gradually.
Robert Haas
2017-04-04
Update comment.
Robert Haas
2017-04-04
Print new RelOptInfo field top_parent_relids in outfuncs.c
Robert Haas
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-04
Properly acquire buffer lock for page-at-a-time hash vacuum.
Robert Haas
2017-04-03
Try and silence spurious Coverity warning.
Andrew Gierth
2017-04-03
Handle change of slot name in logical replication apply
Peter Eisentraut
2017-04-02
Fix some typos and spelling errors in comments
Magnus Hagander
2017-04-01
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
BRIN de-summarization
Alvaro Herrera
2017-04-01
BRIN auto-summarization
Alvaro Herrera
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-04-01
Avoid GatherMerge crash when there are no workers.
Robert Haas
2017-04-01
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-04-01
Fix typos.
Robert Haas
2017-03-31
For foreign keys, check REFERENCES privilege only on the referenced table.
Tom Lane
2017-03-31
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-31
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-31
Full Text Search support for json and jsonb
Andrew Dunstan
2017-03-31
Transform or iterate over json(b) string values
Andrew Dunstan
2017-03-30
Default monitoring roles
Simon Riggs
2017-03-30
Remove support for version-0 calling conventions.
Andres Freund
2017-03-29
Implement SortSupport for macaddr data type
Teodor Sigaev
2017-03-29
Update copyright year in recently added files
Peter Eisentraut
2017-03-29
Simplify check of modified attributes in heap_update
Alvaro Herrera
2017-03-29
Plug race in dsa_attach.
Robert Haas
[next]