aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-16
* Build inherited extended stats on partitioned tablesTomas Vondra2022-01-15
* Ignore extended statistics for inheritance treesTomas Vondra2022-01-15
* Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan2022-01-14
* Allow "in place" tablespaces.Thomas Munro2022-01-15
* Rename value node fieldsPeter Eisentraut2022-01-14
* Refactor AlterRole()Peter Eisentraut2022-01-14
* Assert redirect pointers are sensible after heap_page_prune().Andres Freund2022-01-13
* Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.Andres Freund2022-01-13
* Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane2022-01-13
* Improve error handling of HMAC computationsMichael Paquier2022-01-13
* Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan2022-01-12
* vacuumlazy.c: fix "garbage tuples" reference.Peter Geoghegan2022-01-12
* Consider fractional paths in generate_orderedappend_pathsTomas Vondra2022-01-12
* Add index on pg_publication_rel.prpubidAlvaro Herrera2022-01-12
* Move any code specific to log_destination=csvlog to its own fileMichael Paquier2022-01-12
* Refactor set of routines specific to elog.cMichael Paquier2022-01-12
* Improve error message for missing extension.Tom Lane2022-01-11
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-11
* Improve warning message in pg_signal_backend()John Naylor2022-01-11
* Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao2022-01-11
* Fix typo in rewriteheap.c.Amit Kapila2022-01-11
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Rename functions to avoid future conflictsPeter Eisentraut2022-01-10
* Make pg_get_expr() more bulletproof.Tom Lane2022-01-09
* More cleanup of a2ab9c06ea.Jeff Davis2022-01-08
* Respect permissions within logical replication.Jeff Davis2022-01-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane2022-01-06
* Create foreign key triggers in partitioned tables tooAlvaro Herrera2022-01-05
* Reduce relcache access in WAL sender streaming logical changesMichael Paquier2022-01-05
* Remove redundant initialization of BrinMemTuple.Tom Lane2022-01-04
* Fix silly mistake in AssertAlvaro Herrera2022-01-04
* Allow special SKIP LOCKED condition in Assert()Alvaro Herrera2022-01-04
* Handle mixed returnable and non-returnable columns better in IOS.Tom Lane2022-01-03
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Clean up error messages related to bad datetime units.Tom Lane2022-01-03
* Use MaxLockMode symbol in more places.Tom Lane2022-01-03
* Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera2022-01-03
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* Small cleanups related to PUBLICATION framework codeAlvaro Herrera2021-12-30
* Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson2021-12-30
* Fix issues in pgarch's new directory-scanning logic.Tom Lane2021-12-29
* Fix incorrect format placeholdersPeter Eisentraut2021-12-29
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-27
* Rethink handling of settings with a prefix reserved by an extension.Tom Lane2021-12-27
* Fix incorrect field count in pg_control_checkpoint()Michael Paquier2021-12-26
* Fix compilation error introduced by commit 8e1fae1938.Amit Kapila2021-12-23
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-23