aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSFujii Masao2021-01-26
* postgres_fdw: Stabilize regression test for postgres_fdw_disconnect_all().Fujii Masao2021-01-26
* postgres_fdw: Add functions to discard cached connections.Fujii Masao2021-01-26
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-25
* Fix two typos in snapbuild.c.Andres Freund2021-01-25
* Don't clobber the calling user's credentials cache in Kerberos test.Tom Lane2021-01-25
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-25
* Remove CheckpointLock.Robert Haas2021-01-25
* Doc: improve documentation of pg_proc.protrftypes.Tom Lane2021-01-25
* Remove duplicate includePeter Eisentraut2021-01-25
* Fix hypothetical bug in heap backward scansDavid Rowley2021-01-25
* Fix ALTER PUBLICATION...DROP TABLE behavior.Amit Kapila2021-01-25
* Make storage/standby.h compile standalone again.Tom Lane2021-01-24
* Update time zone data files to tzdata release 2021a.Tom Lane2021-01-24
* Add a simple test for contrib/auto_explain.Tom Lane2021-01-24
* Remove make_diff set of toolsMagnus Hagander2021-01-24
* Doc: clean up contrib/pageinspect's GIST function documentation.Tom Lane2021-01-23
* Fix COPY FREEZE with CLOBBER_CACHE_ALWAYSTomas Vondra2021-01-24
* Doc: update example connection-failure messages in the documentation.Tom Lane2021-01-23
* Update ecpg's connect-test1 for connection-failure message changes.Tom Lane2021-01-23
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-23
* Suppress bison warning in ecpg grammar.Tom Lane2021-01-22
* Doc: improve directions for building on macOS.Tom Lane2021-01-22
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-22
* Re-allow DISTINCT in pl/pgsql expressions.Tom Lane2021-01-22
* Doc: remove misleading claim in documentation of PQreset().Tom Lane2021-01-22
* Remove reference to ftp servers from documentationMagnus Hagander2021-01-22
* Remove bogus tracepointPeter Eisentraut2021-01-22
* doc: Copy-edit the "Overview of PostgreSQL Internals" chapterHeikki Linnakangas2021-01-22
* Move SSL information callback earlier to capture more informationMichael Paquier2021-01-22
* Improve new wording of libpq's connection failure messages.Tom Lane2021-01-21
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Fix initialization of FDW batching in ExecInitModifyTableTomas Vondra2021-01-21
* Switch "cl /?" to "cl /help" in MSVC scripts for platform detectionMichael Paquier2021-01-21
* Implement support for bulk inserts in postgres_fdwTomas Vondra2021-01-20
* psql \dX: list extended statistics objectsTomas Vondra2021-01-20
* Further tweaking of PG_SYSROOT heuristics for macOS.Tom Lane2021-01-20
* Disable vacuum page skipping in selected test cases.Tom Lane2021-01-20
* Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas2021-01-20
* Fix sample output of EXPLAIN ANALYZE.Thomas Munro2021-01-20
* Add regression test for DROP OWNED BY with default ACLsMichael Paquier2021-01-20
* Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier2021-01-20
* Remove faulty support for MergeAppend plan with WHERE CURRENT OF.Tom Lane2021-01-19
* pageinspect: Change block number arguments to bigintPeter Eisentraut2021-01-19
* doc: Add note about the server name of postgres_fdw_get_connections() returns.Fujii Masao2021-01-19
* pgindent worker.c.Amit Kapila2021-01-19
* doc: adjust alignment of doc file list for "pg_waldump.sgml"Bruce Momjian2021-01-18
* Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane2021-01-18
* Narrow the scope of a local variable.Tom Lane2021-01-18
* Add bytea equivalents of ltrim() and rtrim().Tom Lane2021-01-18