Commit Graph

4025 Commits (197d33ccbe888fc84ae4e49bb241e88ea3c81f15)

Author SHA1 Message Date
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 5 years ago
Magnus Hagander 5844c23dc5 Merge v1.10 of pg_stat_statements into v1.9 5 years ago
Fujii Masao 8ff1c94649 Allow TRUNCATE command to truncate foreign tables. 5 years ago
Magnus Hagander 6b4d23feef Track identical top vs nested queries independently in pg_stat_statements 5 years ago
Peter Eisentraut 2e0e066679 Update Unicode data to CLDR 39 5 years ago
Bruce Momjian 4f0b0966c8 Make use of in-core query id added by commit 5fd9dfa5f5 5 years ago
Robert Haas ec7ffb8096 amcheck: fix multiple problems with TOAST pointer validation 5 years ago
Bruce Momjian 5fd9dfa5f5 Move pg_stat_statements query jumbling to core. 5 years ago
Robert Haas 4573f6a9af amcheck: Remove duplicate XID/MXID bounds checks. 5 years ago
Peter Eisentraut 5c55dc8b47 libpq: Set Server Name Indication (SNI) for SSL connections 5 years ago
Heikki Linnakangas d92b1cdbab Revert "Add sortsupport for gist_btree opclasses, for faster index builds." 5 years ago
Heikki Linnakangas 9f984ba6d2 Add sortsupport for gist_btree opclasses, for faster index builds. 5 years ago
Peter Eisentraut 0b5e824528 Message improvement 5 years ago
Michael Paquier 4c0239cb7a Remove redundant memset(0) calls for page init of some index AMs 5 years ago
Fujii Masao a3740c48eb postgres_fdw: Allow partitions specified in LIMIT TO to be imported. 5 years ago
Peter Eisentraut 3a51306722 psql: Show all query results by default 5 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
Amit Kapila f64ea6dc5c Add a xid argument to the filter_prepare callback for output plugins. 5 years ago
Etsuro Fujita bc2797ebb1 Update obsolete comment. 5 years ago
Peter Eisentraut 22e1943f13 pgcrypto: Check for error return of px_cipher_decrypt() 5 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 5 years ago
Andres Freund 5f79580ad6 Fix memory lifetime issues of replication slot stats. 5 years ago
Peter Geoghegan 65445469d6 amcheck: Reduce debug message verbosity. 5 years ago
Robert Haas 4078ce65a0 Fix a confusing amcheck corruption message. 5 years ago
Michael Paquier 0ba71107ef Revert changes for SSL compression in libpq 5 years ago
Michael Paquier 096bbf7c93 Switch back sslcompression to be a normal input field in libpq 5 years ago
Michael Paquier f9264d1524 Remove support for SSL compression 5 years ago
Tom Lane 1265a9c8f8 Add binary I/O capability for cube datatype. 5 years ago