Commit Graph

4036 Commits (8fa6e6919c1aaa6f74c74e16452aaf0b5f3b4cd5)

Author SHA1 Message Date
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 4 years ago
Tom Lane 1273a15bf9 Disable cache clobber to avoid breaking postgres_fdw termination test. 4 years ago
Bruce Momjian f7a97b6ec3 Update query_id computation 4 years ago
Robert Haas 50529e5b4e amcheck: Improve some confusing reports about TOAST problems. 4 years ago
Bruce Momjian 651d005e76 Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9 4 years ago
Amit Kapila 51ef917303 Another try to fix the test case added by commit f5fc2f5b23. 4 years ago
Fujii Masao 8e9ea08bae Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper. 4 years ago
Amit Kapila 3fa17d3771 Use HTAB for replication slot statistics. 4 years ago
Peter Geoghegan bb3ecc8c96 amcheck: MAXALIGN() nbtree special area offset. 4 years ago
Michael Paquier 62aa2bb293 Remove use of [U]INT64_FORMAT in some translatable strings 4 years ago
Etsuro Fujita bb684c82f7 Minor code cleanup in asynchronous execution support. 4 years ago
Amit Kapila c64dcc7fee Fix test case added by commit f5fc2f5b23. 4 years ago
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 4 years ago
Michael Paquier c731f9187b Replace magic constants for seek() calls in perl scripts 4 years ago
Amit Kapila f5fc2f5b23 Add information of total data processed to replication slot stats. 4 years ago
Peter Eisentraut fae65629ce Revert "psql: Show all query results by default" 4 years ago
Peter Eisentraut 59da8d9eb7 amcheck: Use correct format placeholder for TOAST chunk numbers 4 years ago
Robert Haas 9acaf1a621 amcheck: Reword some messages and fix an alignment problem. 4 years ago
Peter Eisentraut 07e5e66742 Improve quoting in some error messages 4 years ago
Michael Paquier 93f4146144 Simplify tests of postgres_fdw terminating connections 4 years ago
Bruce Momjian 0f61727b75 Fixes for query_id feature 4 years ago
Magnus Hagander 5844c23dc5 Merge v1.10 of pg_stat_statements into v1.9 4 years ago
Fujii Masao 8ff1c94649 Allow TRUNCATE command to truncate foreign tables. 4 years ago
Magnus Hagander 6b4d23feef Track identical top vs nested queries independently in pg_stat_statements 4 years ago
Peter Eisentraut 2e0e066679 Update Unicode data to CLDR 39 4 years ago
Bruce Momjian 4f0b0966c8 Make use of in-core query id added by commit 5fd9dfa5f5 4 years ago
Robert Haas ec7ffb8096 amcheck: fix multiple problems with TOAST pointer validation 4 years ago
Bruce Momjian 5fd9dfa5f5 Move pg_stat_statements query jumbling to core. 4 years ago
Robert Haas 4573f6a9af amcheck: Remove duplicate XID/MXID bounds checks. 4 years ago
Peter Eisentraut 5c55dc8b47 libpq: Set Server Name Indication (SNI) for SSL connections 4 years ago
Heikki Linnakangas d92b1cdbab Revert "Add sortsupport for gist_btree opclasses, for faster index builds." 4 years ago
Heikki Linnakangas 9f984ba6d2 Add sortsupport for gist_btree opclasses, for faster index builds. 4 years ago
Peter Eisentraut 0b5e824528 Message improvement 4 years ago
Michael Paquier 4c0239cb7a Remove redundant memset(0) calls for page init of some index AMs 4 years ago
Fujii Masao a3740c48eb postgres_fdw: Allow partitions specified in LIMIT TO to be imported. 4 years ago
Peter Eisentraut 3a51306722 psql: Show all query results by default 4 years ago
Andres Freund 1d9c5d0ce2 Do not rely on pgstat.h to indirectly include storage/ headers. 5 years ago
Fujii Masao b1be3074ac postgres_fdw: Add option to control whether to keep connections open. 5 years ago
Fujii Masao 98e5bd103f Fix typos in comments. 5 years ago
David Rowley 9eacee2e62 Add Result Cache executor node (take 2) 5 years ago
Stephen Frost c9c41c7a33 Rename Default Roles to Predefined Roles 5 years ago
Robert Haas 3b6c1259f9 amcheck: Fix verify_heapam's tuple visibility checking rules. 5 years ago
David Rowley 28b3e3905c Revert b6002a796 5 years ago
David Rowley b6002a796d Add Result Cache executor node 5 years ago
Tom Lane 8998e3cafa Silence compiler warning in non-assert builds. 5 years ago
Tom Lane 86dc90056d Rework planning and execution of UPDATE and DELETE. 5 years ago
Etsuro Fujita 27e1f14563 Add support for asynchronous execution. 5 years ago
Amit Kapila 13cb5bd846 Remove extra semicolon in postgres_fdw tests. 5 years ago
Bruce Momjian 9ee7d533da adjust dblink regression expected output for commit 5da9868ed9 5 years ago
David Rowley ed934d4fa3 Allow estimate_num_groups() to pass back further details about the estimation 5 years ago