summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2009-01-05Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut
2009-01-05Allow out-of-tree builds on mingw and cygwinPeter Eisentraut
2009-01-02Split the ecpg translation support into a separate catalog for the ecpgPeter Eisentraut
2009-01-01Fix a couple of missed copyright dates.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-29Finally the last test.Michael Meskes
2008-12-29First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes
2008-12-17Applied patch by ITAGAKI Takahiro <[email protected]> toMichael Meskes
2008-12-15Fix cast-away-const problem as well as bogus calculation of required buffer s...Tom Lane
2008-12-15Do not try to change a const variable.Michael Meskes
2008-12-15Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander
2008-12-12Using clause has to accept signed numeric constants too.Michael Meskes
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-12-04Comment said we don't free the lockarray, and why. The proper fix is toMagnus Hagander
2008-12-04Fix typo in recent SSL unload patch.Bruce Momjian
2008-12-03Properly unregister OpenSSL callbacks when libpq is done withMagnus Hagander
2008-12-02Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander
2008-12-01Removed port testing.Michael Meskes
2008-11-29Make sure we give an appropriate user-facing error when attemptingTom Lane
2008-11-28Partial fix for fallout from temp-port changes. ecpg still needs more work,Tom Lane
2008-11-26interval.c needs limits.hMichael Meskes
2008-11-26Applied patch by Ron Mayer <[email protected]> to merge the newMichael Meskes
2008-11-26Tweak new PQExpBufferBroken macro to suppress warnings from pickierTom Lane
2008-11-26Removed strchrnulMichael Meskes
2008-11-26When creating a varchar struct name braces must be discarded.Michael Meskes
2008-11-26Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut
2008-11-26Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane
2008-11-25Remove PGINTERVALSTYLE from the set of special environment variables forTom Lane
2008-11-24Disable FNM_CASEFOLD. Need a proper solution later, but just commentMagnus Hagander
2008-11-24Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander
2008-11-15Add missing dependencies to preproc.y build ruleTom Lane
2008-11-15Add missing semicolon, per grip from Alex Hunsaker.Andrew Dunstan
2008-11-14ecpg's preproc.y is now generated as needed, so remove from CVS.Tom Lane
2008-11-14Improve comment about when to clean generated files.Tom Lane
2008-11-14Enable script to generate preproc.y in build process.Michael Meskes
2008-11-14Fixed test for output_filename == stdout.Michael Meskes
2008-11-14Added files containing changes between gram.y and preproc.y.Michael Meskes
2008-11-14Adding script that generates preproc.y from gram.y to CVS.Michael Meskes
2008-11-13Updated parser file to the one generated by the latest version of parse.[awk|...Michael Meskes
2008-11-13Fix libpq certificate validation for SSL connections.Magnus Hagander
2008-11-11Replaced manually synced preproc.y by the one created by the new script.Michael Meskes
2008-11-09Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane
2008-11-03Fix incorrect comment in SSL codeMagnus Hagander
2008-11-01Move from strcmp to strncmp to be more tolerant for changes to the parser.Michael Meskes
2008-11-01Use string component in index structure.Michael Meskes
2008-11-01Do not eat memory even in case of an out-of-memory error.Michael Meskes
2008-10-29Unicode escapes in strings and identifiersPeter Eisentraut
2008-10-28Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut
2008-10-28Remove support for (insecure) crypt authentication.Magnus Hagander