aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane2021-12-15
* Improve parallel vacuum implementation.Amit Kapila2021-12-15
* Improve sift up/down code in binaryheap.c and logtape.c.Tom Lane2021-12-14
* Fix datatype confusion in logtape.c's right_offset().Tom Lane2021-12-14
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* Remove unimplemented/undocumented geometric functions & operators.Tom Lane2021-12-13
* Implement poly_distance().Tom Lane2021-12-13
* Remove InitXLOGAccess().Robert Haas2021-12-13
* Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas2021-12-13
* Fix alignment in multirange_get_range() functionAlexander Korotkov2021-12-13
* Improve description of some WAL records with transaction commandsMichael Paquier2021-12-13
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-10
* Fix some typos with {a,an}Michael Paquier2021-12-09
* Fix double publish of child table's data.Amit Kapila2021-12-09
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-08
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-08
* Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila2021-12-08
* Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila2021-12-08
* De-duplicate the result of pg_publication_tables view.Amit Kapila2021-12-08