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