summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2016-04-01Fix oversight in getParamDescriptions(), and improve comments.Tom Lane
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-19Typo fix.Tom Lane
2016-03-19Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2016-03-15Fix typos.Robert Haas
2016-03-09Handle invalid libpq sockets in more placesPeter Eisentraut
2016-03-09ecpg: Fix typoPeter Eisentraut
2016-03-01Fix incorrect comment.Robert Haas
2016-02-27Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan
2016-02-16Changed expected result to list IPv6 local interface too.Michael Meskes
2016-02-16Change ecpg lexer to accept comments with line breaks in CPP lines.Michael Meskes
2016-02-01Make sure ecpg header files do not have a comment lasting several lines, one ofMichael Meskes
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-23Remove unnecessary escaping in C character literalsPeter Eisentraut
2015-12-14Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas
2015-12-01Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().Tom Lane
2015-11-27Improve PQhost() to return useful data for default Unix-socket connections.Tom Lane
2015-11-12Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane
2015-11-12libpq: Notice errors a backend may have sent just before dying.Robert Haas
2015-11-07Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane
2015-10-16Fix order of arguments in ecpg generated typedef command.Michael Meskes
2015-09-28Fix poor errno handling in libpq's version of our custom OpenSSL BIO.Tom Lane
2015-09-21Fix whitespacePeter Eisentraut
2015-09-17Let compiler handle size calculation of bool types.Michael Meskes
2015-09-07Change type of DOW/DOY to UNITSGreg Stark
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-08-13Fix declaration of isarray variable.Michael Meskes
2015-07-07Improve handling of out-of-memory in libpq.Heikki Linnakangas
2015-06-30Stamp shared-library minor version numbers for 9.6.Tom Lane
2015-06-30Stamp HEAD as 9.6devel.Tom Lane
2015-06-29Translation updatesPeter Eisentraut
2015-06-15Check for out of memory when allocating sqlca.Michael Meskes
2015-06-15Fix memory leak in ecpglib's connect function.Michael Meskes
2015-06-12Fixed some memory leaks in ECPG.Michael Meskes
2015-06-12Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-19Message string improvementsPeter Eisentraut
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Add new files to nls.mkPeter Eisentraut
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-04-24Remove obsolete -I options from ECPG library compilation.Noah Misch
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2015-04-23Improve speed of make check-worldPeter Eisentraut