]> granicus.if.org Git - postgresql/history - src/interfaces
Align buffer descriptors to cache line boundaries.
[postgresql] / src / interfaces /
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...
2013-11-26 Michael MeskesECPG: Fix offset to NULL/size indicator array.
2013-11-26 Michael MeskesECPG: Simplify free_variable()
2013-11-26 Michael MeskesECPG: Add EXEC SQL CLOSE C to the tests.
2013-11-26 Michael MeskesECPG: Free the malloc()'ed variables in the test so...
2013-11-26 Michael MeskesECPG: Make the preprocessor emit ';' if the variable...
2013-11-25 Michael MeskesMore improvement to comment parsing in ecpg.
2013-11-25 Michael MeskesFix ecpg parsing of sizeof().
2013-11-24 Michael MeskesAllow C array definitions to use sizeof().
2013-11-24 Michael MeskesDistinguish between C and SQL mode for C-style comments.
2013-11-20 Peter Eisentrautecpg: Split off mmfatal() from mmerror()
2013-11-18 Heikki LinnakangasReplace appendPQExpBuffer(..., <constant>) with appendP...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-09 Robert HaasFix ECPG compiler warning.
2013-11-03 Michael MeskesChanged test case slightly so it doesn't have an unused...
2013-10-25 Tom LaneImprove pqexpbuffer.c to use modern vsnprintf implement...
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
next