summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-lobj.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-03-08Cast to (void *) rather than (int *) when passing int64's to PQfn().Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-09Fix lo_import and lo_export to return useful error messages more often.Tom Lane
2012-10-09Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters.Tom Lane
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-10-07Fix compiling errors on Windows platform. Fix wrong usage ofTatsuo Ishii
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-04-04Add a "row processor" API to libpq for better handling of large results.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-04-10Make parameters in implementation have same const:ness as the ones inMagnus Hagander
2008-03-19Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-03-03Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-07Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian
2006-06-14Further thoughts about lo_export/lo_import error handling: if one ofTom Lane
2006-06-14Improve error detection and recovery in lo_import()/lo_export().Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-02Remove unnecessary lo_lseek call in lo_open. Apparently there was onceTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-13Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-17Move io.h include higher in the file so it doesn't conflict withBruce Momjian
2004-03-05libpq's query to get the OIDs of large-object support functions was notTom Lane
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-06-14Make libpq thread-safe with configure --with-threads option.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian