index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
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
*
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-23
*
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-22
*
Fix mvdistinct and dependencies size calculations
Tomas Vondra
2019-04-21
*
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
*
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
*
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
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-17
*
Remove duplicate assignment when initializing logical decoder context
Michael Paquier
2019-04-16
*
Fix pg_mcv_list deserialization
Tomas Vondra
2019-04-16
*
Fix failure with textual partition hash keys.
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
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-12
*
Fix REINDEX CONCURRENTLY of partitions
Peter Eisentraut
2019-04-12
*
Fix GetNewTransactionId()'s interaction with xidVacLimit.
Thomas Munro
2019-04-12
*
Fix typos in reloptions.c
Michael Paquier
2019-04-12
*
Fix more strcmp() calls using boolean-like comparisons for result checks
Michael Paquier
2019-04-12
*
Fix backwards test in operator_precedence_warning logic.
Tom Lane
2019-04-10
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
*
Fix typos.
Thomas Munro
2019-04-10
*
Prevent inlining of multiply-referenced CTEs with outer recursive refs.
Tom Lane
2019-04-09
*
Fix typo
Alvaro Herrera
2019-04-09
*
Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.
Noah Misch
2019-04-09
*
Replace tabs with spaces in one .sql file
Peter Eisentraut
2019-04-09
*
Fix example in comment.
Heikki Linnakangas
2019-04-09
*
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-08
*
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-08
*
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2019-04-08
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
*
Reset memory context once per tuple in validateForeignKeyConstraint.
Andres Freund
2019-04-07
[next]