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
2019-12-04
Fix whitespace.
Etsuro Fujita
2019-12-03
Fix thinkos from commit 9989d37
Michael Paquier
2019-12-03
Remove XLogFileNameP() from the tree
Michael Paquier
2019-12-03
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-12-02
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-11-29
Small code simplification
Peter Eisentraut
2019-11-29
Make allow_system_table_mods settable at run time
Peter Eisentraut
2019-11-29
Remove any-user DML capability from allow_system_table_mods
Peter Eisentraut
2019-11-29
Add error position to an error message
Peter Eisentraut
2019-11-28
Remove unnecessary clauses_attnums variable
Tomas Vondra
2019-11-28
Fix choose_best_statistics to check clauses individually
Tomas Vondra
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-27
Fix typo in comment.
Etsuro Fujita
2019-11-26
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-11-26
Add safeguards for pg_fsync() called with incorrectly-opened fds
Michael Paquier
2019-11-26
Don't shut down Gather[Merge] early under Limit.
Amit Kapila
2019-11-25
Use procsignal_sigusr1_handler for auxiliary processes.
Robert Haas
2019-11-25
Refactor WAL file-reading code into WALRead()
Alvaro Herrera
2019-11-25
Fix unportable printf format introduced in commit 9290ad198.
Tom Lane
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
Fix inconsistent variable name in static function of mac8.c
Michael Paquier
2019-11-25
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-24
Doc: improve discussion of race conditions involved in LISTEN.
Tom Lane
2019-11-24
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.
Tom Lane
2019-11-24
Stabilize the results of pg_notification_queue_usage().
Tom Lane
2019-11-23
Remove debugging aid
Alvaro Herrera
2019-11-23
Add object TRUNCATE hook
Joe Conway
2019-11-22
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-21
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-21
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-21
Provide statistics for hypothetical BRIN indexes
Michael Paquier
2019-11-20
Sync patternsel_common's operator selection logic with pattern_prefix's.
Tom Lane
2019-11-20
Fix HeapTupleSatisfiesNonVacuumable() comment.
Peter Geoghegan
2019-11-20
Reduce match_pattern_prefix()'s dependencies on index opfamilies.
Tom Lane
2019-11-19
Fix corner-case failure in match_pattern_prefix().
Tom Lane
2019-11-19
Fix page modification outside of critical section in GIN
Alexander Korotkov
2019-11-19
Revise GIN README
Alexander Korotkov
2019-11-19
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-19
Fix deadlock between ginDeletePage() and ginStepRight()
Alexander Korotkov
2019-11-19
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-18
nbtree: Tweak _bt_pgaddtup() comments.
Peter Geoghegan
2019-11-17
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
Properly determine length for on-disk TOAST values
Tomas Vondra
2019-11-16
Skip system attributes when applying mvdistinct stats
Tomas Vondra
2019-11-15
Always call ExecShutdownNode() if appropriate.
Thomas Munro
[next]