summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-09Make pg_get_expr() more bulletproof.Tom Lane
2022-01-09More cleanup of a2ab9c06ea.Jeff Davis
2022-01-08Fix pgperlcritic complaint, per buildfarm.Jeff Davis
2022-01-08Fix issues with describe queries of extended statistics in psqlMichael Paquier
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Fix thinko coming from 000f3adfMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-07Allow MSVC .bat wrappers to be called from anywhereAndrew Dunstan
2022-01-07Skip install/test of pgcrypto on MSVC when not built with opensslAndrew Dunstan
2022-01-07Fix comment in fe-connect.c about PQping and pg_ctlMichael Paquier
2022-01-07Add TAP tests for pg_basebackup with compressionMichael Paquier
2022-01-07Refactor tar method of walmethods.c to rely on the compression methodMichael Paquier
2022-01-06Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane
2022-01-06Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane
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