summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-05-07Translation updatesPeter Eisentraut
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-05-04Don't mark pages all-visible spuriouslyAlvaro Herrera
2018-05-03Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev
2018-05-02Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on more platforms.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on some platforms.Tom Lane
2018-04-20Fix race conditions when an event trigger is added concurrently with DDL.Tom Lane
2018-04-20Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane
2018-04-19Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane
2018-04-18Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.Tom Lane
2018-04-16Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane
2018-04-12Fix bogus affix-merging code.Tom Lane
2018-04-11Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane
2018-04-11Do not select new object OIDs that match recently-dead entries.Tom Lane
2018-04-11Make local copy of client hostnames in backend status array.Heikki Linnakangas
2018-04-10Fix incorrect close() call in dsm_impl_mmap().Tom Lane
2018-04-07Fix and improve pg_atomic_flag fallback implementation.Andres Freund
2018-03-28Fix actual and potential double-frees around tuplesort usage.Tom Lane
2018-03-26Fix thinko in commentAlvaro Herrera
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-22Fix tuple counting in SP-GiST index build.Tom Lane
2018-03-22Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-20Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane
2018-03-19Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-19Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-17Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane
2018-03-16Fix query-lifespan memory leakage in repeatedly executed hash joins.Tom Lane
2018-03-13When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane
2018-03-13Avoid holding AutovacuumScheduleLock while rechecking table statistics.Tom Lane
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-06Refrain from duplicating data in reorderbuffersAlvaro Herrera
2018-03-04Fix assorted issues in convert_to_scalar().Tom Lane
2018-03-02Fix VM buffer pin management in heap_lock_updated_tuple_rec().Tom Lane
2018-03-02Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane
2018-03-01Use ereport not elog for some corrupt-HOT-chain reports.Tom Lane
2018-03-01Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera
2018-03-01Fix IOS planning when only some index columns can return an attribute.Tom Lane
2018-02-28Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane
2018-02-27Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-26Translation updatesPeter Eisentraut
2018-02-23Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-02-05Translation updatesPeter Eisentraut
2018-01-28Add stack-overflow guards in set-operation planning.Tom Lane
2018-01-23Teach reparameterize_path() to handle AppendPaths.Tom Lane
2018-01-23Report an ERROR if a parallel worker fails to start properly.Robert Haas
2018-01-19Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera