aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-lobj.c
Commit message (Expand)AuthorAge
* Further thoughts about lo_export/lo_import error handling: if one ofTom Lane2006-06-14
* Improve error detection and recovery in lo_import()/lo_export().Tom Lane2006-06-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Remove unnecessary lo_lseek call in lo_open. Apparently there was onceTom Lane2006-03-02
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Move io.h include higher in the file so it doesn't conflict withBruce Momjian2004-08-17
* libpq's query to get the OIDs of large-object support functions was notTom Lane2004-03-05
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-14
* Update copyright to 2002.Bruce Momjian2002-06-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix bogus failure-return value from lo_create, per report from GavinTom Lane2001-09-17
* > Ok, where's a "system dependent hack" :)Bruce Momjian2001-08-21
* Remove some unneeded dashes from libpq comments.Bruce Momjian2001-08-17
* Fix residual breakage from Windows socket-errno patch: the routinesTom Lane2001-08-03
* NLS for libpq. Clean up the message formats and change the documentationPeter Eisentraut2001-07-15
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Increase buffer size to improve performance of client-side lo_import.Tom Lane2000-10-24
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-07
* Add:Bruce Momjian2000-01-26
* In the spirit of TODO itemBruce Momjian1999-11-11
* Update frontend libpq to remove limits on query lengths,Tom Lane1999-08-31
* Enable WIN32 compilation of libpq.Bruce Momjian1999-07-19
* Win32 cleanupBruce Momjian1999-07-19
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Update libpq to store an error message in PGresult, per pgsq-interfaces discu...Tom Lane1998-10-01
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier1998-08-17
* Hello!Bruce Momjian1998-07-03
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Cleanups for large objects, so file is trucated on open, fix forBruce Momjian1998-05-12
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08