Commit Graph

4548 Commits (dffb2b478f54f4abdd0271bbab44d3f81d017648)

Author SHA1 Message Date
Tom Lane c82207a548 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Michael Paquier 01eca6a913 Fix race condition with BIO methods initialization in libpq with threads 2 years ago
Tom Lane d053a879bb Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
Alvaro Herrera 1a5594b957
Call pqPipelineFlush from PQsendFlushRequest 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Daniel Gustafsson 66d6086cbc Speed up pg_regress server readiness testing. 2 years ago
Peter Eisentraut 64b787656d Add some const qualifiers 2 years ago
Michael Paquier 8bf7db0285 Fix comment of PQputCopyEnd() 2 years ago
Nathan Bossart f4b54e1ed9 Introduce macros for protocol characters. 2 years ago
Peter Eisentraut dca20013eb Unify some error messages 2 years ago
Peter Eisentraut 2bdd7b262f Translation updates 2 years ago
Amit Langote 03734a7fed Add more SQL/JSON constructor functions 2 years ago
Tom Lane 8fab4b3480 Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably. 3 years ago
Thomas Munro 68a4b58eca Remove --disable-thread-safety and related code. 3 years ago
Thomas Munro 89333db963 Rename port/thread.c to port/user.c. 3 years ago
Thomas Munro 1aadc504bf Remove obsolete comment and code from fe-auth.c. 3 years ago
Michael Paquier ae6d06f096 Handle \v as a whitespace character in parsers 3 years ago
Michael Paquier 28b5726561 libpq: Add support for Close on portals and statements 3 years ago
Michael Paquier 8e278b6576 Remove support for OpenSSL 1.0.1 3 years ago
Peter Eisentraut 3f0199da5a Translation updates 3 years ago
Peter Eisentraut c0d951262c libpq: Add missing gettext trigger 3 years ago
Peter Eisentraut d6326ba8fe libpq: Fix up some error message coding 3 years ago
Andres Freund a1cd982098 meson: Add dependencies to perl modules to various script invocations 3 years ago
Tom Lane 1f9f6aa491 Spell the values of libpq's gssdelegation parameter as "0" and "1". 3 years ago
Peter Eisentraut 473e02f6f9 Translation updates 3 years ago
Tom Lane a2eb99a01e Expand some more uses of "deleg" to "delegation" or "delegated". 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Peter Eisentraut 8e7912e73d Message style improvements 3 years ago
Peter Eisentraut 803b4a26ca Remove stray mid-sentence tabs in comments 3 years ago
Alvaro Herrera 27debd05dc
libpq: Error message improvement 3 years ago
Peter Eisentraut c91f356083 libpq: Error message improvement 3 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 3 years ago
Daniel Gustafsson 69537f5d17 Remove duplicate lines of code 3 years ago
Daniel Gustafsson a23ab2eebf Reorder connection markers in loadbalance tests 3 years ago
Daniel Gustafsson 60ce452729 Make libpq error messages consistent for translation 3 years ago
Daniel Gustafsson 0b5d1fb36a Fix errormessage for missing system CA in OpenSSL 3.1 3 years ago
David Rowley 3f58a4e296 Fix various typos and incorrect/outdated name references 3 years ago
Michael Paquier f180290847 ecpg: Fix handling of strings in ORACLE compat code with SQLDA 3 years ago
David Rowley b4dbf3e924 Fix various typos 3 years ago
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation" 3 years ago
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 3 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 3 years ago
Daniel Gustafsson 8eda731465 Allow to use system CA pool for certificate verification 3 years ago
Alvaro Herrera 71bfd1543f
Code review for recent SQL/JSON commits 3 years ago
Alvaro Herrera 6ee30209a6
SQL/JSON: support the IS JSON predicate 3 years ago
Daniel Gustafsson 2fe7a6df94 Fix pointer cast for seed calculation on 32-bit systems 3 years ago
Daniel Gustafsson 7f5b19817e Support connection load balancing in libpq 3 years ago
Daniel Gustafsson 44d85ba5a3 Copy and store addrinfo in libpq-owned private memory 3 years ago
Tom Lane 3aa961378b Add missing .gitignore entries. 3 years ago