]> granicus.if.org Git - postgresql/history - src/interfaces
Improve log messages related to tablespace_map file
[postgresql] / src / interfaces /
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...
2013-10-14 Peter EisentrautTranslation updates to fix build failures
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-07 Peter EisentrautTranslation updates
2013-09-23 Stephen FrostFix SSL deadlock risk in libpq
2013-09-08 Michael MeskesReturn error if allocation of new element was not possible.
2013-09-08 Michael MeskesClose file to no leak file descriptor memory. Found...
2013-09-02 Peter EisentrautTranslation updates
2013-08-27 Alvaro HerreraFix some "translator:" comments mangled by pgindent
2013-08-19 Peter EisentrautTranslation updates
2013-08-18 Peter Eisentrautlibpq: Report strerror on pthread_mutex_lock() failure
2013-08-01 Stephen FrostImprove handling of pthread_mutex_lock error case
2013-08-01 Stephen FrostAdd locking around SSL_context usage in libpq
2013-07-29 Greg StarkSync ECPG with WITH ORDINALITY changes
2013-07-23 Alvaro HerreraCheck for NULL result from strdup
2013-07-23 Peter Eisentrautecpg: Move function prototype into header file
2013-07-19 Michael MeskesInitialize day of year value.
2013-07-16 Peter EisentrautFix PQconninfoParse error message handling
2013-07-06 Michael MeskesAlso escape double quotes for ECPG's #line statement.
2013-07-05 Michael MeskesApploed patch by MauMau <maumau307@gmail.com> to escape...
2013-06-30 Peter Eisentrautecpg: Consistently use mm_strdup()
2013-06-27 Tom LaneExpect EWOULDBLOCK from a non-blocking connect() call...
2013-06-14 Tom LaneStamp shared-library minor version numbers for 9.4.
2013-06-14 Tom LaneStamp HEAD as 9.4devel.
2013-06-03 Stephen FrostAdditional spelling corrections
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Peter EisentrautTranslation updates
2013-04-29 Robert HaasAttempt to fix error recovery in COPY BOTH mode.
2013-04-26 Robert Haaslibpq: Fix a few bits that didn't get the memo about...
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2013-04-01 Peter EisentrautRevert "ecpg: Don't link compatlib with libpq"
2013-03-31 Peter EisentrautAdd pkg-config files for libpq and ecpg libraries
2013-03-31 Peter Eisentrautecpg: Don't link compatlib with libpq
2013-03-30 Peter Eisentrautecpg: Parallel make fix
2013-03-17 Tom LaneRe-include pqsignal() in libpq.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-04 Tom LaneFix overflow check in tm2timestamp (this time for sure).
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-26 Heikki LinnakangasRemove the check for COPY TO STDIN and COPY FROM STDOUT...
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-27 Michael MeskesMade ecpglib use translated messages.
2013-01-23 Robert Haaspg_isready
2013-01-21 Tom LaneFix one-byte buffer overrun in PQprintTuples().
2013-01-12 Andrew DunstanExtend and improve use of EXTRA_REGRESS_OPTS.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
next