| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Make parameters in implementation have same const:ness as the ones in | Magnus Hagander | 2008-04-10 | 1 | -2/+2 |
| * | Add libpq new API lo_import_with_oid() which is similar to lo_import() | Tatsuo Ishii | 2008-03-19 | 1 | -3/+30 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -4/+4 |
| * | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 | 1 | -2/+58 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -10/+10 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 1 | -2/+2 |
| * | Further thoughts about lo_export/lo_import error handling: if one of | Tom Lane | 2006-06-14 | 1 | -28/+20 |
| * | Improve error detection and recovery in lo_import()/lo_export(). | Tom Lane | 2006-06-14 | 1 | -28/+55 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Remove unnecessary lo_lseek call in lo_open. Apparently there was once | Tom Lane | 2006-03-02 | 1 | -6/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -25/+24 |
| * | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 | 1 | -5/+55 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -4/+4 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Move io.h include higher in the file so it doesn't conflict with | Bruce Momjian | 2004-08-17 | 1 | -7/+15 |
| * | libpq's query to get the OIDs of large-object support functions was not | Tom Lane | 2004-03-05 | 1 | -11/+29 |
| * | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 | 1 | -3/+10 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -11/+11 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -5/+7 |
| * | Make libpq thread-safe with configure --with-threads option. | Bruce Momjian | 2003-06-14 | 1 | -3/+5 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -16/+16 |
| * | Fix bogus failure-return value from lo_create, per report from Gavin | Tom Lane | 2001-09-17 | 1 | -11/+20 |
| * | > Ok, where's a "system dependent hack" :) | Bruce Momjian | 2001-08-21 | 1 | -7/+1 |
| * | Remove some unneeded dashes from libpq comments. | Bruce Momjian | 2001-08-17 | 1 | -3/+2 |
| * | Fix residual breakage from Windows socket-errno patch: the routines | Tom Lane | 2001-08-03 | 1 | -1/+6 |
| * | NLS for libpq. Clean up the message formats and change the documentation | Peter Eisentraut | 2001-07-15 | 1 | -20/+21 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -13/+8 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Increase buffer size to improve performance of client-side lo_import. | Tom Lane | 2000-10-24 | 1 | -2/+2 |
| * | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 | 1 | -12/+4 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -11/+11 |
| * | Fixed psql double quoting of SQL ids | Peter Eisentraut | 2000-02-07 | 1 | -2/+2 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | In the spirit of TODO item | Bruce Momjian | 1999-11-11 | 1 | -6/+6 |
| * | Update frontend libpq to remove limits on query lengths, | Tom Lane | 1999-08-31 | 1 | -36/+41 |
| * | Enable WIN32 compilation of libpq. | Bruce Momjian | 1999-07-19 | 1 | -2/+3 |
| * | Win32 cleanup | Bruce Momjian | 1999-07-19 | 1 | -2/+2 |
| * | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian | 1999-07-19 | 1 | -9/+7 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -3/+3 |