Commit Graph

3771 Commits (c80b5f66c6faff085e312492be0aa50754e99eb9)

Author SHA1 Message Date
Michael Meskes c396f2b83d Fix declaration of isarray variable. 11 years ago
Heikki Linnakangas 414bef30bf Improve handling of out-of-memory in libpq. 11 years ago
Tom Lane 019f7813da Stamp shared-library minor version numbers for 9.6. 11 years ago
Tom Lane cf8d65de10 Stamp HEAD as 9.6devel. 11 years ago
Peter Eisentraut c5e5d444de Translation updates 11 years ago
Michael Meskes 94a484222c Check for out of memory when allocating sqlca. 11 years ago
Michael Meskes af0b49fc98 Fix memory leak in ecpglib's connect function. 11 years ago
Michael Meskes 96ad72d1c0 Fixed some memory leaks in ECPG. 11 years ago
Michael Meskes 82be1bf509 Fix intoasc() in Informix compat lib. This function used to be a noop. 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Heikki Linnakangas fa60fb63e5 Fix more typos in comments. 11 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 11 years ago
Tom Lane 0c071936e9 Revert error-throwing wrappers for the printf family of functions. 11 years ago
Peter Eisentraut 55c0da38be Message string improvements 11 years ago
Noah Misch 16304a0134 Add error-throwing wrappers for the printf family of functions. 11 years ago
Peter Eisentraut 382b479ab7 Add new files to nls.mk 11 years ago
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup 11 years ago
Andres Freund 6aab1f45ac Fix various typos and grammar errors in comments. 11 years ago
Peter Eisentraut cac7658205 Add transforms feature 11 years ago
Noah Misch c8aa893862 Remove obsolete -I options from ECPG library compilation. 11 years ago
Noah Misch 151e74719b Build every ECPG library with -DFRONTEND. 11 years ago
Peter Eisentraut dcae5facca Improve speed of make check-world 11 years ago
Peter Eisentraut 8a0d34e4e4 libpq: Don't overwrite existing OpenSSL thread callbacks 11 years ago
Bruce Momjian e4f1e0d842 libpq: add newlines to SSPI error messages 11 years ago
Bruce Momjian 90a8b1f82b libpq: issue clear error message for nested service files 11 years ago
Alvaro Herrera e146ca6820 psql: fix \connect with URIs and conninfo strings 11 years ago
Robert Haas 4cd639baf4 Revert "psql: fix \connect with URIs and conninfo strings" 11 years ago
Alvaro Herrera fcef161729 psql: fix \connect with URIs and conninfo strings 11 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Alvaro Herrera d4d7777548 Fix libpq test expected output file 11 years ago
Tom Lane c6b3c939b7 Make operator precedence follow the SQL standard more closely. 11 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 11 years ago
Tom Lane 2fbb286647 Clean up the mess from => patch. 11 years ago
Michael Meskes 2093eb4d4c Revert "Ignore object files generated by ecpg test suite on Windows" 11 years ago
Michael Meskes b9e538b190 Ignore object files generated by ecpg test suite on Windows 11 years ago
Tom Lane ef75508efc Cast to (void *) rather than (int *) when passing int64's to PQfn(). 11 years ago
Tom Lane 1a0bc4c2bf Fix documentation for libpq's PQfn(). 11 years ago
Michael Meskes 8794bf1ca1 Remove null-pointer checks that are not needed. 11 years ago
Tom Lane d809fd0008 Improve parser's one-extra-token lookahead mechanism. 11 years ago
Heikki Linnakangas 2a3f6e368b Fix potential deadlock with libpq non-blocking mode. 11 years ago
Tom Lane 2e211211a7 Use FLEXIBLE_ARRAY_MEMBER in a number of other places. 11 years ago
Tom Lane 3d9b6f31ee Minor code beautification in conninfo_uri_parse_params(). 11 years ago
Tom Lane b26e208142 Fix misparsing of empty value in conninfo_uri_parse_params(). 11 years ago
Tom Lane f2874feb7c Some more FLEXIBLE_ARRAY_MEMBER fixes. 11 years ago
Heikki Linnakangas c478959a00 Fix comment in libpq OpenSSL code about why a substitue BIO is used. 11 years ago
Michael Meskes 1f393fc923 Fixed array handling in ecpg. 11 years ago
Michael Meskes 5ee5bc3873 This routine was calling ecpg_alloc to allocate to memory but did not 11 years ago
Heikki Linnakangas c31b5d9ddf Fix memory leaks on OOM in ecpg. 11 years ago
Heikki Linnakangas 302262d521 Add dummy PQsslAttributes function for non-SSL builds. 11 years ago
Heikki Linnakangas 91fa7b4719 Add API functions to libpq to interrogate SSL related stuff. 11 years ago