summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-23Update ecpg's connect-test1 for connection-failure message changes.Tom Lane
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2021-01-23Suppress bison warning in ecpg grammar.Tom Lane
2021-01-22Doc: improve directions for building on macOS.Tom Lane
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-22Re-allow DISTINCT in pl/pgsql expressions.Tom Lane
2021-01-22Doc: remove misleading claim in documentation of PQreset().Tom Lane
2021-01-22Remove reference to ftp servers from documentationMagnus Hagander
2021-01-22Remove bogus tracepointPeter Eisentraut
2021-01-22doc: Copy-edit the "Overview of PostgreSQL Internals" chapterHeikki Linnakangas
2021-01-22Move SSL information callback earlier to capture more informationMichael Paquier
2021-01-21Improve new wording of libpq's connection failure messages.Tom Lane
2021-01-21Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane
2021-01-21Fix initialization of FDW batching in ExecInitModifyTableTomas Vondra
2021-01-21Switch "cl /?" to "cl /help" in MSVC scripts for platform detectionMichael Paquier
2021-01-20Implement support for bulk inserts in postgres_fdwTomas Vondra
2021-01-20psql \dX: list extended statistics objectsTomas Vondra
2021-01-20Further tweaking of PG_SYSROOT heuristics for macOS.Tom Lane
2021-01-20Disable vacuum page skipping in selected test cases.Tom Lane
2021-01-20Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas
2021-01-20Fix sample output of EXPLAIN ANALYZE.Thomas Munro
2021-01-20Add regression test for DROP OWNED BY with default ACLsMichael Paquier
2021-01-20Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier
2021-01-19Remove faulty support for MergeAppend plan with WHERE CURRENT OF.Tom Lane
2021-01-19pageinspect: Change block number arguments to bigintPeter Eisentraut
2021-01-19doc: Add note about the server name of postgres_fdw_get_connections() returns.Fujii Masao
2021-01-19pgindent worker.c.Amit Kapila
2021-01-18doc: adjust alignment of doc file list for "pg_waldump.sgml"Bruce Momjian
2021-01-18Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane
2021-01-18Narrow the scope of a local variable.Tom Lane
2021-01-18Add bytea equivalents of ltrim() and rtrim().Tom Lane
2021-01-18Allow for error or refusal while absorbing a ProcSignalBarrier.Robert Haas
2021-01-18Bump PGSTAT_FILE_FORMAT_IDMagnus Hagander
2021-01-18Check for BuildIndexValueDescription returning NULL in gist_page_itemsHeikki Linnakangas
2021-01-18Pause recovery for insufficient parameter settingsPeter Eisentraut
2021-01-18postgres_fdw: Add function to list cached connections to foreign servers.Fujii Masao
2021-01-18Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier
2021-01-17pageinspect: Fix relcache leak in gist_page_items().Heikki Linnakangas
2021-01-17Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra
2021-01-17Add missing array-enlargement logic to test_regex.c.Tom Lane
2021-01-17Add documentation chapter about checksumsMagnus Hagander
2021-01-17Revert "psql \dX: list extended statistics objects"Tomas Vondra
2021-01-17Add --no-instructions parameter to initdbMagnus Hagander
2021-01-17Add pg_stat_database counters for sessions and session timeMagnus Hagander
2021-01-16psql \dX: list extended statistics objectsTomas Vondra
2021-01-16Documenation fixups for replication protocol.Jeff Davis
2021-01-16Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-16Remove unnecessary pstrdup in fetch_table_list.Amit Kapila
2021-01-15Disallow CREATE STATISTICS on system catalogsTomas Vondra