]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/fe-lobj.c
Allow "dbname" from connection string to be overridden in PQconnectDBParams
[postgresql] / src / interfaces / libpq / fe-lobj.c
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
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 Tatsuo IshiiFix compiling errors on Windows platform. Fix wrong...
2012-10-06 Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-04-04 Tom LaneAdd a "row processor" API to libpq for better handling...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-10 Magnus HaganderMake parameters in implementation have same const:ness...
2008-03-19 Tatsuo IshiiAdd libpq new API lo_import_with_oid() which is similar...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-03-03 Bruce MomjianAdd lo_truncate() to backend and libpq for large object...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-07 Bruce MomjianSpecify lo_write() to take a _const_ buffer, to match...
2006-06-14 Tom LaneFurther thoughts about lo_export/lo_import error handli...
2006-06-14 Tom LaneImprove error detection and recovery in lo_import(...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-02 Tom LaneRemove unnecessary lo_lseek call in lo_open. Apparentl...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Bruce MomjianMove io.h include higher in the file so it doesn't...
2004-03-05 Tom Lanelibpq's query to get the OIDs of large-object support...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-17 Tom LaneFix bogus failure-return value from lo_create, per...
2001-08-21 Bruce Momjian> Ok, where's a "system dependent hack" :)
2001-08-17 Bruce MomjianRemove some unneeded dashes from libpq comments.
2001-08-03 Tom LaneFix residual breakage from Windows socket-errno patch...
2001-07-15 Peter EisentrautNLS for libpq. Clean up the message formats and change...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-10-24 Tom LaneIncrease buffer size to improve performance of client...
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-01-26 Bruce MomjianAdd:
1999-11-11 Bruce MomjianIn the spirit of TODO item
1999-08-31 Tom LaneUpdate frontend libpq to remove limits on query lengths,
1999-07-19 Bruce MomjianEnable WIN32 compilation of libpq.
1999-07-19 Bruce MomjianWin32 cleanup
1999-07-19 Bruce MomjianRe-add getopt.h check, remove NT-specific tests for it.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-10-01 Tom LaneUpdate libpq to store an error message in PGresult...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-17 Marc G. FournierDate: Sun, 16 Aug 1998 14:56:48 -0400
1998-07-03 Bruce MomjianHello!
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-12 Bruce MomjianCleanups for large objects, so file is trucated on...
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-05-06 Thomas G. LockhartChange LOread() and LOwrite() to loread() and lowrite...
1996-12-28 Bruce MomjianHere's the final set of patches to 6.0 (sup'd on 27...
1996-11-16 Bruce MomjianAdded include file needed by memset().
1996-11-11 Marc G. FournierAs proposed,
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-10-31 Bruce MomjianChanged include path.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01