]> granicus.if.org Git - postgresql/history - src/interfaces
Add function pg_xlog_location_diff to help comparisons
[postgresql] / src / interfaces /
2012-03-02 Peter Eisentrautecpg: Clean up some const usage
2012-02-23 Tom LaneRemove arbitrary limitation on length of common name...
2012-02-19 Michael MeskesIn ecpglib rewrote code that used strtok_r to not use...
2012-02-18 Michael Meskesgcc on Windows does not know about strtok_s.
2012-02-18 Michael MeskesWindows doesn't have strtok_r, so let's use strtok_s...
2012-02-18 Michael MeskesMake sure all connection paramters are used in call...
2012-02-13 Michael MeskesDo not use the variable name when defining a varchar...
2012-02-06 Michael MeskesAllow the connection keyword array to carry all seven...
2012-02-06 Alvaro Herrerafe-misc.c depends on pg_config_paths.h
2012-02-04 Michael MeskesApplied Peter's patch to PQconnectdbParams in ecpglib...
2012-02-02 Peter Eisentrautecpg: Improve test building
2012-02-01 Magnus HaganderProperly free the sslcompression field in PGconn
2012-01-30 Peter EisentrautUse abort() instead of exit() to abort library functions
2012-01-05 Michael MeskesEcpglib stores variables that are used in DECLARE state...
2012-01-04 Michael MeskesMade code in ecpg better readable.
2012-01-02 Peter Eisentrautpg_regress: Replace exit_nicely() with exit() plus...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-22 Robert HaasDon't forget to de-escape the password field in .pgpass.
2011-12-18 Michael MeskesMark variables as const in pgtypeslib if they only...
2011-12-18 Michael MeskesAdded test for cursor handling on different connections...
2011-12-18 Michael MeskesIn ecpg removed old leftover check for given connection...
2011-12-10 Andrew DunstanMiscellaneous cleanup to silence compiler warnings...
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-12-04 Michael MeskesApplied another patch by Zoltan to fix memory alignemen...
2011-12-03 Magnus HaganderTreat ENOTDIR as ENOENT when looking for client certifi...
2011-11-28 Magnus HaganderAdd libpq connection option to disable SSL compression
2011-11-17 Michael MeskesApplied Zoltan's patch to correctly align interval...
2011-11-13 Michael MeskesApplied patch by Zoltan to fix copy&paste bug in ecpg...
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-10-28 Tom LaneDe-parallelize ecpg build some more.
2011-10-19 Tom LaneSuppress remaining -Waddress warnings from recent gcc...
2011-09-25 Tom LaneFully const-ify PQconnectdbParams, PQconnectStartParams...
2011-09-14 Heikki LinnakangasTeach the makefile used to build stand-alone libpq...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-11 Peter EisentrautFix additional format warning
2011-09-10 Peter EisentrautAdd missing format attributes
2011-09-08 Peter EisentrautAdd missing format argument to ecpg_log() call
2011-09-07 Bruce MomjianAllow bcc32 and win32 batch files to compile libpq.
2011-09-02 Michael MeskesFix brace indentation of commit 63d06ef59156719efd0208c...
2011-09-01 Heikki LinnakangasRemove spurious comma. Spotted by Tom.
2011-09-01 Heikki Linnakangaslibpq compiles various pgport files like ecpg does...
2011-09-01 Michael MeskesIn ecpglib restore LC_NUMERIC in case of an error.
2011-09-01 Heikki LinnakangasFix MinGW build, broken by my previous patch to add...
2011-08-27 Tom LaneDon't assume that "E" response to NEGOTIATE_SSL_CODE...
2011-08-27 Tom LaneEnsure we discard unread/unsent data when abandoning...
2011-08-25 Tom LaneAdd "%option warn" to all flex input files that lacked it.
2011-08-17 Peter EisentrautTranslation updates
2011-08-05 Robert HaasTweak PQresStatus() to avoid a clang compiler warning.
2011-07-26 Peter EisentrautReplace printf format %i by %d
2011-07-25 Tom LaneFix previous patch so it also works if not USE_SSL...
2011-07-24 Tom LaneImprove libpq's error reporting for SSL failures.
2011-07-24 Tom LaneUse OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
2011-07-21 Tom LaneFix PQsetvalue() to avoid possible crash when adding...
2011-07-18 Michael MeskesAdapted expected result for latest change to ecpglib.
2011-07-18 Michael MeskesMade ecpglib write double with a precision of 15 digits.
2011-06-26 Peter EisentrautAdd missing file to GETTEXT_FILES
2011-06-26 Peter EisentrautAdd the possibility to pass --flag arguments to xgettex...
2011-06-26 Peter EisentrautMake _ be automatically included in GETTEXT_TRIGGERS
2011-06-26 Peter EisentrautReplace := by = in nls.mk files
2011-06-18 Peter EisentrautCapitalization fixes
2011-06-18 Magnus HaganderRemove redundant lib*dll.def rules from .gitignore
2011-06-16 Tom LaneUse single quotes in preference to double quotes for...
2011-06-15 Tom LaneRework parsing of ConstraintAttributeSpec to improve...
2011-06-14 Tom LaneFix assorted issues with build and install paths contai...
2011-06-14 Peter EisentrautMove parse2.pl to parse.pl
2011-06-11 Tom LaneStamp HEAD as 9.2devel.
2011-06-09 Peter EisentrautTranslation updates for 9.1beta2
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-03 Tom LaneNeed to list getpeereid.c in .gitignore, too ...
2011-06-02 Tom Lanelibpq needs its own copy of src/port/getpeereid.
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
2011-05-31 Tom LaneReplace use of credential control messages with getsock...
2011-05-30 Tom LaneFix portability bugs in use of credentials control...
2011-05-19 Peter EisentrautFix untranslatable assembly of libpq connection failure...
2011-05-12 Tom LaneFix write-past-buffer-end in ldapServiceLookup().
2011-05-11 Tom LanePrevent datebsearch() from crashing on base == NULL...
2011-04-28 Andrew DunstanUse non-literal format for possibly non-standard strfti...
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-27 Andrew DunstanRevert "Remove hard coded formats for INT64 and use...
2011-04-27 Andrew DunstanRemove hard coded formats for INT64 and use configured...
2011-04-25 Michael MeskesIn libecpg do not set an sqlda field that is 'reserved...
2011-04-19 Peter EisentrautAdd gitignore entries for Windows MSVC builds
2011-04-19 Heikki LinnakangasSilence compiler warning about unused variable on Windows.
2011-04-15 Peter EisentrautRename pg_regress option --multibyte to --encoding
2011-04-12 Tom LaneSuppress compiler warnings about "value computed is...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Andrew DunstanAdjust regression tests on cube and ECPG for MinGW...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-02 Tom LaneFix typo in PQconnectStartParams().
2011-03-30 Heikki LinnakangasAdjust error message, now that we expect other message...
2011-03-27 Greg Starkfix up a couple non-prototypes of the form foo() to...
2011-03-11 Heikki LinnakangasIn ecpg preprocessor, don't try to look up constants...
2011-03-08 Peter EisentrautFix parallel make when running make install before...
2011-03-08 Michael MeskesAdded new version of ecpg's parser test script which...
2011-03-07 Tom LaneAdd missing "static" marker to internal_ping().
2011-03-04 Tom LaneIn initialize_SSL, don't fail unnecessarily when home...
2011-03-03 Michael MeskesAdded new version of ecpg's parser generator script...
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-02-18 Michael MeskesApplied a patch by Zoltán Böszörményi that makes ecpg...
next