summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-05On second thought, remove regex.linux.utf8 regression test altogether.Tom Lane
2022-01-05Enable routine running of regex.linux.utf8 regression test.Tom Lane
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2022-01-05Reduce relcache access in WAL sender streaming logical changesMichael Paquier
2022-01-04Remove redundant initialization of BrinMemTuple.Tom Lane
2022-01-04Fix silly mistake in AssertAlvaro Herrera
2022-01-04Allow special SKIP LOCKED condition in Assert()Alvaro Herrera
2022-01-04pg_dump: Refactor dumpDatabase()Peter Eisentraut
2022-01-03Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.Tom Lane
2022-01-03Handle mixed returnable and non-returnable columns better in IOS.Tom Lane
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-03Clean up error messages related to bad datetime units.Tom Lane
2022-01-03Use MaxLockMode symbol in more places.Tom Lane
2022-01-03Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-12-31pg_dump: avoid unsafe function calls in getPolicies().Tom Lane
2021-12-31pg_dump: minor performance improvements from eliminating sub-SELECTs.Tom Lane
2021-12-31ci: Add continuous integration for github repositories via cirrus-ci.Andres Freund
2021-12-31pg_dump: make dumpPublication et al. less unlike sibling functions.Tom Lane
2021-12-30Small cleanups related to PUBLICATION framework codeAlvaro Herrera
2021-12-30Minor cleanup/optimization in pg_dump.Tom Lane
2021-12-30Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson
2021-12-30Fix overly generic name in with.sql test.Thomas Munro
2021-12-29Fix issues in pgarch's new directory-scanning logic.Tom Lane
2021-12-29Fix incorrect format placeholdersPeter Eisentraut
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-27Rethink handling of settings with a prefix reserved by an extension.Tom Lane
2021-12-26Fix incorrect field count in pg_control_checkpoint()Michael Paquier
2021-12-23Fix compilation error introduced by commit 8e1fae1938.Amit Kapila
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila
2021-12-22Remove unused includePeter Eisentraut
2021-12-22Remove unused includePeter Eisentraut
2021-12-22Fix incorrect format placeholdersPeter Eisentraut
2021-12-22Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier
2021-12-22Fix typo in code commentPeter Eisentraut
2021-12-22Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier
2021-12-22Move index vacuum routines to vacuum.c.Amit Kapila
2021-12-21Add help & tab-complete support for psql's \getenv.Tom Lane
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 2.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 1.Tom Lane
2021-12-20Add a \getenv command to psql.Tom Lane
2021-12-20Add fast path for validating UTF-8 textJohn Naylor
2021-12-20pg_dump: Refactor getIndexes()Peter Eisentraut
2021-12-20doc: More documentation on regular expressions and SQL standardPeter Eisentraut
2021-12-19Remove some more dead code in pg_dump.Tom Lane
2021-12-18Fix typo in TAP tests of pg_receivewalMichael Paquier
2021-12-18Add option -N/--no-sync to pg_upgradeMichael Paquier
2021-12-17Fix the public schema's permissions in a separate test script.Tom Lane