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
*
Make current_logfiles use permissions assigned to files in data directory
Michael Paquier
2019-03-24
*
Remove inadequate check for duplicate "xml" PI.
Tom Lane
2019-03-23
*
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-23
*
Restore RI trigger sanity check
Alvaro Herrera
2019-03-20
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
*
Fix memory leak in printtup.c.
Tom Lane
2019-03-18
*
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-14
*
Fix testing of parallel-safety of scan/join target.
Etsuro Fujita
2019-03-12
*
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-10
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-03-03
*
Improve documentation of data_sync_retry
Michael Paquier
2019-02-28
*
Fix inconsistent out-of-memory error reporting in dsa.c.
Thomas Munro
2019-02-25
*
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-24
*
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-24
*
Tolerate ENOSYS failure from sync_file_range().
Thomas Munro
2019-02-24
*
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-22
*
Report correct name in autovacuum "work items" activity
Alvaro Herrera
2019-02-22
*
Speed up match_eclasses_to_foreign_key_col() when there are many ECs.
Tom Lane
2019-02-20
*
Fix incorrect strictness test for ArrayCoerceExpr expressions.
Tom Lane
2019-02-20
*
Make object address handling more robust
Alvaro Herrera
2019-02-20
*
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-20
*
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-02-20
*
Fix race in dsm_unpin_segment() when handles are reused.
Thomas Munro
2019-02-18
*
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-02-17
*
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-15
*
Fix race in dsm_attach() when handles are reused.
Thomas Munro
2019-02-15
*
Fix rare dsa_allocate() failures due to freepage.c corruption.
Thomas Munro
2019-02-13
*
Clean up planner confusion between ncolumns and nkeycolumns.
Tom Lane
2019-02-12
*
Relax overly strict assertion
Alvaro Herrera
2019-02-12
*
Fix erroneous error reports in snapbuild.c.
Tom Lane
2019-02-12
*
Translation updates
Peter Eisentraut
2019-02-11
*
Adjust error message
Peter Eisentraut
2019-02-11
*
Fix indexable-row-comparison logic to account for covering indexes.
Tom Lane
2019-02-10
*
Fix trigger drop procedure
Alvaro Herrera
2019-02-10
*
Call set_rel_pathlist_hook before generate_gather_paths, not after.
Tom Lane
2019-02-09
*
For 11 only, put back heap_expand_tuple to GetTupleForTrigger().
Andres Freund
2019-02-09
*
Reset, not recreate, execGrouping.c style hashtables.
Andres Freund
2019-02-09
*
Allow to reset execGrouping.c style tuple hashtables.
Andres Freund
2019-02-09
*
Plug leak in BuildTupleHashTable by creating ExprContext in correct context.
Andres Freund
2019-02-09
*
Defend against null error message reported by libxml2.
Tom Lane
2019-02-08
*
Ensure that foreign scans with lateral refs are planned correctly.
Tom Lane
2019-02-07
*
Add collation assignment to CALL statement
Peter Eisentraut
2019-02-07
*
Propagate lateral-reference information to indirect descendant relations.
Tom Lane
2019-02-06
*
Fix heap_getattr() handling of fast defaults.
Andres Freund
2019-02-06
*
Keep perl style checker happy
Andrew Dunstan
2019-02-05
*
Fix searchpath for modern Perl for genbki.pl
Andrew Dunstan
2019-02-05
*
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-02
*
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2019-02-01
*
Fix a crash in logical replication
Peter Eisentraut
2019-01-30
[next]