Commit Graph

1304 Commits (5cb719beeef2e871c9f0b22e799554bf801ac390)

Author SHA1 Message Date
Tom Lane 9f9d9b51f0 Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently. 12 years ago
Tom Lane 09a89cb5fc Get rid of use of asprintf() in favor of a more portable implementation. 12 years ago
Peter Eisentraut 5b6d08cd29 Add use of asprintf() 12 years ago
Peter Eisentraut 0b109c822b Translation updates 12 years ago
Stephen Frost b37c90f11e Fix SSL deadlock risk in libpq 12 years ago
Peter Eisentraut 6a007fa1eb Translation updates 13 years ago
Peter Eisentraut a2f2e902b8 Translation updates 13 years ago
Peter Eisentraut fe885c6e36 libpq: Report strerror on pthread_mutex_lock() failure 13 years ago
Stephen Frost 8359ed806f Improve handling of pthread_mutex_lock error case 13 years ago
Stephen Frost aad2a630b1 Add locking around SSL_context usage in libpq 13 years ago
Alvaro Herrera bb686c9a86 Check for NULL result from strdup 13 years ago
Peter Eisentraut 233bfe0673 Fix PQconninfoParse error message handling 13 years ago
Tom Lane a099482c86 Expect EWOULDBLOCK from a non-blocking connect() call only on Windows. 13 years ago
Tom Lane 8a3f0894a4 Stamp shared-library minor version numbers for 9.4. 13 years ago
Tom Lane 58ae1f4577 Stamp HEAD as 9.4devel. 13 years ago
Stephen Frost f129615fe7 Additional spelling corrections 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Peter Eisentraut 539ecc9241 Translation updates 13 years ago
Robert Haas 91fa8532f4 Attempt to fix error recovery in COPY BOTH mode. 13 years ago
Robert Haas 5eb7c4d364 libpq: Fix a few bits that didn't get the memo about COPY BOTH. 13 years ago
Peter Eisentraut acd5803053 Standardize spelling of "nonblocking" 13 years ago
Tom Lane b1fae823ee Re-include pqsignal() in libpq. 13 years ago
Tom Lane da5aeccf64 Move pqsignal() to libpgport. 13 years ago
Tom Lane 991f3e5ab3 Provide database object names as separate fields in error messages. 13 years ago
Robert Haas ac2e967362 pg_isready 13 years ago
Tom Lane 8f0d8f481e Fix one-byte buffer overrun in PQprintTuples(). 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Heikki Linnakangas abfd192b1b Allow a streaming replication standby to follow a timeline switch. 13 years ago
Magnus Hagander 65c3bf19fd Add libpq function PQconninfo() 13 years ago
Tom Lane 4af446e7cd Produce a more useful error message for over-length Unix socket paths. 13 years ago
Tom Lane bc433317ae Fix lo_import and lo_export to return useful error messages more often. 13 years ago
Tom Lane 0e924c007d Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters. 13 years ago
Tom Lane 26fe56481c Code review for 64-bit-large-object patch. 13 years ago
Tom Lane 95d035e66d Autoconfiscate selection of 64-bit int type for 64-bit large object API. 13 years ago
Tatsuo Ishii 7e2f8ed2b0 Fix compiling errors on Windows platform. Fix wrong usage of 13 years ago
Tatsuo Ishii 461ef73f09 Add API for 64-bit large object access. Now users can access up to 13 years ago
Peter Eisentraut bcf90cc18b libpq: Add missing directory to installdirs target 14 years ago
Tom Lane 210eb9b743 Centralize libpq's low-level code for dropping a connection. 14 years ago
Peter Eisentraut 4faf074a53 libpq: Fix memory leak in URI parser 14 years ago
Heikki Linnakangas f86e6ba40c Add runtime checks for number of query parameters passed to libpq functions. 14 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 14 years ago
Alvaro Herrera fc4a8a6d74 perltidy adjustments to new file 14 years ago
Alvaro Herrera a184e4db83 Convert libpq regress script to Perl 14 years ago
Alvaro Herrera adb9b7d53b Update libpq test expected output 14 years ago
Peter Eisentraut 2b44306315 Assorted message style improvements 14 years ago
Tom Lane 357c549334 Stamp library minor versions for 9.3. 14 years ago
Tom Lane bed88fceac Stamp HEAD as 9.3devel. 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Robert Haas 3b5548a3d5 When using libpq URI syntax, error out on invalid parameter names. 14 years ago
Peter Eisentraut 2d612abd4d libpq: URI parsing fixes 14 years ago