Commit Graph

52956 Commits (cc50080a828dd4791b43539f5a0f976e535d147c)
 

Author SHA1 Message Date
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
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 0e6e7f0806 Merge dblink's paths test script into its main test. 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
Tom Lane 33d3eeadb2 Add a \getenv command to psql. 4 years ago
John Naylor 911588a3f8 Add fast path for validating UTF-8 text 4 years ago
Peter Eisentraut e2c52beecd pg_dump: Refactor getIndexes() 4 years ago
Peter Eisentraut 222b697ec0 doc: More documentation on regular expressions and SQL standard 4 years ago