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 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
*
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-07
*
Avoid fetching past the end of the indoption array.
Tom Lane
2019-04-07
*
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-07
*
Report progress of REINDEX operations
Peter Eisentraut
2019-04-07
*
Cast pg_stat_progress_cluster.cluster_index_relid to oid
Peter Eisentraut
2019-04-07
*
Fix failures in validateForeignKeyConstraint's slow path.
Tom Lane
2019-04-06
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Add facility to copy replication slots
Alvaro Herrera
2019-04-05
*
Wake up interested backends when a checkpoint fails.
Thomas Munro
2019-04-06
*
Fix compiler warning
Peter Eisentraut
2019-04-05
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Fix bugs in mdsyncfiletag().
Thomas Munro
2019-04-05
*
Remove unused struct member, enforce multi_insert callback presence.
Andres Freund
2019-04-04
*
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
[next]