]> granicus.if.org Git - postgresql/history - src/interfaces
Cast to (void *) rather than (int *) when passing int64's to PQfn().
[postgresql] / src / interfaces /
2015-03-08 Tom LaneCast to (void *) rather than (int *) when passing int64...
2015-03-08 Tom LaneFix documentation for libpq's PQfn().
2015-02-25 Michael MeskesRemove null-pointer checks that are not needed.
2015-02-24 Tom LaneImprove parser's one-extra-token lookahead mechanism.
2015-02-23 Heikki LinnakangasFix potential deadlock with libpq non-blocking mode.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a number of other places.
2015-02-21 Tom LaneMinor code beautification in conninfo_uri_parse_params().
2015-02-21 Tom LaneFix misparsing of empty value in conninfo_uri_parse_par...
2015-02-21 Tom LaneSome more FLEXIBLE_ARRAY_MEMBER fixes.
2015-02-16 Heikki LinnakangasFix comment in libpq OpenSSL code about why a substitue...
2015-02-10 Michael MeskesFixed array handling in ecpg.
2015-02-05 Michael MeskesThis routine was calling ecpg_alloc to allocate to...
2015-02-04 Heikki LinnakangasFix memory leaks on OOM in ecpg.
2015-02-04 Heikki LinnakangasAdd dummy PQsslAttributes function for non-SSL builds.
2015-02-03 Heikki LinnakangasAdd API functions to libpq to interrogate SSL related...
2015-02-02 Peter EisentrautTranslation updates
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-19 Peter EisentrautInstall shared libraries also in bin on cygwin, mingw
2015-01-11 Tom LaneFix libpq's behavior when /etc/passwd isn't readable.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-15 Peter EisentrautTranslation updates
2014-12-01 Heikki LinnakangasPut SSL_pending() call behind the new internal SSL...
2014-11-30 Tom LaneFix minor bugs in commit 30bf4689a96cd283af33edcdd6b721...
2014-11-29 Noah MischRevert "Add libpq function PQhostaddr()."
2014-11-25 Heikki LinnakangasAllow "dbname" from connection string to be overridden...
2014-11-25 Heikki LinnakangasCheck return value of strdup() in libpq connection...
2014-11-17 Peter EisentrautTranslation updates
2014-11-03 Noah MischMake ECPG test programs depend on "ecpg$(X)", not ...
2014-10-29 Heikki LinnakangasReset error message at PQreset()
2014-10-22 Tom LaneEnsure libpq reports a suitable error message on unexpe...
2014-10-22 Michael MeskesSmall code cleanup.
2014-10-22 Noah MischMinGW: Link with shell32.dll instead of shfolder.dll.
2014-10-20 Robert HaasFix typos.
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-10-07 Tom LaneFix array overrun in ecpg's version of ParseDateTime().
2014-10-06 Peter EisentrautTranslation updates
2014-09-15 Heikki LinnakangasFollow the RFCs more closely in libpq server certificat...
2014-09-12 Heikki LinnakangasSupport Subject Alternative Names in SSL server certifi...
2014-08-19 Noah MischInstall libpq DLL with $(INSTALL_SHLIB).
2014-08-19 Noah MischFinish adding file version information to installed...
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-08-07 Heikki LinnakangasImprove comment.
2014-07-21 Peter EisentrautTranslation updates
2014-07-21 Peter EisentrautReplace "internationalize" with "localize" where approp...
2014-07-15 Magnus HaganderRemove dependency on wsock32.lib in favor of ws2_32
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-06-20 Noah MischLet installcheck-world pass against a server requiring...
2014-06-11 Tom LaneStamp shared-library minor version numbers for 9.5.
2014-06-11 Tom LaneStamp HEAD as 9.5devel.
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-05-21 Peter EisentrautFix spurious tab character
2014-05-09 Tom LaneFix missing dependencies in ecpg's test Makefiles.
2014-05-08 Noah MischUn-break ecpg test suite under --disable-integer-datetimes.
2014-05-08 Heikki LinnakangasInclude files copied from libpqport in .gitignore
2014-05-08 Tom LaneAvoid buffer bloat in libpq when server is consistently...
2014-05-07 Bruce MomjianWith ecpg exclusion removed, re-run pgindent for 9.4
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-06 Michael MeskesFix handling of array of char pointers in ecpglib.
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-23 Peter Eisentrautecpg: Add additional files to .gitignore
2014-04-19 Bruce Momjianlibpq: have PQconnectdbParams() and PQpingParams accep...
2014-04-17 Tom LaneFix unused-variable warning on Windows.
2014-04-16 Bruce Momjianlibpq: use pgsocket for socket values, for portability
2014-04-16 Magnus HaganderFix timeout in LDAP lookup of libpq connection parameters
2014-04-16 Bruce Momjiancheck socket creation errors against PGINVALID_SOCKET
2014-04-14 Peter EisentrautFix whitespace
2014-04-09 Michael MeskesSeveral fixes to array handling in ecpg.
2014-04-05 Tom Laneecpg/ecpglib must build the src/port files it uses...
2014-03-20 Bruce Momjianlibpq: pass a memory allocation failure error up to...
2014-03-17 Tom LaneFix advertised dispsize for libpq's sslmode connection...
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-03 Peter EisentrautFix whitespace
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-19 Tom LaneFix some missing .gitignore and "make clean" items...
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-02-17 Noah MischFix handling of wide datetime input/output.
2014-02-12 Tom LaneImprove libpq's error recovery for connection loss...
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-02-02 Andrew DunstanFix makefile syntax.
2014-02-01 Andrew DunstanCopy the libpq DLL to the bin directory on Mingw and...
2014-01-31 Tom LaneDisallow use of SSL v3 protocol in the server as well...
2014-01-30 Bruce MomjianAdd checks for interval overflow/underflow
2014-01-25 Noah Mischlibpq: Support TLS versions beyond TLSv1.
2014-01-23 Fujii MasaoAdd libpq function PQhostaddr().
2014-01-23 Fujii MasaoFix bugs in PQhost().
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-16 Alvaro HerreraSplit ecpg_execute() in constituent parts
2014-01-16 Alvaro HerreraSplit ECPGdo() in constituent parts
2014-01-13 Michael MeskesAlways use the same way to addres a descriptor in ecpg...
2014-01-09 Michael MeskesChanged regression test to ecpg test suite for alignmen...
2014-01-09 Michael MeskesFix descriptor output in ECPG.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-01 Michael MeskesDo not use an empty hostname.
2013-12-03 Bruce MomjianC comment: again update comment for pg_fe_sendauth...
2013-12-03 Bruce MomjianUpdate C comment for pg_fe_getauthname
2013-12-03 Bruce Momjianlibpq: change PQconndefaults() to ignore invalid servi...
2013-12-02 Peter EisentrautTranslation updates
2013-11-27 Michael MeskesECPG: Fix searching for quoted cursor names case-sensit...
next