summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2022Bruce Momjian2022-01-071978-1989/+1989
* Allow MSVC .bat wrappers to be called from anywhereAndrew Dunstan2022-01-075-5/+5
* Skip install/test of pgcrypto on MSVC when not built with opensslAndrew Dunstan2022-01-072-0/+2
* Fix comment in fe-connect.c about PQping and pg_ctlMichael Paquier2022-01-071-2/+1
* Add TAP tests for pg_basebackup with compressionMichael Paquier2022-01-071-1/+36
* Refactor tar method of walmethods.c to rely on the compression methodMichael Paquier2022-01-072-22/+38
* Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane2022-01-063-13/+36
* Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane2022-01-069-97/+135
* On second thought, remove regex.linux.utf8 regression test altogether.Tom Lane2022-01-054-237/+1
* Enable routine running of regex.linux.utf8 regression test.Tom Lane2022-01-054-5/+31
* Create foreign key triggers in partitioned tables tooAlvaro Herrera2022-01-057-90/+490
* Reduce relcache access in WAL sender streaming logical changesMichael Paquier2022-01-051-2/+2
* Remove redundant initialization of BrinMemTuple.Tom Lane2022-01-041-2/+0
* Fix silly mistake in AssertAlvaro Herrera2022-01-041-1/+2
* Allow special SKIP LOCKED condition in Assert()Alvaro Herrera2022-01-041-1/+9
* pg_dump: Refactor dumpDatabase()Peter Eisentraut2022-01-041-26/+13
* Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.Tom Lane2022-01-031-6/+17
* Handle mixed returnable and non-returnable columns better in IOS.Tom Lane2022-01-031-14/+1
* Fix index-only scan plans, take 2.Tom Lane2022-01-0312-66/+124
* Clean up error messages related to bad datetime units.Tom Lane2022-01-036-91/+76
* Use MaxLockMode symbol in more places.Tom Lane2022-01-032-3/+3
* Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera2022-01-033-14/+21
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-014-3/+92
* pg_dump: avoid unsafe function calls in getPolicies().Tom Lane2021-12-311-13/+29
* pg_dump: minor performance improvements from eliminating sub-SELECTs.Tom Lane2021-12-312-214/+217
* ci: Add continuous integration for github repositories via cirrus-ci.Andres Freund2021-12-305-0/+168
* pg_dump: make dumpPublication et al. less unlike sibling functions.Tom Lane2021-12-301-8/+30
* Small cleanups related to PUBLICATION framework codeAlvaro Herrera2021-12-306-34/+40
* Minor cleanup/optimization in pg_dump.Tom Lane2021-12-301-55/+29
* Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson2021-12-303-15/+0
* Fix overly generic name in with.sql test.Thomas Munro2021-12-302-13/+13
* Fix issues in pgarch's new directory-scanning logic.Tom Lane2021-12-291-27/+43
* Fix incorrect format placeholdersPeter Eisentraut2021-12-293-10/+10
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-2710-88/+20
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-278-10/+17
* Rethink handling of settings with a prefix reserved by an extension.Tom Lane2021-12-273-84/+68
* Fix incorrect field count in pg_control_checkpoint()Michael Paquier2021-12-261-2/+2
* Fix compilation error introduced by commit 8e1fae1938.Amit Kapila2021-12-231-3/+5
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-238-983/+1125
* Remove unused includePeter Eisentraut2021-12-221-1/+0
* Remove unused includePeter Eisentraut2021-12-221-1/+0
* Fix incorrect format placeholdersPeter Eisentraut2021-12-224-7/+7
* Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier2021-12-221-1/+1
* Fix typo in code commentPeter Eisentraut2021-12-221-1/+1
* Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier2021-12-221-2/+0
* Move index vacuum routines to vacuum.c.Amit Kapila2021-12-224-155/+196
* Add help & tab-complete support for psql's \getenv.Tom Lane2021-12-212-2/+3
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-215-0/+17
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-2028-190/+8
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-2020-230/+374