aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Revert strlen -> strnlen optimization pre-v11.Tom Lane2019-03-23
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-23
* Make checkpoint requests more robust.Tom Lane2019-03-19
* Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane2019-03-14
* Disallow NaN as a value for floating-point GUCs.Tom Lane2019-03-10
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-03
* Improve documentation of data_sync_retryMichael Paquier2019-02-28
* 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-25
* Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane2019-02-22
* 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 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
* Relax overly strict assertionAlvaro Herrera2019-02-12
* Fix erroneous error reports in snapbuild.c.Tom Lane2019-02-12
* Translation updatesPeter Eisentraut2019-02-11
* 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
* Propagate lateral-reference information to indirect descendant relations.Tom Lane2019-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
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane2019-01-03
* Don't believe MinMaxExpr is leakproof without checking.Tom Lane2019-01-02
* Have DISCARD ALL/TEMP remove leftover temp tablesAlvaro Herrera2018-12-27
* Make autovacuum more selective about temp tables to keepAlvaro Herrera2018-12-27
* Ignore inherited temp relations from other sessions when truncatingMichael Paquier2018-12-27
* Prioritize history files when archivingMichael Paquier2018-12-24
* Fix ancient thinko in mergejoin cost estimation.Tom Lane2018-12-18
* Fix use-after-free bug when renaming constraintsMichael Paquier2018-12-17
* Make constraint rename issue relcache invalidation on target relationMichael Paquier2018-12-17
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Prevent deadlock in ginRedoDeletePage()Alexander Korotkov2018-12-13
* Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane2018-12-12
* Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane2018-12-10
* Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane2018-12-07
* Fix handling of synchronous replication for stopping WAL sendersMichael Paquier2018-11-29
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-28
* Fix float-to-integer coercions to handle edge cases correctly.Tom Lane2018-11-24
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Don't forget about failed fsync() requests.Thomas Munro2018-11-19
* Initialize TransactionState and user ID consistently at transaction startMichael Paquier2018-11-14
* Limit the number of index clauses considered in choose_bitmap_and().Tom Lane2018-11-12