Commit Graph

51150 Commits (e1025044cd4e7f33f7304aed54d5778b8a82cd5d)
 

Author SHA1 Message Date
Andres Freund e1025044cd Split backend status and progress related functionality out of pgstat.c. 5 years ago
Michael Paquier 8d3a4c3eae Use more verbose matching patterns for errors in SSL TAP tests 5 years ago
Michael Paquier e6bdfd9700 Refactor HMAC implementations 5 years ago
Andres Freund 1d9c5d0ce2 Do not rely on pgstat.h to indirectly include storage/ headers. 5 years ago
Andres Freund a333476b92 Split wait event related code from pgstat.[ch] into wait_event.[ch]. 5 years ago
David Rowley 1267d9862f Remove useless Asserts in Result Cache code 5 years ago
Bruce Momjian 84bc2b1752 Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib 5 years ago
Thomas Munro c30f54ad73 Detect POLLHUP/POLLRDHUP while running queries. 5 years ago
Joe Conway 174edbe9f9 Clarify documentation of RESET ROLE 5 years ago
Fujii Masao 2eb1fc8b1a pg_checksums: Fix progress reporting. 5 years ago
Tom Lane 53aafdb9ff Strip file names reported in error messages on Windows, too. 5 years ago
Andrew Dunstan 1877c9ac3a Fix typo in 6d7a6feac4 5 years ago
Fujii Masao b1be3074ac postgres_fdw: Add option to control whether to keep connections open. 5 years ago
Peter Eisentraut 9c5f67fd62 Add support for NullIfExpr in eval_const_expressions 5 years ago
Fujii Masao 96bdb7e19d Fix pgstat_report_replslot() to use proper data types for its arguments. 5 years ago
Michael Paquier 6fb66c268d doc: Clarify how to generate backup files with non-exclusive backups 5 years ago
Fujii Masao 98e5bd103f Fix typos in comments. 5 years ago
David Rowley a4fac4ffe8 Attempt to fix unstable Result Cache regression tests 5 years ago
Bruce Momjian 2bda93f813 doc: mention that intervening major releases can be skipped 5 years ago
David Rowley 9eacee2e62 Add Result Cache executor node (take 2) 5 years ago
Michael Paquier fe246d1c11 Improve stability of test with vacuum_truncate in reloptions.sql 5 years ago
Tom Lane 1ebdec8c03 Rethink handling of pass-by-value leaf datums in SP-GiST. 5 years ago
Stephen Frost c9c41c7a33 Rename Default Roles to Predefined Roles 5 years ago
Alvaro Herrera a68a894f01 Fix setvbuf()-induced crash in libpq_pipeline 5 years ago
Robert Haas 3b6c1259f9 amcheck: Fix verify_heapam's tuple visibility checking rules. 5 years ago
Tom Lane ec03f2df17 Fix pg_restore's misdesigned code for detecting archive file format. 5 years ago
Peter Eisentraut 91e7c90329 Fix internal extract(timezone_minute) formulas 5 years ago
Alvaro Herrera dde1a35aee
libpq_pipeline: Must strdup(optarg) to avoid crash 5 years ago
Heikki Linnakangas f82de5c46b Do COPY FROM encoding conversion/verification in larger chunks. 5 years ago
Heikki Linnakangas ea1b99a661 Add 'noError' argument to encoding conversion functions. 5 years ago
Peter Eisentraut e2639a767b Make extract(timetz) tests a bit more interesting 5 years ago
Michael Paquier ffd3391ea9 doc: Clarify use of ACCESS EXCLUSIVE lock in various sections 5 years ago
Amit Kapila 4778826532 Ensure to send a prepare after we detect concurrent abort during decoding. 5 years ago
Michael Paquier 0d1a33438d Move some client-specific routines from SSLServer to PostgresNode 5 years ago
David Rowley 28b3e3905c Revert b6002a796 5 years ago
David Rowley b6002a796d Add Result Cache executor node 5 years ago
Alvaro Herrera 6ec578e601
Remove setvbuf() call from PQtrace() 5 years ago
Alvaro Herrera aba24b51cc
Initialize conn->Pfdebug to NULL when creating a connection 5 years ago
Alvaro Herrera a6d3dea8e5
Disable force_parallel_mode in libpq_pipeline 5 years ago
Tom Lane 9e20406dd8 Fix unportable use of isprint(). 5 years ago
Tom Lane f1be740a99 Fix portability and safety issues in pqTraceFormatTimestamp. 5 years ago
Tom Lane 8998e3cafa Silence compiler warning in non-assert builds. 5 years ago
Tom Lane c545e9524d Don't prematurely cram a value into a short int. 5 years ago
Stephen Frost 3b0c647bbf Add a docs section for obsoleted and renamed functions and settings 5 years ago
Tom Lane 522d1a89f8 Suppress compiler warning in libpq_pipeline.c. 5 years ago
Tom Lane 6197db5340 Improve style of some replication-related error messages. 5 years ago
Alvaro Herrera db973ffb3c
Fix some libpq_pipeline test problems 5 years ago
Joe Conway b12bd4869b Fix has_column_privilege function corner case 5 years ago
Tom Lane 86dc90056d Rework planning and execution of UPDATE and DELETE. 5 years ago
Peter Eisentraut 055fee7eb4 Allow an alias to be attached to a JOIN ... USING 5 years ago