Commit Graph

51132 Commits (2bda93f813919b58225f5a0e282e10b98d7633d4)
 

Author SHA1 Message Date
Bruce Momjian 2bda93f813 doc: mention that intervening major releases can be skipped 4 years ago
David Rowley 9eacee2e62 Add Result Cache executor node (take 2) 4 years ago
Michael Paquier fe246d1c11 Improve stability of test with vacuum_truncate in reloptions.sql 4 years ago
Tom Lane 1ebdec8c03 Rethink handling of pass-by-value leaf datums in SP-GiST. 4 years ago
Stephen Frost c9c41c7a33 Rename Default Roles to Predefined Roles 4 years ago
Alvaro Herrera a68a894f01 Fix setvbuf()-induced crash in libpq_pipeline 4 years ago
Robert Haas 3b6c1259f9 amcheck: Fix verify_heapam's tuple visibility checking rules. 4 years ago
Tom Lane ec03f2df17 Fix pg_restore's misdesigned code for detecting archive file format. 4 years ago
Peter Eisentraut 91e7c90329 Fix internal extract(timezone_minute) formulas 4 years ago
Alvaro Herrera dde1a35aee
libpq_pipeline: Must strdup(optarg) to avoid crash 4 years ago
Heikki Linnakangas f82de5c46b Do COPY FROM encoding conversion/verification in larger chunks. 4 years ago
Heikki Linnakangas ea1b99a661 Add 'noError' argument to encoding conversion functions. 4 years ago
Peter Eisentraut e2639a767b Make extract(timetz) tests a bit more interesting 4 years ago
Michael Paquier ffd3391ea9 doc: Clarify use of ACCESS EXCLUSIVE lock in various sections 4 years ago
Amit Kapila 4778826532 Ensure to send a prepare after we detect concurrent abort during decoding. 4 years ago
Michael Paquier 0d1a33438d Move some client-specific routines from SSLServer to PostgresNode 4 years ago
David Rowley 28b3e3905c Revert b6002a796 4 years ago
David Rowley b6002a796d Add Result Cache executor node 4 years ago
Alvaro Herrera 6ec578e601
Remove setvbuf() call from PQtrace() 4 years ago
Alvaro Herrera aba24b51cc
Initialize conn->Pfdebug to NULL when creating a connection 4 years ago
Alvaro Herrera a6d3dea8e5
Disable force_parallel_mode in libpq_pipeline 4 years ago
Tom Lane 9e20406dd8 Fix unportable use of isprint(). 4 years ago
Tom Lane f1be740a99 Fix portability and safety issues in pqTraceFormatTimestamp. 4 years ago
Tom Lane 8998e3cafa Silence compiler warning in non-assert builds. 4 years ago
Tom Lane c545e9524d Don't prematurely cram a value into a short int. 4 years ago
Stephen Frost 3b0c647bbf Add a docs section for obsoleted and renamed functions and settings 4 years ago
Tom Lane 522d1a89f8 Suppress compiler warning in libpq_pipeline.c. 4 years ago
Tom Lane 6197db5340 Improve style of some replication-related error messages. 4 years ago
Alvaro Herrera db973ffb3c
Fix some libpq_pipeline test problems 4 years ago
Joe Conway b12bd4869b Fix has_column_privilege function corner case 4 years ago
Tom Lane 86dc90056d Rework planning and execution of UPDATE and DELETE. 4 years ago
Peter Eisentraut 055fee7eb4 Allow an alias to be attached to a JOIN ... USING 4 years ago
Etsuro Fujita 27e1f14563 Add support for asynchronous execution. 4 years ago
Peter Eisentraut 66392d3965 Add p_names field to ParseNamespaceItem 4 years ago
Peter Eisentraut 91c5a8caaa Add errhint_plural() function and make use of it 4 years ago
Peter Eisentraut 287d2a97c1 doc: Remove Cyrillic from unistr example 4 years ago
Amit Kapila 13cb5bd846 Remove extra semicolon in postgres_fdw tests. 4 years ago
Amit Kapila 9f45631766 Doc: Use consistent terminology for tablesync slots. 4 years ago
Noah Misch 0ff8bbdee1 Accept slightly-filled pages for tuples larger than fillfactor. 4 years ago
Michael Paquier 7ef64e7e72 Fix comment in parsenodes.h 4 years ago
Michael Paquier 6568cef26e Add support for --extension in pg_dump 4 years ago
Tom Lane 65158f497a Remove small inefficiency in ExecARDeleteTriggers/ExecARUpdateTriggers. 4 years ago
Bruce Momjian 9ee7d533da adjust dblink regression expected output for commit 5da9868ed9 4 years ago
Alvaro Herrera 7bebd0d009
libpq_pipeline: add PQtrace() support and tests 4 years ago
Alvaro Herrera 198b3716db
Improve PQtrace() output format 4 years ago
Bruce Momjian 5da9868ed9 In messages, use singular nouns for -1, like we do for +1. 4 years ago
Peter Eisentraut 6131ffc43f Add tests for date_part of epoch near upper bound of timestamp range 4 years ago
Stephen Frost 4753ef37e0 Use a WaitLatch for vacuum/autovacuum sleeping 4 years ago
Tom Lane 54bb91c30e Further tweaking of pg_dump's handling of default_toast_compression. 4 years ago
David Rowley ed934d4fa3 Allow estimate_num_groups() to pass back further details about the estimation 4 years ago