Commit Graph

50587 Commits (ee79a548e746da9a99df0cac70a3ddc095f2829a)
 

Author SHA1 Message Date
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
Tom Lane 8b411b8ff4 Run reformat-dat-files to declutter the catalog data files. 5 years ago
Tom Lane dce6249081 Doc, more or less: uncomment tutorial example that was fixed long ago. 5 years ago
Alvaro Herrera 93c39f987e
Call out vacuum considerations in create index docs 5 years ago
Tom Lane c21ea4d53e Disallow a digit as the first character of a variable name in pgbench. 5 years ago
Heikki Linnakangas 5abca4b1cd Fix test failure with wal_level=minimal. 5 years ago
Tom Lane 06ed235ade Doc: clarify behavior of back-half options in pg_dump. 5 years ago
Peter Geoghegan d168b66682 Enhance nbtree index tuple deletion. 5 years ago
Peter Geoghegan 9dc718bdf2 Pass down "logically unchanged index" hint. 5 years ago
Fujii Masao 39b03690b5 Log long wait time on recovery conflict when it's resolved. 5 years ago
Heikki Linnakangas 6ecaaf810b Fix portability issues in the new gist pageinspect test. 5 years ago