]> granicus.if.org Git - postgresql/history - src/interfaces
Fix compiler warning for non-TIOCGWINSZ case
[postgresql] / src / interfaces /
2015-09-28 Tom LaneFix poor errno handling in libpq's version of our custo...
2015-09-21 Peter EisentrautFix whitespace
2015-09-17 Michael MeskesLet compiler handle size calculation of bool types.
2015-09-07 Greg StarkChange type of DOW/DOY to UNITS
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-08-13 Michael MeskesFix declaration of isarray variable.
2015-07-07 Heikki LinnakangasImprove handling of out-of-memory in libpq.
2015-06-30 Tom LaneStamp shared-library minor version numbers for 9.6.
2015-06-30 Tom LaneStamp HEAD as 9.6devel.
2015-06-29 Peter EisentrautTranslation updates
2015-06-15 Michael MeskesCheck for out of memory when allocating sqlca.
2015-06-15 Michael MeskesFix memory leak in ecpglib's connect function.
2015-06-12 Michael MeskesFixed some memory leaks in ECPG.
2015-06-12 Michael MeskesFix intoasc() in Informix compat lib. This function...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Tom LaneRevert error-throwing wrappers for the printf family...
2015-05-19 Peter EisentrautMessage string improvements
2015-05-18 Noah MischAdd error-throwing wrappers for the printf family of...
2015-05-18 Peter EisentrautAdd new files to nls.mk
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-24 Noah MischRemove obsolete -I options from ECPG library compilation.
2015-04-24 Noah MischBuild every ECPG library with -DFRONTEND.
2015-04-23 Peter EisentrautImprove speed of make check-world
2015-04-10 Peter Eisentrautlibpq: Don't overwrite existing OpenSSL thread callbacks
2015-04-08 Bruce Momjianlibpq: add newlines to SSPI error messages
2015-04-08 Bruce Momjianlibpq: issue clear error message for nested service...
2015-04-02 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-02 Robert HaasRevert "psql: fix \connect with URIs and conninfo strings"
2015-04-01 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Alvaro HerreraFix libpq test expected output file
2015-03-11 Tom LaneMake operator precedence follow the SQL standard more...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-10 Tom LaneClean up the mess from => patch.
2015-03-09 Michael MeskesRevert "Ignore object files generated by ecpg test...
2015-03-09 Michael MeskesIgnore object files generated by ecpg test suite on...
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...
next