Commit Graph

4138 Commits (4e784f35145bc6e01d54282afe10d9bb5200ebfe)

Author SHA1 Message Date
Michael Paquier 23bccc823d Fix inconsistencies and typos in the tree 7 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 7 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 7 years ago
Peter Eisentraut 7e9a4c5c3d Use consistent style for checking return from system calls 7 years ago
Michael Paquier d1a040543b Remove more unreferenced function declarations 7 years ago
Peter Eisentraut b33283c364 Add missing source files to nls.mk 7 years ago
Peter Eisentraut d5ab9df777 Remove unnecessary casts from size_t to int 7 years ago
Michael Paquier cfc40d384a Introduce safer encoding and decoding routines for base64.c 7 years ago
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 7 years ago
Michael Meskes e72489e101 Fix small memory leak in ecpglib ecpg_update_declare_statement() is called the 7 years ago
Michael Meskes 8372e3c98f Use strtoint() instead of strtol() in pgtypeslib where the result is stored in 7 years ago
Michael Meskes 75220fb62b Made ecpg compatibility mode and run-time behaviour options case insensitive. 7 years ago
Tom Lane 615cebc94b Stamp HEAD as 13devel. 7 years ago
Michael Paquier c74d49d41c Fix many typos and inconsistencies 7 years ago
Peter Eisentraut 666cbae16d Remove explicit error handling for obsolete date/time values 7 years ago
Peter Eisentraut 91acff7a53 Translation updates 7 years ago
Michael Paquier b674211788 Fix buffer overflow when processing SCRAM final message in libpq 7 years ago
Alvaro Herrera 313f56ce2d Tweak libpq's PQhost, PQhostaddr, and psql's \connect 7 years ago
Alvaro Herrera b976845815 Fix double-word typos 7 years ago
Noah Misch f2c71cb71f Stop using spelling "nonexistant". 7 years ago
Noah Misch 31d250e049 Update stale comments, and fix comment typos. 7 years ago
Tom Lane 10a53cae99 Un-break ecpg tests for Windows. 7 years ago
Tom Lane ec66ec8b21 Adjust ecpg expected-results files for commit 7640f9312. 7 years ago
Tom Lane 4f67858d3f Fix C++ incompatibilities in ecpg/preproc/ header files. 7 years ago
Tom Lane 7640f93123 Fix assorted header files that failed to compile standalone. 7 years ago
Tom Lane 39fe881d3c Fix more thinkos in new ECPG "PREPARE AS" code. 7 years ago
Tom Lane 331695a4d9 Fix thinko in new ECPG "PREPARE AS" code. 7 years ago
Amit Kapila 9679345f3c Fix typos. 7 years ago
Thomas Munro 4c9210f34c Update copyright year. 7 years ago
Tom Lane db6e2b4c52 Initial pgperltidy run for v12. 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane be76af171c Initial pgindent run for v12. 7 years ago
Tom Lane 4a657ab260 Add .gitignore entries for new ecpg test case. 7 years ago
Michael Meskes a1dc6ab465 Implement PREPARE AS statement for ECPG. 7 years ago
Peter Eisentraut 3c439a58df Translation updates 7 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 7 years ago
Tom Lane ddf927fb13 Fix misuse of an integer as a bool. 7 years ago
Stephen Frost eb882a1b71 GSSAPI: Improve documentation and tests 7 years ago
Michael Paquier 148266fa35 Fix collection of typos and grammar mistakes in docs and comments 7 years ago
Tom Lane 8cde7f4948 Fix assorted minor bogosity in GSSAPI transport error messages. 7 years ago
Michael Meskes ed16ba3248 Fix off-by-one check that can lead to a memory overflow in ecpg. 7 years ago
Michael Paquier 249d649996 Add support TCP user timeout in libpq and the backend server 7 years ago
Stephen Frost c46c85d459 Handle errors during GSSAPI startup better 7 years ago
Tom Lane 7bac3acab4 Add a "SQLSTATE-only" error verbosity option to libpq and psql. 7 years ago
Stephen Frost b0b39f72b9 GSSAPI encryption support 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Tom Lane 1f39a1c064 Restructure libpq's handling of send failures. 7 years ago
Michael Meskes c21d6033f7 Use correct connection name variable in ecpglib. 7 years ago
Michael Meskes 08cecfaf60 Fix potential memory access violation in ecpg if filename of include file is 7 years ago
Michael Meskes 98bdaab0d9 Fix ecpglib regression that made it impossible to close a cursor that was 7 years ago