aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Prefer $HOME when looking up the current user's home directory.Tom Lane2022-01-09
* Make pg_get_expr() more bulletproof.Tom Lane2022-01-09
* More cleanup of a2ab9c06ea.Jeff Davis2022-01-08
* Fix results of index-only scans on btree_gist char(N) indexes.Tom Lane2022-01-08
* Fix pgperlcritic complaint, per buildfarm.Jeff Davis2022-01-08
* Fix issues with describe queries of extended statistics in psqlMichael Paquier2022-01-08
* Respect permissions within logical replication.Jeff Davis2022-01-07
* Fix thinko coming from 000f3adfMichael Paquier2022-01-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Allow MSVC .bat wrappers to be called from anywhereAndrew Dunstan2022-01-07
* Skip install/test of pgcrypto on MSVC when not built with opensslAndrew Dunstan2022-01-07
* Fix comment in fe-connect.c about PQping and pg_ctlMichael Paquier2022-01-07
* postgres_fdw: Add regression test for postgres_fdw.application_name GUC.Fujii Masao2022-01-07
* Add TAP tests for pg_basebackup with compressionMichael Paquier2022-01-07
* Refactor tar method of walmethods.c to rely on the compression methodMichael Paquier2022-01-07
* Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane2022-01-06
* Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane2022-01-06
* doc: Remove link to JSON support in the SQL specificationMichael Paquier2022-01-06
* On second thought, remove regex.linux.utf8 regression test altogether.Tom Lane2022-01-05
* Enable routine running of regex.linux.utf8 regression test.Tom Lane2022-01-05
* Create foreign key triggers in partitioned tables tooAlvaro Herrera2022-01-05
* Enable routine running of citext's UTF8-specific test cases.Tom Lane2022-01-05
* Reduce relcache access in WAL sender streaming logical changesMichael Paquier2022-01-05
* Remove redundant initialization of BrinMemTuple.Tom Lane2022-01-04
* Fix silly mistake in AssertAlvaro Herrera2022-01-04
* Allow special SKIP LOCKED condition in Assert()Alvaro Herrera2022-01-04
* pg_dump: Refactor dumpDatabase()Peter Eisentraut2022-01-04
* Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.Tom Lane2022-01-03
* Handle mixed returnable and non-returnable columns better in IOS.Tom Lane2022-01-03
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Clean up error messages related to bad datetime units.Tom Lane2022-01-03
* Use MaxLockMode symbol in more places.Tom Lane2022-01-03
* Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera2022-01-03
* pg_stat_statements: Remove obsolete commentMichael Paquier2022-01-03
* Fix typoMagnus Hagander2022-01-02
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* pg_dump: avoid unsafe function calls in getPolicies().Tom Lane2021-12-31
* pg_dump: minor performance improvements from eliminating sub-SELECTs.Tom Lane2021-12-31
* ci: Add continuous integration for github repositories via cirrus-ci.Andres Freund2021-12-30
* pg_dump: make dumpPublication et al. less unlike sibling functions.Tom Lane2021-12-30
* Small cleanups related to PUBLICATION framework codeAlvaro Herrera2021-12-30
* Minor cleanup/optimization in pg_dump.Tom Lane2021-12-30
* Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson2021-12-30
* Fix overly generic name in with.sql test.Thomas Munro2021-12-30
* Fix issues in pgarch's new directory-scanning logic.Tom Lane2021-12-29
* Fix incorrect format placeholdersPeter Eisentraut2021-12-29
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-27
* Rethink handling of settings with a prefix reserved by an extension.Tom Lane2021-12-27
* Fix incorrect field count in pg_control_checkpoint()Michael Paquier2021-12-26