aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Remove unused includePeter Eisentraut2021-12-22
* Remove unused includePeter Eisentraut2021-12-22
* Fix incorrect format placeholdersPeter Eisentraut2021-12-22
* Fix typo in code commentPeter Eisentraut2021-12-22
* Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier2021-12-22
* Move index vacuum routines to vacuum.c.Amit Kapila2021-12-22
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-21
* doc: More documentation on regular expressions and SQL standardPeter Eisentraut2021-12-20
* Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut2021-12-17
* Ensure casting to typmod -1 generates a RelabelType.Tom Lane2021-12-16
* Change ProcSendSignal() to take pgprocno.Thomas Munro2021-12-16