summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-04-11Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane
2020-04-09Further cleanup of ts_headline code.Tom Lane
2020-04-09Fix default text search parser's ts_headline code for phrase queries.Tom Lane
2020-04-09Cosmetic improvements for default text search parser's ts_headline code.Tom Lane
2020-04-09Allow parallel create index to accumulate buffer usage stats.Amit Kapila
2020-04-08Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane
2020-04-07Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.Tom Lane
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-04-06Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund
2020-04-05Save errno across LWLockRelease() callsPeter Eisentraut
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-04-03Fix bogus CALLED_AS_TRIGGER() defenses.Tom Lane
2020-04-01Check equality semantics for unique indexes on partitioned tables.Tom Lane
2020-03-31Teach pg_ls_dir_files() to ignore ENOENT failures from stat().Tom Lane
2020-03-28Ensure snapshot is registered within ScanPgRelation().Andres Freund
2020-03-26Drop slot's LWLock before returning from SaveSlotToPath()Peter Eisentraut
2020-03-23Fix potential crash after constraint violation errors in partitioned tables.Andres Freund
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Back-patch log_newpage_range().Noah Misch
2020-03-21During heap rebuild, lock any TOAST index until end of transaction.Noah Misch
2020-03-21Fix cosmetic blemishes involving rd_createSubid.Noah Misch
2020-03-18Add missing errcode() in a few ereport calls.Amit Kapila
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-14Restructure polymorphic-type resolution in funcapi.c.Tom Lane
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-12Fix nextXid tracking bug on standbys (9.5-11 only).Thomas Munro
2020-03-11Avoid holding a directory FD open across pg_ls_dir_files() calls.Tom Lane
2020-03-11Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera
2020-03-09Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao
2020-03-09Avoid assertion failure with targeted recovery in standby mode.Fujii Masao
2020-03-07Fix typoPeter Eisentraut
2020-03-03Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexesMichael Paquier
2020-02-29Correctly re-use hash tables in buildSubPlanHash().Tom Lane
2020-02-29Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane
2020-02-24Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier
2020-02-20Remove extra word from comment.Etsuro Fujita
2020-02-19Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
2020-02-10Fix priv checks for ALTER <object> DEPENDS ON EXTENSIONAlvaro Herrera
2020-02-10Translation updatesPeter Eisentraut
2020-02-09Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane
2020-02-06Fix typo.Amit Kapila
2020-02-06Fix bug in LWLock statistics mechanism.Fujii Masao
2020-02-05Force tuple conversion when the source has missing attributes.Andrew Gierth
2020-02-04Handle lack of DSM slots in parallel btree build, take 2.Thomas Munro
2020-02-04Fix handling of "Subplans Removed" field in EXPLAIN output.Tom Lane
2020-02-03Add missing break out seqscan loop in logical replicationAlvaro Herrera
2020-02-03Revert commit a5b652f3a0.Fujii Masao
2020-02-01Fix memory leak on DSM slot exhaustion.Thomas Munro