| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -52/+54 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Add PQresStatus() function to avoid direct access to pgresStatus[] array, | Tom Lane | 1999-02-07 | 1 | -7/+9 |
| * | Reverse out const to libpq interface from D'Arcy. | Bruce Momjian | 1999-02-05 | 1 | -10/+10 |
| * | Const fixes from D'Arcy. | Bruce Momjian | 1999-02-04 | 1 | -10/+10 |
| * | If we're going to offer a default definition of PQmblen, | Tom Lane | 1998-10-06 | 1 | -3/+2 |
| * | Update libpq to store an error message in PGresult, per pgsq-interfaces discu... | Tom Lane | 1998-10-01 | 1 | -26/+33 |
| * | Fixes for VC and libpq. | Bruce Momjian | 1998-09-18 | 1 | -2/+2 |
| * | libpgtcl cleanups for Tom Lane. | Bruce Momjian | 1998-09-04 | 1 | -2/+1 |
| * | Attached is a patch to remove the definitions of libpq's internal | Bruce Momjian | 1998-09-03 | 1 | -214/+64 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -56/+68 |
| * | Hello! | Bruce Momjian | 1998-08-29 | 1 | -1/+7 |
| * | Date: Sun, 16 Aug 1998 14:56:48 -0400 | Marc G. Fournier | 1998-08-17 | 1 | -81/+63 |
| * | The attached patch implements some changes that were discussed a | Bruce Momjian | 1998-08-09 | 1 | -1/+14 |
| * | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 | 1 | -2/+2 |
| * | More updates for typmod int32 change. From Tom Lane. | Bruce Momjian | 1998-07-14 | 1 | -3/+3 |
| * | Inline function, rename libpq variablees, change lrel to lockrel. | Bruce Momjian | 1998-07-13 | 1 | -3/+3 |
| * | Rename libpq to use more normal field names. | Bruce Momjian | 1998-07-13 | 1 | -2/+2 |
| * | Fix libpq because it was reading from the backend as a short. | Bruce Momjian | 1998-07-13 | 1 | -2/+2 |
| * | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 | 1 | -2/+6 |
| * | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 | 1 | -1/+5 |
| * | What I've done: | Bruce Momjian | 1998-05-06 | 1 | -120/+190 |
| * | In libpq-fe.h: #if defined(sun) && defined(sparc) && !defined(__svr4) | Bruce Momjian | 1998-03-20 | 1 | -2/+2 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -6/+6 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-02-24 | 1 | -2/+2 |
| * | From: Phil Thompson <phil@river-bank.demon.co.uk> | Marc G. Fournier | 1998-01-26 | 1 | -3/+5 |
| * | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier | 1997-12-04 | 1 | -3/+4 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -69/+69 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -161/+154 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -230/+273 |
| * | Number of tuples inserted/affected by INSERT/UPDATE/DELETE... | Vadim B. Mikheev | 1997-08-27 | 1 | -1/+2 |
| * | From: Edmund Mergl <E.Mergl@bawue.de> | Marc G. Fournier | 1997-05-09 | 1 | -1/+4 |
| * | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 | 1 | -1/+3 |
| * | Fix mismatching prototype (const int vs int) | Bryan Henderson | 1997-01-06 | 1 | -2/+2 |
| * | Remove use of "bool", which user program may not have defined. | Bryan Henderson | 1996-12-26 | 1 | -7/+13 |
| * | Fix bug: libpq clients (which include libpq-fe.h) won't compile. | Bryan Henderson | 1996-12-10 | 1 | -4/+4 |
| * | Change portname "sparc" to "sunos4" and change some portname dependencies to | Bryan Henderson | 1996-12-04 | 1 | -3/+3 |
| * | Include stdio.h to fix Craig Anderson's compile problem. | Bryan Henderson | 1996-11-22 | 1 | -1/+2 |
| * | As proposed, | Marc G. Fournier | 1996-11-11 | 1 | -1/+13 |
| * | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | 1 | -2/+2 |
| * | Added in PQconnectdb() function | Marc G. Fournier | 1996-11-09 | 1 | -1/+25 |
| * | Removed PORTNAME_. Use OS version only. | Bruce Momjian | 1996-11-04 | 1 | -3/+3 |
| * | Add PGUSER environment variable for client to specify Postgres username. | Bryan Henderson | 1996-10-10 | 1 | -1/+2 |
| * | Fixes: | Marc G. Fournier | 1996-08-13 | 1 | -1/+5 |
| * | Fixes for: | Marc G. Fournier | 1996-08-06 | 1 | -12/+12 |
| * | Row count patch from Bruce | Marc G. Fournier | 1996-07-31 | 1 | -3/+3 |
| * | and now, the long awaited PAGER patches from Bruce... | Marc G. Fournier | 1996-07-27 | 1 | -1/+2 |
| * | Alot of "changes" from Dr. George's source tree... | Marc G. Fournier | 1996-07-23 | 1 | -12/+21 |
| * | libpq and psql.c have been modified to do various things they didn't do | Marc G. Fournier | 1996-07-18 | 1 | -8/+16 |
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+251 |