Commit Graph

38414 Commits (27b77ecf9f4d5be211900eda54d8155ada50d696)

Author SHA1 Message Date
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andrew Dunstan c3879a7b4c
Allow MSVC .bat wrappers to be called from anywhere 4 years ago
Andrew Dunstan 825d95e8a8
Skip install/test of pgcrypto on MSVC when not built with openssl 4 years ago
Michael Paquier fb0745fa0d Fix comment in fe-connect.c about PQping and pg_ctl 4 years ago
Michael Paquier 50e144193c Add TAP tests for pg_basebackup with compression 4 years ago
Michael Paquier 000f3adfdc Refactor tar method of walmethods.c to rely on the compression method 4 years ago
Tom Lane 7ead9925ff Prevent altering partitioned table's rowtype, if it's used elsewhere. 4 years ago
Tom Lane 328dfbdabd Extend psql's \lo_list/\dl to be able to print large objects' ACLs. 4 years ago
Tom Lane 987db509ed On second thought, remove regex.linux.utf8 regression test altogether. 4 years ago
Tom Lane 72a3ebf235 Enable routine running of regex.linux.utf8 regression test. 4 years ago
Alvaro Herrera f4566345cf
Create foreign key triggers in partitioned tables too 4 years ago
Michael Paquier 6ce16088bf Reduce relcache access in WAL sender streaming logical changes 4 years ago
Tom Lane 913a03ec29 Remove redundant initialization of BrinMemTuple. 4 years ago
Alvaro Herrera 67a8cb5cbf
Fix silly mistake in Assert 4 years ago
Alvaro Herrera f66885bec0
Allow special SKIP LOCKED condition in Assert() 4 years ago
Peter Eisentraut 56a3e848c7 pg_dump: Refactor dumpDatabase() 4 years ago
Tom Lane dfe67c0e85 Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT. 4 years ago
Tom Lane 8a2e323f20 Handle mixed returnable and non-returnable columns better in IOS. 4 years ago
Tom Lane 9a3ddeb519 Fix index-only scan plans, take 2. 4 years ago
Tom Lane 4b160492b9 Clean up error messages related to bad datetime units. 4 years ago
Tom Lane ba2bc4a7ba Use MaxLockMode symbol in more places. 4 years ago
Alvaro Herrera 9623d89996
Avoid using DefElemAction in AlterPublicationStmt 4 years ago
Tom Lane 4ace456776 Fix index-only scan plans when not all index columns can be returned. 4 years ago
Tom Lane 3e6e86abca pg_dump: avoid unsafe function calls in getPolicies(). 4 years ago
Tom Lane d5e8930f50 pg_dump: minor performance improvements from eliminating sub-SELECTs. 4 years ago
Andres Freund 93d9734946 ci: Add continuous integration for github repositories via cirrus-ci. 4 years ago
Tom Lane 5e65df64d6 pg_dump: make dumpPublication et al. less unlike sibling functions. 4 years ago
Alvaro Herrera c9105dd366
Small cleanups related to PUBLICATION framework code 4 years ago
Tom Lane c7cf73eb7b Minor cleanup/optimization in pg_dump. 4 years ago
Daniel Gustafsson e68570e388 Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements" 4 years ago
Thomas Munro 8112bcf0cc Fix overly generic name in with.sql test. 4 years ago
Tom Lane 1fb17b1903 Fix issues in pgarch's new directory-scanning logic. 4 years ago
Peter Eisentraut 113fa3945f Fix incorrect format placeholders 4 years ago
Tom Lane cab5b9ab2c Revert changes about warnings/errors for placeholders. 4 years ago
Tom Lane 5609cc01c6 Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). 4 years ago
Tom Lane 2ed8a8cc5b Rethink handling of settings with a prefix reserved by an extension. 4 years ago
Michael Paquier 86d9888d2e Fix incorrect field count in pg_control_checkpoint() 4 years ago
Amit Kapila 94226d4506 Fix compilation error introduced by commit 8e1fae1938. 4 years ago
Amit Kapila 8e1fae1938 Move parallel vacuum code to vacuumparallel.c. 4 years ago
Peter Eisentraut 4965f75484 Remove unused include 4 years ago
Peter Eisentraut 2f4fd1a73b Remove unused include 4 years ago
Peter Eisentraut dfaa346c7c Fix incorrect format placeholders 4 years ago
Michael Paquier fc95d35b94 Correct comment and some documentation about REPLICA_IDENTITY_INDEX 4 years ago
Peter Eisentraut 962951be3c Fix typo in code comment 4 years ago
Michael Paquier 2e577c9446 Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY 4 years ago
Amit Kapila cc8b25712b Move index vacuum routines to vacuum.c. 4 years ago
Tom Lane 0f2abd0544 Add help & tab-complete support for psql's \getenv. 4 years ago
Tom Lane 1fada5d81e Add missing EmitWarningsOnPlaceholders() calls. 4 years ago
Tom Lane dc9c3b0ff2 Remove dynamic translation of regression test scripts, step 2. 4 years ago
Tom Lane d1029bb5a2 Remove dynamic translation of regression test scripts, step 1. 4 years ago