Commit Graph

303 Commits (39aab11085177e4026cec6065a78a425c44e23e3)

Author SHA1 Message Date
Peter Eisentraut 1a17447be1 NLS for libpq. Clean up the message formats and change the documentation 25 years ago
Peter Eisentraut e77aaade34 Repair libpq to follow protocol by not sending Terminate messages before 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Tom Lane 300e28888f Now that I look at it, PQoidValue() ain't quite right either. 25 years ago
Tom Lane 8558054aa4 Repair PQoidStatus() bug reported by darcy@druid.net. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago
Bruce Momjian 61f5e13c43 ! * Users doing non-blocking connections need to handle the reset 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane a50f2fd76e Repair unintentional damage to MULTIBYTE code. 26 years ago
Tom Lane a71daab4b4 Change PQconndefaults() to return a malloc'd array, instead of a static 26 years ago
Tom Lane 58f481c4ff Tweak libpq so that if a backend ERROR message arrives while libpq 26 years ago
Peter Eisentraut 9ceb5d8a7b Fixed psql double quoting of SQL ids 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian da5aba105f Remove Ops parameter from STATRELID cache lookup, for Tom Lane and 26 years ago
Bruce Momjian 10d7287ab9 Libpq non-blocking mode, from Alfred Perlstein 26 years ago
Bruce Momjian 2a24ec6f16 In the spirit of TODO item 26 years ago
Tom Lane ab5cafa5d3 Update frontend libpq to remove limits on query lengths, 26 years ago
Bruce Momjian e259780b13 Enable WIN32 compilation of libpq. 27 years ago
Bruce Momjian e44c931801 Re-add getopt.h check, remove NT-specific tests for it. 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Tom Lane f0ae1e8d10 When closure of the backend connection is detected during pqFlush, 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane a36a7a16eb Fix bogus assumption that MAXALIGN is at least sizeof(pointer). 27 years ago
Tom Lane 2de404e173 Use MAXALIGN value found by configure instead of a 27 years ago
Bruce Momjian d66a44a58c Reversed out libpq protocol patch for Tom Lane. 27 years ago
Bruce Momjian cfb7ed414d This is another example of why not allowing utility functions in SPI 27 years ago
Bruce Momjian e2c4d41f32 Hi, 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Tom Lane fa0f24165c Add PQresStatus() function to avoid direct access to pgresStatus[] array, 27 years ago
Bruce Momjian 3982368a4e The libpq function PQfnumber does not handle case-insensitive 27 years ago
Tom Lane 67531c42bd Portability fix for old SunOS releases: realloc(NULL, ...) 27 years ago
Tom Lane fd0366e1b5 Performance improvement for libpq: avoid calling malloc separately 27 years ago
Tom Lane 6428074e27 Update libpq to store an error message in PGresult, per pgsq-interfaces discussion of 21-Sep. 27 years ago
Bruce Momjian d9d8169858 Fix for length in libpq from Tom Lane. 27 years ago
Bruce Momjian e9d0fa3762 libpgtcl cleanups for Tom Lane. 27 years ago
Bruce Momjian f71d0cf64e Attached is a patch to remove the definitions of libpq's internal 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 3e87302201 libpq's pqGetnchar() should not return a null-terminated value 27 years ago
Marc G. Fournier 9312033071 Date: Sun, 16 Aug 1998 14:56:48 -0400 27 years ago
Bruce Momjian e6311b4ad0 The attached patch implements some changes that were discussed a 27 years ago
Bruce Momjian e36f96e42a More updates for typmod int32 change. From Tom Lane. 28 years ago
Bruce Momjian 5aea4062d6 Inline function, rename libpq variablees, change lrel to lockrel. 28 years ago
Bruce Momjian 8bac4ca87b Rename libpq to use more normal field names. 28 years ago
Bruce Momjian 6ce9c76b0a Fix libpq because it was reading from the backend as a short. 28 years ago
Marc G. Fournier a0659e3e2c From: Tom Lane <tgl@sss.pgh.pa.us> 28 years ago
Bruce Momjian c765b4b052 Hello! 28 years ago
Bruce Momjian cb7cbc16fa Hi, here are the patches to enhance existing MB handling. This time 28 years ago