summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-05-02Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane
2018-05-02Fix bogus code for extracting extended-statistics data from syscache.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-27Remove outdated comment on how to set logtape's read buffer size.Heikki Linnakangas
2018-04-23Fix handling of partition bounds for boolean partitioning columns.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-12Use the right memory context for partkey's FmgrInfoAlvaro Herrera
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-11Allocate enough shared string memory for stats of auxiliary processes.Heikki Linnakangas
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-04-06Enforce child constraints during COPY TO a partitioned table.Robert Haas
2018-03-28Fix actual and potential double-frees around tuplesort usage.Tom Lane
2018-03-26Fix thinko in commentAlvaro Herrera
2018-03-26Fix typoAlvaro 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-21Repair crash with unsortable grouping sets.Andrew Gierth
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-19Fix state reversal after partition tuple routingAlvaro Herrera
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-15logical replication: fix OID type mapping mechanismAlvaro Herrera
2018-03-14Log when a BRIN autosummarization request failsAlvaro Herrera
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-13Fix CREATE TABLE / LIKE with bigint identity columnPeter Eisentraut
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-07Fix typoAlvaro Herrera
2018-03-06Refrain from duplicating data in reorderbuffersAlvaro Herrera
2018-03-06Fix bogus Name assignment in CreateStatisticsAlvaro Herrera
2018-03-05Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro 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