]> granicus.if.org Git - postgresql/history - src/interfaces
Warn about initdb using mount-points
[postgresql] / src / interfaces /
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...
2012-12-04 Michael MeskesInclude isinf.o in libecpg if isinf() is not available...
2012-11-30 Magnus HaganderAdd libpq function PQconninfo()
2012-11-30 Tom LaneProduce a more useful error message for over-length...
2012-11-29 Michael MeskesWhen processing nested structure pointer variables...
2012-11-29 Tom LaneSuppress parallel build in interfaces/ecpg/preproc/.
2012-11-23 Michael MeskesApplied patch by Chen Huajun <chenhj@cn.fujitsu.com...
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-10-09 Tom LaneFix lo_import and lo_export to return useful error...
2012-10-09 Tom LaneFix lo_read, lo_write, lo_truncate to cope with "size_t...
2012-10-08 Tom LaneCode review for 64-bit-large-object patch.
2012-10-08 Tom LaneAutoconfiscate selection of 64-bit int type for 64...
2012-10-07 Andrew DunstanQuiet a few MSC compiler warnings.
2012-10-07 Tatsuo IshiiFix compiling errors on Windows platform. Fix wrong...
2012-10-06 Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-10-05 Michael MeskesFixed test for array boundary.
2012-09-18 Peter Eisentrautlibpq: Add missing directory to installdirs target
2012-09-09 Tom LaneUse .NOTPARALLEL in ecpg/Makefile to avoid a gmake...
2012-09-07 Tom LaneCentralize libpq's low-level code for dropping a connec...
2012-08-24 Peter Eisentrautlibpq: Fix memory leak in URI parser
2012-08-13 Heikki LinnakangasAdd runtime checks for number of query parameters passe...
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-10 Alvaro Herreraperltidy adjustments to new file
2012-07-06 Alvaro HerreraConvert libpq regress script to Perl
2012-07-06 Alvaro HerreraUpdate libpq test expected output
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-14 Tom LaneStamp library minor versions for 9.3.
2012-06-14 Tom LaneStamp HEAD as 9.3devel.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-08 Robert HaasWhen using libpq URI syntax, error out on invalid param...
2012-05-28 Peter Eisentrautlibpq: URI parsing fixes
2012-05-21 Peter Eisentrautlibpq: Add missing file to GETTEXT_FILES list
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-04-24 Robert HaasLots of doc corrections.
2012-04-11 Alvaro HerreraAccept postgres:// URIs in libpq connection functions
2012-04-07 Bruce MomjianStamp libraries versions for 9.2 (better late than...
2012-04-04 Tom LaneAdd a "row processor" API to libpq for better handling...
2012-03-31 Tom LaneRename frontend keyword arrays to avoid conflict with...
2012-03-22 Tom LaneRefactor to eliminate duplicate copies of conninfo...
2012-03-16 Peter Eisentrautlibpq: Fix minor memory leaks
2012-03-15 Peter EisentrautAdd const qualifier to tzn returned by timestamp2tm()
2012-03-14 Peter EisentrautImprove EncodeDateTime and EncodeTimeOnly APIs
2012-03-14 Peter EisentrautAdd missing va_end() calls
2012-03-08 Peter Eisentrautecpg: Fix off-by-one error in memory copying
2012-03-08 Peter Eisentrautecpg: Fix rare memory leaks
2012-03-07 Peter Eisentrautlibpq: Fix memory leak
2012-03-06 Peter Eisentrautlibpq: Small code clarification, and avoid casting...
2012-03-02 Peter Eisentrautecpg: Clean up some const usage
2012-02-23 Tom LaneRemove arbitrary limitation on length of common name...
2012-02-19 Michael MeskesIn ecpglib rewrote code that used strtok_r to not use...
2012-02-18 Michael Meskesgcc on Windows does not know about strtok_s.
2012-02-18 Michael MeskesWindows doesn't have strtok_r, so let's use strtok_s...
2012-02-18 Michael MeskesMake sure all connection paramters are used in call...
2012-02-13 Michael MeskesDo not use the variable name when defining a varchar...
2012-02-06 Michael MeskesAllow the connection keyword array to carry all seven...
2012-02-06 Alvaro Herrerafe-misc.c depends on pg_config_paths.h
2012-02-04 Michael MeskesApplied Peter's patch to PQconnectdbParams in ecpglib...
2012-02-02 Peter Eisentrautecpg: Improve test building
2012-02-01 Magnus HaganderProperly free the sslcompression field in PGconn
2012-01-30 Peter EisentrautUse abort() instead of exit() to abort library functions
2012-01-05 Michael MeskesEcpglib stores variables that are used in DECLARE state...
2012-01-04 Michael MeskesMade code in ecpg better readable.
2012-01-02 Peter Eisentrautpg_regress: Replace exit_nicely() with exit() plus...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-22 Robert HaasDon't forget to de-escape the password field in .pgpass.
2011-12-18 Michael MeskesMark variables as const in pgtypeslib if they only...
2011-12-18 Michael MeskesAdded test for cursor handling on different connections...
2011-12-18 Michael MeskesIn ecpg removed old leftover check for given connection...
2011-12-10 Andrew DunstanMiscellaneous cleanup to silence compiler warnings...
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-12-04 Michael MeskesApplied another patch by Zoltan to fix memory alignemen...
2011-12-03 Magnus HaganderTreat ENOTDIR as ENOENT when looking for client certifi...
2011-11-28 Magnus HaganderAdd libpq connection option to disable SSL compression
2011-11-17 Michael MeskesApplied Zoltan's patch to correctly align interval...
2011-11-13 Michael MeskesApplied patch by Zoltan to fix copy&paste bug in ecpg...
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-10-28 Tom LaneDe-parallelize ecpg build some more.
2011-10-19 Tom LaneSuppress remaining -Waddress warnings from recent gcc...
2011-09-25 Tom LaneFully const-ify PQconnectdbParams, PQconnectStartParams...
2011-09-14 Heikki LinnakangasTeach the makefile used to build stand-alone libpq...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-11 Peter EisentrautFix additional format warning
2011-09-10 Peter EisentrautAdd missing format attributes
2011-09-08 Peter EisentrautAdd missing format argument to ecpg_log() call
2011-09-07 Bruce MomjianAllow bcc32 and win32 batch files to compile libpq.
2011-09-02 Michael MeskesFix brace indentation of commit 63d06ef59156719efd0208c...
2011-09-01 Heikki LinnakangasRemove spurious comma. Spotted by Tom.
next