summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2021-12-17Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut
2021-12-16Ensure casting to typmod -1 generates a RelabelType.Tom Lane
2021-12-16Remove psql support for server versions preceding 9.2.Tom Lane
2021-12-16Clean up some more freshly-dead code in pg_dump and pg_upgrade.Tom Lane
2021-12-16Change ProcSendSignal() to take pgprocno.Thomas Munro
2021-12-15Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane
2021-12-15Remove pg_dump's --no-synchronized-snapshots switch.Tom Lane
2021-12-15pg_checksums: Fix data typePeter Eisentraut
2021-12-15Improve parallel vacuum implementation.Amit Kapila
2021-12-15Adjust behavior of some env settings for the TAP tests of MSVCMichael Paquier