Commit Graph

3229 Commits (06f1f53ea9bbbcdebc228d8422182dc9da75ec73)

Author SHA1 Message Date
Michael Meskes 16f3cf8c0c Fixed copyright notice. 17 years ago
Tom Lane 466a4925f5 Fix an ecpg test, too. Are we there yet? 17 years ago
Tom Lane 5b8ee5c128 Teach PQescapeByteaConn() to use hex format when the target connection is 17 years ago
Tom Lane a2a8c7a662 Support hex-string input and output for type BYTEA. 17 years ago
Tom Lane b680ae4bdb Improve unique-constraint-violation error messages to include the exact 17 years ago
Tom Lane cea80e726e Avoid extra system calls to block SIGPIPE if the platform provides either 17 years ago
Magnus Hagander ea382424ee Fix mismatch in const:ness of parameters. 17 years ago
Tom Lane 4baaaf7a81 Remove duplicate definition of TYPECAST token. 17 years ago
Tom Lane 1aa58d3a83 Tweak the core scanner so that it can be used by plpgsql too. 17 years ago
Bruce Momjian 4bd556b193 Stamp minor library version numbers for 8.5; sorry for the delay. 17 years ago
Tom Lane f4ab0b032b Stamp HEAD as 8.5devel. 17 years ago
Peter Eisentraut a6667d96c5 Translation updates for 8.4 release. 17 years ago
Magnus Hagander a93e7432cf Properly initialize SSL engines when used from libpq. This is required for 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Peter Eisentraut 0b7b908882 Translation updates 17 years ago
Peter Eisentraut 0465c52b00 Arrange that the string "syntax error" generated by bison is translated. 17 years ago
Tom Lane b5c838e170 Clean up ecpg's use of mmerror(): const-ify the format argument, add an 17 years ago
Michael Meskes e7f4923d3b Reverting patch just in case a compiler treats this enum as signed. 17 years ago
Tom Lane 8af641ac1f Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly. 17 years ago
Michael Meskes ab9981ccc6 Removed comparison of unsigned expression < 0. 17 years ago
Michael Meskes 14f29f640a Removed unsigned/signed mismatches. 17 years ago
Michael Meskes 11a497f99a More variables gcc moans about 17 years ago
Michael Meskes 0754b391f3 Removed some unneeded variables and comparisons 17 years ago
Tom Lane 2c39ab12f3 Make pwdfMatchesString() a little more careful about matching * fields. 17 years ago
Alvaro Herrera f97017068f Translation updates 17 years ago
Tom Lane ab4e386a80 Fix ecpg tests for change that disallowed Unicode literals unless 17 years ago
Tom Lane ac73ced725 Fix already-obsolete hint message ... sslverify parameter is no more. 17 years ago
Magnus Hagander e883d0b551 Remove sslverify parameter again, replacing it with two new sslmode values: 17 years ago
Tom Lane ce53791b2a Assorted portability fixes for Borland C, from Pavel Golub. 17 years ago
Bruce Momjian 418fd59663 Add libpq error message text on how to handle missing root.crt file. 17 years ago
Peter Eisentraut 80a836cab4 Translation updates for 8.4 beta 17 years ago
Heikki Linnakangas 1eef90d0a2 Rename the new CREATE DATABASE options to set collation and ctype into 17 years ago
Tom Lane 97503a5200 Add PQinitOpenSSL() function to support applications that use libcrypto 17 years ago
Bruce Momjian b86a71c8f4 Clarify variable naming: pq_initssllib -> pq_init_ssl_lib 17 years ago
Bruce Momjian 3ab95c2ab0 Better document PQinitSSL(0) behavior in regards to libcrypto. 17 years ago
Peter Eisentraut 8032d76b5b Gettext plural support 17 years ago
Tom Lane 727ffa1d1e Clean up pg_SSPI_error() coding a little bit: make the messages more 17 years ago
Tom Lane 0fd85d7879 Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as 17 years ago
Alvaro Herrera fb2ebae498 Add comments about kwlookup.c expectations 17 years ago
Alvaro Herrera 328d235571 Separate the key word list that lived in keywords.c into a new header file 17 years ago
Peter Eisentraut cd3b750929 Sort the output of --help mostly alphabetical, make it align better, make 17 years ago
Bruce Momjian e795b56322 ecpg requires libpq; add Makefile rules to require libpq to be built 17 years ago
Michael Meskes 78cbd49826 Mixing long and int entries of a union only works on some architectures. 17 years ago
Michael Meskes 649a1252b7 Added result checks for calls to gmtime(). 17 years ago
Michael Meskes 08ffa78483 Argh, wrong line copied again. 17 years ago
Michael Meskes efd019fc94 Fixed copy&paste mistake that made library use uninitialized variable. 17 years ago
Michael Meskes 80f95a6500 When changing a regression test file one should also change the expected output file. 17 years ago
Michael Meskes 934eab7cd5 Set memory segment to '0', just to be sure. 17 years ago
Michael Meskes 2d3c691146 Fixed auto allocation for binary data types. 17 years ago
Michael Meskes 77ca045384 Fixed bug in %s handling. 17 years ago