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
Age
Commit message (
Expand
)
Author
2019-04-25
Fix function names in comments.
Fujii Masao
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-24
Make pg_dump emit ATTACH PARTITION instead of PARTITION OF
Alvaro Herrera
2019-04-24
Fix some minor postmaster-state-machine issues.
Tom Lane
2019-04-24
Unify error messages
Alvaro Herrera
2019-04-24
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
Remove useless comment.
Tom Lane
2019-04-23
Prevent O(N^2) unique index insertion edge case.
Peter Geoghegan
2019-04-23
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-23
Don't request pretty-printed output from xmlNodeDump().
Tom Lane
2019-04-23
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-22
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-21
Fix mvdistinct and dependencies size calculations
Tomas Vondra
2019-04-20
GSSAPI: Improve documentation and tests
Stephen Frost
2019-04-19
Fix slot type issue for fuzzy distance index scan over out-of-core table AM.
Andres Freund
2019-04-19
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-04-19
Fix problems with auto-held portals.
Tom Lane
2019-04-19
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-04-19
Remove dependency to pageinspect in recovery tests
Michael Paquier
2019-04-19
Fix potential use-after-free for BEFORE UPDATE row triggers on non-core AMs.
Andres Freund
2019-04-18
Fix handling of temp and unlogged tables in FOR ALL TABLES publications
Peter Eisentraut
2019-04-18
pg_dump: Remove stray option parsing support for -o.
Andres Freund
2019-04-17
Tie loose ends in psql's new \dP command
Alvaro Herrera
2019-04-17
psql: display tablespace for partitioned indexes
Alvaro Herrera
2019-04-17
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
Fix unportable code in pgbench.
Tom Lane
2019-04-17
Fix assorted minor bogosity in GSSAPI transport error messages.
Tom Lane
2019-04-17
Minor jsonpath fixes.
Tom Lane
2019-04-17
Return NULL for checksum failures if checksums are not enabled
Magnus Hagander
2019-04-17
Fix thinko introduced by 82a5649 in slot.c
Michael Paquier
2019-04-17
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-17
Rework handling of invalid indexes with REINDEX CONCURRENTLY
Michael Paquier
2019-04-16
Remove duplicate assignment when initializing logical decoder context
Michael Paquier
2019-04-16
Don't write to stdin of a test process that could have already exited.
Noah Misch
2019-04-15
Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.
Tom Lane
2019-04-15
Convert pre-existing stats_ext tests to new style
Tomas Vondra
2019-04-15
Fix pg_mcv_list deserialization
Tomas Vondra
2019-04-15
Fix failure with textual partition hash keys.
Tom Lane
2019-04-15
Avoid possible regression test instability in timestamp.sql.
Tom Lane
2019-04-15
Fix division by zero in _bt_vacuum_needs_cleanup()
Alexander Korotkov
2019-04-15
Fix thinko in ExecCleanupTupleRouting().
Etsuro Fujita
2019-04-15
Unbreak index optimization for LIKE on bytea
Peter Eisentraut
2019-04-15
Fix SHOW ALL command for non-superusers with replication connection
Michael Paquier
2019-04-15
Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.
Noah Misch
2019-04-14
Switch TAP tests of pg_rewind to use non-superuser role, take two
Michael Paquier
2019-04-14
MSYS: Translate REGRESS_SHLIB to a Windows file name.
Noah Misch
2019-04-13
When Perl "kill(9, ...)" fails, try "pg_ctl kill".
Noah Misch
2019-04-13
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
Consistently test for in-use shared memory.
Noah Misch
[next]