]> granicus.if.org Git - postgresql/history - src/interfaces
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[postgresql] / src / interfaces /
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautTranslation updates
2009-06-10 Peter EisentrautArrange that the string "syntax error" generated by...
2009-06-03 Tom LaneClean up ecpg's use of mmerror(): const-ify the format...
2009-05-27 Michael MeskesReverting patch just in case a compiler treats this...
2009-05-26 Tom LaneRemove unused declarations of EncodeTimeOnly and Decode...
2009-05-21 Michael MeskesRemoved comparison of unsigned expression < 0.
2009-05-20 Michael MeskesRemoved unsigned/signed mismatches.
2009-05-20 Michael MeskesMore variables gcc moans about
2009-05-20 Michael MeskesRemoved some unneeded variables and comparisons
2009-05-18 Tom LaneMake pwdfMatchesString() a little more careful about...
2009-05-14 Alvaro HerreraTranslation updates
2009-05-06 Tom LaneFix ecpg tests for change that disallowed Unicode liter...
2009-05-03 Tom LaneFix already-obsolete hint message ... sslverify paramet...
2009-04-24 Magnus HaganderRemove sslverify parameter again, replacing it with...
2009-04-19 Tom LaneAssorted portability fixes for Borland C, from Pavel...
2009-04-14 Bruce MomjianAdd libpq error message text on how to handle missing...
2009-04-09 Peter EisentrautTranslation updates for 8.4 beta
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-03-31 Tom LaneAdd PQinitOpenSSL() function to support applications...
2009-03-28 Bruce MomjianClarify variable naming: pq_initssllib -> pq_init_ssl_lib
2009-03-28 Bruce MomjianBetter document PQinitSSL(0) behavior in regards to...
2009-03-26 Peter EisentrautGettext plural support
2009-03-22 Tom LaneClean up pg_SSPI_error() coding a little bit: make...
2009-03-22 Tom LaneRemove the datetime keywords ABSTIME and RELTIME, which...
2009-03-08 Alvaro HerreraAdd comments about kwlookup.c expectations
2009-03-07 Alvaro HerreraSeparate the key word list that lived in keywords.c...
2009-02-25 Peter EisentrautSort the output of --help mostly alphabetical, make...
2009-02-07 Bruce Momjianecpg requires libpq; add Makefile rules to require...
2009-02-05 Michael MeskesMixing long and int entries of a union only works on...
2009-02-04 Michael MeskesAdded result checks for calls to gmtime().
2009-02-03 Michael MeskesArgh, wrong line copied again.
2009-02-03 Michael MeskesFixed copy&paste mistake that made library use uninitia...
2009-02-02 Michael MeskesWhen changing a regression test file one should also...
2009-02-02 Michael MeskesSet memory segment to '0', just to be sure.
2009-02-02 Michael MeskesFixed auto allocation for binary data types.
2009-02-02 Michael MeskesFixed bug in %s handling.
2009-01-30 Peter EisentrautMake messages consistent with existing ones
2009-01-30 Peter EisentrautWhitespace fix in message
2009-01-29 Peter EisentrautMessage fix
2009-01-28 Magnus HaganderGo over all OpenSSL return values and make sure we...
2009-01-26 Peter EisentrautMessage format tuning
2009-01-23 Peter EisentrautMessage style review
2009-01-22 Peter EisentrautRecreate ecpg_config.h with a stamp file created by...
2009-01-19 Tom LaneFix accidental (I suppose) introduction of non-ASCII...
2009-01-19 Peter EisentrautMessage wordsmithing
2009-01-16 Peter EisentrautWordsmithing
2009-01-15 Peter EisentrautNLS cleanup in ecpglib
2009-01-15 Peter EisentrautBuild needed things in src/test/regress/ first. And...
2009-01-14 Peter Eisentrautmisc.o depends on pg_config_paths.h when --enable-nls...
2009-01-13 Magnus HaganderRemove special-handling of usernames with Kerberos...
2009-01-09 Tom LaneFix libpq so that it reports PGRES_EMPTY_QUERY not...
2009-01-07 Magnus HaganderDon't require pqGetHomeDirectory to succeed if the...
2009-01-05 Peter EisentrautFix for cross-compilation between mingw32 and something...
2009-01-05 Peter EisentrautAllow out-of-tree builds on mingw and cygwin
2009-01-02 Peter EisentrautSplit the ecpg translation support into a separate...
2009-01-01 Tom LaneFix a couple of missed copyright dates.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-29 Michael MeskesFinally the last test.
2008-12-29 Michael MeskesFirst rounf of whitespace changes. Everything but conne...
2008-12-17 Michael MeskesApplied patch by ITAGAKI Takahiro <itagaki.takahiro...
2008-12-15 Tom LaneFix cast-away-const problem as well as bogus calculatio...
2008-12-15 Michael MeskesDo not try to change a const variable.
2008-12-15 Magnus HaganderSupport specifying filename for SSL certificate, key...
2008-12-12 Michael MeskesUsing clause has to accept signed numeric constants...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-07 Peter EisentrautSet up ar, dlltool, dllwrap, and windres for cross...
2008-12-04 Magnus HaganderComment said we don't free the lockarray, and why....
2008-12-04 Bruce MomjianFix typo in recent SSL unload patch.
2008-12-03 Magnus HaganderProperly unregister OpenSSL callbacks when libpq is...
2008-12-02 Magnus HaganderChange wildcard cerfificate mapping to be much simler...
2008-12-01 Michael MeskesRemoved port testing.
2008-11-29 Tom LaneMake sure we give an appropriate user-facing error...
2008-11-28 Tom LanePartial fix for fallout from temp-port changes. ecpg...
2008-11-26 Michael Meskesinterval.c needs limits.h
2008-11-26 Michael MeskesApplied patch by Ron Mayer <rm_pg@cheapcomplexdevices...
2008-11-26 Tom LaneTweak new PQExpBufferBroken macro to suppress warnings...
2008-11-26 Michael MeskesRemoved strchrnul
2008-11-26 Michael MeskesWhen creating a varchar struct name braces must be...
2008-11-26 Peter EisentrautAdd %expect 0 to all parser input files to prevent...
2008-11-26 Tom LaneAdjust the behavior of the PQExpBuffer code to make...
2008-11-25 Tom LaneRemove PGINTERVALSTYLE from the set of special environm...
2008-11-24 Magnus HaganderDisable FNM_CASEFOLD. Need a proper solution later...
2008-11-24 Magnus HaganderAdd support for matching wildcard server certificates...
2008-11-15 Tom LaneAdd missing dependencies to preproc.y build rule
2008-11-15 Andrew DunstanAdd missing semicolon, per grip from Alex Hunsaker.
2008-11-14 Tom Laneecpg's preproc.y is now generated as needed, so remove...
2008-11-14 Tom LaneImprove comment about when to clean generated files.
2008-11-14 Michael MeskesEnable script to generate preproc.y in build process.
2008-11-14 Michael MeskesFixed test for output_filename == stdout.
2008-11-14 Michael MeskesAdded files containing changes between gram.y and prepr...
2008-11-14 Michael MeskesAdding script that generates preproc.y from gram.y...
2008-11-13 Michael MeskesUpdated parser file to the one generated by the latest...
2008-11-13 Magnus HaganderFix libpq certificate validation for SSL connections.
2008-11-11 Michael MeskesReplaced manually synced preproc.y by the one created...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-03 Magnus HaganderFix incorrect comment in SSL code
2008-11-01 Michael MeskesMove from strcmp to strncmp to be more tolerant for...
2008-11-01 Michael MeskesUse string component in index structure.
2008-11-01 Michael MeskesDo not eat memory even in case of an out-of-memory...
next