Commit Graph

52878 Commits (ac7df108cf32e11e4bd120898ed09bd58fa5b62c)
 

Author SHA1 Message Date
Peter Eisentraut ee41960738 Rename functions to avoid future conflicts 4 years ago
Tom Lane 376ce3e404 Prefer $HOME when looking up the current user's home directory. 4 years ago
Tom Lane 6867f963e3 Make pg_get_expr() more bulletproof. 4 years ago
Jeff Davis 96a6f11c06 More cleanup of a2ab9c06ea. 4 years ago
Tom Lane 54b1cb7eb7 Fix results of index-only scans on btree_gist char(N) indexes. 4 years ago
Jeff Davis f1e90859ce Fix pgperlcritic complaint, per buildfarm. 4 years ago
Michael Paquier fe594abf7c Fix issues with describe queries of extended statistics in psql 4 years ago
Jeff Davis a2ab9c06ea Respect permissions within logical replication. 4 years ago
Michael Paquier d0d62262d3 Fix thinko coming from 000f3adf 4 years ago
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
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