summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-lobj.c
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs after spaces in C commentsBruce Momjian2014-05-061-1/+1
* Fix lo_import and lo_export to return useful error messages more often.Tom Lane2012-10-081-9/+24
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Make parameters in implementation have same const:ness as the ones inMagnus Hagander2008-04-101-2/+2
* Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii2008-03-191-3/+30
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-4/+4
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-031-2/+58
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-10/+10
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-071-2/+2
* Further thoughts about lo_export/lo_import error handling: if one ofTom Lane2006-06-141-28/+20
* Improve error detection and recovery in lo_import()/lo_export().Tom Lane2006-06-141-28/+55
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Remove unnecessary lo_lseek call in lo_open. Apparently there was onceTom Lane2006-03-021-6/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-25/+24
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-131-5/+55
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Move io.h include higher in the file so it doesn't conflict withBruce Momjian2004-08-171-7/+15
* libpq's query to get the OIDs of large-object support functions was notTom Lane2004-03-051-11/+29
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-3/+10
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-11/+11
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+7
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-141-3/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-16/+16
* Fix bogus failure-return value from lo_create, per report from GavinTom Lane2001-09-171-11/+20
* > Ok, where's a "system dependent hack" :)Bruce Momjian2001-08-211-7/+1
* Remove some unneeded dashes from libpq comments.Bruce Momjian2001-08-171-3/+2
* Fix residual breakage from Windows socket-errno patch: the routinesTom Lane2001-08-031-1/+6
* NLS for libpq. Clean up the message formats and change the documentationPeter Eisentraut2001-07-151-20/+21
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-13/+8
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Increase buffer size to improve performance of client-side lo_import.Tom Lane2000-10-241-2/+2
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-12/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-11/+11
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* In the spirit of TODO itemBruce Momjian1999-11-111-6/+6
* Update frontend libpq to remove limits on query lengths,Tom Lane1999-08-311-36/+41
* Enable WIN32 compilation of libpq.Bruce Momjian1999-07-191-2/+3
* Win32 cleanupBruce Momjian1999-07-191-2/+2
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-191-9/+7
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1