Commit Graph

52766 Commits (fb0745fa0d706d1519d6e55e93d1dcae27e12e4d)
 

Author SHA1 Message Date
Michael Paquier fb0745fa0d Fix comment in fe-connect.c about PQping and pg_ctl 4 years ago
Fujii Masao 353aa01687 postgres_fdw: Add regression test for postgres_fdw.application_name GUC. 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
Michael Paquier ee5822361d doc: Remove link to JSON support in the SQL specification 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
Tom Lane c2e8bd2751 Enable routine running of citext's UTF8-specific test cases. 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
Michael Paquier 234ba62769 pg_stat_statements: Remove obsolete comment 4 years ago
Magnus Hagander 69872d0bbe Fix typo 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
Fujii Masao 5e64ad3697 postgres_fdw: Revert unstable tests for postgres_fdw.application_name. 4 years ago
Fujii Masao 6e0cb3dec1 postgres_fdw: Allow postgres_fdw.application_name to include escape sequences. 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
Bruce Momjian e2e1bbde46 doc: clarify when expression indexes evaluate their expressions 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