summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-19Make checkpoint requests more robust.Tom Lane
2019-03-14Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane
2019-03-10Disallow NaN as a value for floating-point GUCs.Tom Lane
2019-03-03Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed
2019-02-28Improve documentation of data_sync_retryMichael Paquier
2019-02-24Fix ecpg bugs caused by missing semicolons in the backend grammar.Tom Lane
2019-02-24Tolerate EINVAL when calling fsync() on a directory.Thomas Munro
2019-02-22Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane
2019-02-20Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed
2019-02-20Mark correctly initial slot snapshots with MVCC type when builtMichael Paquier
2019-02-17Fix CREATE VIEW to allow zero-column views.Tom Lane
2019-02-15Fix race in dsm_attach() when handles are reused.Thomas Munro
2019-02-12Relax overly strict assertionAlvaro Herrera
2019-02-12Fix erroneous error reports in snapbuild.c.Tom Lane
2019-02-11Translation updatesPeter Eisentraut
2019-02-08Defend against null error message reported by libxml2.Tom Lane
2019-02-07Ensure that foreign scans with lateral refs are planned correctly.Tom Lane
2019-02-06Propagate lateral-reference information to indirect descendant relations.Tom Lane
2019-02-05Keep perl style checker happyAndrew Dunstan
2019-02-05Fix searchpath for modern Perl for genbki.plAndrew Dunstan
2019-02-02Avoid possible deadlock while locking multiple heap pages.Amit Kapila
2019-02-01Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier
2019-01-30Fix a crash in logical replicationPeter Eisentraut
2019-01-26Allow UNLISTEN in hot-standby mode.Tom Lane
2019-01-17Postpone aggregate checks until after collation is assigned.Andrew Gierth
2019-01-03Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane
2019-01-02Don't believe MinMaxExpr is leakproof without checking.Tom Lane
2018-12-27Have DISCARD ALL/TEMP remove leftover temp tablesAlvaro Herrera
2018-12-27Make autovacuum more selective about temp tables to keepAlvaro Herrera
2018-12-27Ignore inherited temp relations from other sessions when truncatingMichael Paquier
2018-12-18Fix ancient thinko in mergejoin cost estimation.Tom Lane
2018-12-17Fix use-after-free bug when renaming constraintsMichael Paquier
2018-12-17Make constraint rename issue relcache invalidation on target relationMichael Paquier
2018-12-13Fix wrong backpatching of ginRedoDeletePage() deadlock fixAlexander Korotkov
2018-12-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-12-13Prevent deadlock in ginRedoDeletePage()Alexander Korotkov
2018-12-10Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane
2018-11-29Fix handling of synchronous replication for stopping WAL sendersMichael Paquier
2018-11-28Do not decode TOAST data for table rewritesTomas Vondra
2018-11-24Fix float-to-integer coercions to handle edge cases correctly.Tom Lane
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-19Don't forget about failed fsync() requests.Thomas Munro
2018-11-14Initialize TransactionState and user ID consistently at transaction startMichael Paquier
2018-11-12Limit the number of index clauses considered in choose_bitmap_and().Tom Lane
2018-11-10Fix missing role dependencies for some schema and type ACLs.Tom Lane
2018-11-08Disallow setting client_min_messages higher than ERROR.Tom Lane
2018-11-06GUC: adjust effective_cache_size SQL descriptionsBruce Momjian
2018-11-05Fix copy-paste error in errhint() introduced in 691d79a07933.Andres Freund
2018-11-05Translation updatesPeter Eisentraut