summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-21Flush relcache entries when their FKs are meddled withAlvaro Herrera
2019-01-17Postpone aggregate checks until after collation is assigned.Andrew Gierth
2019-01-11Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane
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-24Prioritize history files when archivingMichael Paquier
2018-12-20Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov
2018-12-20Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark
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-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-12-13Prevent deadlock in ginRedoDeletePage()Alexander Korotkov
2018-12-12Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane
2018-12-12Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane
2018-12-10Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane
2018-12-07Fix misapplication of pgstat_count_truncate to wrong relation.Tom Lane
2018-11-29Fix handling of synchronous replication for stopping WAL sendersMichael Paquier
2018-11-28Don't set PAM_RHOST for Unix sockets.Thomas Munro
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-13Fix the initialization of atomic variable introduced by theAmit Kapila
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
2018-11-03Make ts_locale.c's character-type functions cope with UTF-16.Tom Lane
2018-11-02GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian
2018-11-01Fix error message typo introduced 691d79a07933.Andres Freund
2018-10-31Disallow starting server with insufficient wal_level for existing slot.Andres Freund
2018-10-31Fix memory leak in repeated SPGIST index scans.Tom Lane
2018-10-20Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane
2018-10-16Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane
2018-10-15Check for stack overrun in standard_ProcessUtility().Tom Lane