summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Fix typoMagnus Hagander2016-04-051-1/+1
* Add libpq support for recreating an error message with different verbosity.Tom Lane2016-04-035-75/+168
* Fix oversight in getParamDescriptions(), and improve comments.Tom Lane2016-04-011-3/+16
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-291-1/+3
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-234-10/+17
* Typo fix.Tom Lane2016-03-191-1/+1
* Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane2016-03-193-14/+15
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-162-10/+24
* Fix typos.Robert Haas2016-03-153-3/+3
* Handle invalid libpq sockets in more placesPeter Eisentraut2016-03-081-1/+1
* ecpg: Fix typoPeter Eisentraut2016-03-084-4/+4
* Fix incorrect comment.Robert Haas2016-03-011-2/+2
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-271-2/+2
* Changed expected result to list IPv6 local interface too.Michael Meskes2016-02-161-1/+4
* Change ecpg lexer to accept comments with line breaks in CPP lines.Michael Meskes2016-02-161-1/+1
* Make sure ecpg header files do not have a comment lasting several lines, one ofMichael Meskes2016-02-012-4/+4
* Update copyright for 2016Bruce Momjian2016-01-0234-34/+34
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-221-2/+2
* Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas2015-12-141-11/+53
* Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().Tom Lane2015-12-011-2/+3
* Improve PQhost() to return useful data for default Unix-socket connections.Tom Lane2015-11-272-5/+7
* Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane2015-11-125-27/+37
* libpq: Notice errors a backend may have sent just before dying.Robert Haas2015-11-121-8/+8
* Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane2015-11-074-8/+8
* Fix order of arguments in ecpg generated typedef command.Michael Meskes2015-10-161-1/+1
* Fix poor errno handling in libpq's version of our custom OpenSSL BIO.Tom Lane2015-09-281-8/+16
* Fix whitespacePeter Eisentraut2015-09-211-2/+1
* Let compiler handle size calculation of bool types.Michael Meskes2015-09-172-27/+4
* Change type of DOW/DOY to UNITSGreg Stark2015-09-071-3/+3
* Rearrange the handling of error context reports.Tom Lane2015-09-055-5/+36
* Fix declaration of isarray variable.Michael Meskes2015-08-132-2/+2
* Improve handling of out-of-memory in libpq.Heikki Linnakangas2015-07-072-31/+83
* Stamp shared-library minor version numbers for 9.6.Tom Lane2015-06-305-5/+5
* Stamp HEAD as 9.6devel.Tom Lane2015-06-301-4/+4
* Translation updatesPeter Eisentraut2015-06-284-389/+354
* Check for out of memory when allocating sqlca.Michael Meskes2015-06-157-1/+104
* Fix memory leak in ecpglib's connect function.Michael Meskes2015-06-151-0/+3
* Fixed some memory leaks in ECPG.Michael Meskes2015-06-123-5/+15
* Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes2015-06-121-2/+6
* pgindent run for 9.5Bruce Momjian2015-05-238-81/+88
* Fix more typos in comments.Heikki Linnakangas2015-05-201-2/+2
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-199-27/+9
* Message string improvementsPeter Eisentraut2015-05-181-1/+1
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-189-9/+27
* Add new files to nls.mkPeter Eisentraut2015-05-171-1/+1
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-291-1/+1
* Fix various typos and grammar errors in comments.Andres Freund2015-04-262-2/+2
* Add transforms featurePeter Eisentraut2015-04-263-6/+3
* Remove obsolete -I options from ECPG library compilation.Noah Misch2015-04-242-2/+2