Commit Graph

50597 Commits (b663a4136331de6c7364226e3dbf7c88bfee7145)
 

Author SHA1 Message Date
Tomas Vondra b663a41363 Implement support for bulk inserts in postgres_fdw 5 years ago
Tomas Vondra ad600bba04 psql \dX: list extended statistics objects 5 years ago
Tom Lane 9d23c15a03 Further tweaking of PG_SYSROOT heuristics for macOS. 5 years ago
Tom Lane c2dc1a7976 Disable vacuum page skipping in selected test cases. 5 years ago
Heikki Linnakangas 6b4d3046f4 Fix bug in detecting concurrent page splits in GiST insert 5 years ago
Thomas Munro 679744cf1b Fix sample output of EXPLAIN ANALYZE. 5 years ago
Michael Paquier a36dc04d42 Add regression test for DROP OWNED BY with default ACLs 5 years ago
Michael Paquier 21378e1fef Fix ALTER DEFAULT PRIVILEGES with duplicated objects 5 years ago
Tom Lane a0efda88a6 Remove faulty support for MergeAppend plan with WHERE CURRENT OF. 5 years ago
Peter Eisentraut f18aa1b203 pageinspect: Change block number arguments to bigint 5 years ago
Fujii Masao ee79a548e7 doc: Add note about the server name of postgres_fdw_get_connections() returns. 5 years ago
Amit Kapila ed43677e20 pgindent worker.c. 5 years ago
Bruce Momjian 9e7dbe3369 doc: adjust alignment of doc file list for "pg_waldump.sgml" 5 years ago
Tom Lane 60661bbf2d Avoid crash with WHERE CURRENT OF and a custom scan plan. 5 years ago
Tom Lane 3fd80c728d Narrow the scope of a local variable. 5 years ago
Tom Lane a6cf3df4eb Add bytea equivalents of ltrim() and rtrim(). 5 years ago
Robert Haas a3ed4d1efe Allow for error or refusal while absorbing a ProcSignalBarrier. 5 years ago
Magnus Hagander b2f87b4669 Bump PGSTAT_FILE_FORMAT_ID 5 years ago
Heikki Linnakangas 5d1e5c8b75 Check for BuildIndexValueDescription returning NULL in gist_page_items 5 years ago
Peter Eisentraut 15251c0a60 Pause recovery for insufficient parameter settings 5 years ago
Fujii Masao 708d165ddb postgres_fdw: Add function to list cached connections to foreign servers. 5 years ago
Michael Paquier a3dc926009 Refactor option handling of CLUSTER, REINDEX and VACUUM 5 years ago
Heikki Linnakangas 04eb75e783 pageinspect: Fix relcache leak in gist_page_items(). 5 years ago
Tomas Vondra 7db0cd2145 Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE 5 years ago
Tom Lane 0c7d3bb99f Add missing array-enlargement logic to test_regex.c. 5 years ago
Magnus Hagander cf621d9d84 Add documentation chapter about checksums 5 years ago
Tomas Vondra 1db0d173a2 Revert "psql \dX: list extended statistics objects" 5 years ago
Magnus Hagander e09155bd62 Add --no-instructions parameter to initdb 5 years ago
Magnus Hagander 960869da08 Add pg_stat_database counters for sessions and session time 5 years ago
Tomas Vondra 891a1d0bca psql \dX: list extended statistics objects 5 years ago
Jeff Davis a32d98351e Documenation fixups for replication protocol. 5 years ago
Noah Misch f713ff7c64 Fix pg_dump for GRANT OPTION among initial privileges. 5 years ago
Noah Misch 6db992833c Prevent excess SimpleLruTruncate() deletion. 5 years ago
Amit Kapila c95765f476 Remove unnecessary pstrdup in fetch_table_list. 5 years ago
Tomas Vondra c9a0dc3486 Disallow CREATE STATISTICS on system catalogs 5 years ago
Tom Lane 4823621db3 Improve our heuristic for selecting PG_SYSROOT on macOS. 5 years ago
Alvaro Herrera f9900df5f9
Avoid spurious wait in concurrent reindex 5 years ago
Fujii Masao 2ad78a87f0 Fix calculation of how much shared memory is required to store a TOC. 5 years ago
Michael Paquier ccf4e277a4 Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h 5 years ago
Michael Paquier 5ae1572993 Fix O(N^2) stat() calls when recycling WAL segments 5 years ago
Fujii Masao 5e5f4fcd89 postgres_fdw: Save foreign server OID in connection cache entry. 5 years ago
Tom Lane 8e396a773b pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner. 5 years ago
Alvaro Herrera ebfe2dbd6b
Prevent drop of tablespaces used by partitioned relations 5 years ago
Fujii Masao 424d7a9b27 Stabilize timeline switch regression test. 5 years ago
Fujii Masao 3f238b882c Improve tab-completion for CLOSE, DECLARE, FETCH and MOVE. 5 years ago
Thomas Munro fb29ab26b3 Minor header cleanup for the new iovec code. 5 years ago
Fujii Masao fef5b47f6b Ensure that a standby is able to follow a primary on a newer timeline. 5 years ago
Michael Paquier aef8948f38 Rework refactoring of hex and encoding routines 5 years ago
Thomas Munro 0d56acfbaa Move our p{read,write}v replacements into their own files. 5 years ago
Tom Lane 5a6f9bce8d Mark inet_server_addr() and inet_server_port() as parallel-restricted. 5 years ago