summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2010-09-10Cursor names in the backend are not case-sensitve. This change makes sure thatMichael Meskes
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-17Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes
2010-08-13Minor #include cleanup.Tom Lane
2010-08-02Fix an ancient typo that prevented the detection of conflicting fields whenTom Lane
2010-07-20Make ECPG regression tests independent of standard_conforming_strings.Robert Haas
2010-07-19Portability fixes for Solaris for requirepeer feature patchPeter Eisentraut
2010-07-18Fix up poor handling of unsupported-platform case in requirepeer patch.Tom Lane
2010-07-18Fix thinko in recent patch: 'sock' should be 'conn->sock'.Tom Lane
2010-07-18Add SO_PEERCRED check in new unix domain socket permission checking code.Bruce Momjian
2010-07-18Add server authentication over Unix-domain socketsPeter Eisentraut
2010-07-14Allow full SSL certificate verification (wherein libpq checks its host nameTom Lane
2010-07-12Bump minor library version numbers, for 9.1 release.Bruce Momjian
2010-07-09Stamp HEAD as 9.1devel.Tom Lane
2010-07-08Translation updates for 9.0beta3Peter Eisentraut
2010-07-08Make the Windows tcp keepalive support depend on the existance of theMagnus Hagander
2010-07-08Add support for TCP keepalives on Windows, both for backend and the newMagnus Hagander
2010-07-06Support setting the keepalive idle time on MacOS X.Robert Haas
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-06-23Add TCP keepalive support to libpq.Robert Haas
2010-06-16Refactor sprintf calls with computed format strings into multiple calls withPeter Eisentraut
2010-06-04Added variable handling for RETURNING clause to ecpg.Michael Meskes
2010-06-03Translation updates for 9.0beta2Peter Eisentraut
2010-05-30Change the notation for calling functions with named parameters fromTom Lane
2010-05-26Rearrange libpq's SSL initialization to simplify it and make it handle someTom Lane
2010-05-25Add missing newlines to some SSL-related error messages. Noted while testing.Tom Lane
2010-05-25Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes
2010-05-25Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes
2010-05-20Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...Michael Meskes
2010-05-13Translation updatePeter Eisentraut
2010-05-12Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian
2010-05-09Adjust comments about avoiding use of printf's %.*s.Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-05-07ECPG connect routine only checked for NULL to find empty parameters, but user...Michael Meskes
2010-04-30Fix a couple of places where the result of fgets() wasn't checked.Tom Lane
2010-04-28Fix typo that had the code check the same thing twice.Magnus Hagander
2010-04-03Make ecpg in line with other compilers in that it deletes its output if there...Michael Meskes
2010-04-03Message quoting style tuningPeter Eisentraut
2010-04-02FATAL errors are meant to stop ecpg immediately, e.g. because the syntax isMichael Meskes
2010-04-01Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we...Michael Meskes
2010-04-01Applied Zoltan's patch to make ecpg spit out warnings if a local variable hid...Michael Meskes
2010-03-31Give a more precise error message if a variable is re-used as cursor name in ...Michael Meskes
2010-03-23Remove useless double assignmentPeter Eisentraut
2010-03-22Fixed ECPG regression test to make sure it uses absolute paths for includeMichael Meskes
2010-03-21ECPG's parser now accepts and handles variables as arguments for the FREE com...Michael Meskes
2010-03-21Adjusted regression test results to the change I made in debug output for ecp...Michael Meskes
2010-03-21Correctly name functions in debug output in ecpglib. When the functions wereMichael Meskes
2010-03-21ECPG only copied #include statements instead of processing them according toMichael Meskes
2010-03-20Fixed ecpg parser to allow more than one C preprocessor command inside a decl...Michael Meskes