| Commit message (Expand) | Author | Age | Files | Lines |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | 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 | -9/+9 |
| * | IPv6 cleanups. | Bruce Momjian | 2003-06-12 | 1 | -2/+3 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 1 | -3/+13 |
| * | Where available, use utime() or utimes() to update the file mod time | Tom Lane | 2003-01-25 | 1 | -1/+2 |
| * | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 | 1 | -1/+2 |
| * | Back out V6 code, caused postmaster startup failure. | Bruce Momjian | 2002-12-06 | 1 | -2/+1 |
| * | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 | 1 | -1/+2 |
| * | Guard against send-lots-and-lots-of-data DoS attack from unauthenticated | Tom Lane | 2002-09-04 | 1 | -2/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 | 1 | -19/+1 |
| * | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane | 2001-12-04 | 1 | -1/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | Add a check for end of client connection before expecting a password | Peter Eisentraut | 2001-08-07 | 1 | -1/+2 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -3/+3 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 | 1 | -2/+1 |
| * | Rename PortName to PortNumber. | Bruce Momjian | 2000-11-14 | 1 | -2/+2 |
| * | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 | 1 | -2/+3 |
| * | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 | 1 | -183/+9 |
| * | PGPORT envar was erroneously ignored by the backend | Peter Eisentraut | 2000-06-06 | 1 | -2/+1 |
| * | New ps display code, works on more platforms. | Peter Eisentraut | 2000-06-04 | 1 | -2/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+2 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 | 1 | -7/+7 |
| * | Commit the bulk of Mike Ansley's long-query changes in the | Tom Lane | 1999-08-31 | 1 | -2/+3 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
| * | Allow port numbers 32k - 64k. | Bruce Momjian | 1999-07-07 | 1 | -2/+2 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -10/+10 |
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 1 | -60/+12 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -8/+8 |
| * | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 | 1 | -4/+4 |
| * | Fix a couple little problems with signed vs. unsigned | Tom Lane | 1999-01-24 | 1 | -4/+4 |
| * | Add explicit buffering in backend libpq, to compensate for | Tom Lane | 1999-01-23 | 1 | -4/+19 |
| * | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-12 | 1 | -1/+2 |
| * | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-11 | 1 | -1/+3 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -16/+12 |
| * | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 | 1 | -2/+2 |
| * | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 | 1 | -2/+2 |
| * | Inline function, rename libpq variablees, change lrel to lockrel. | Bruce Momjian | 1998-07-13 | 1 | -3/+3 |
| * | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 | 1 | -9/+3 |
| * | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 | 1 | -1/+6 |
| * | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 | 1 | -4/+4 |
| * | Allow cancel from client of backend query. Change some int variables | Bruce Momjian | 1998-05-19 | 1 | -2/+2 |
| * | Last minute clean up for SunOS... | Marc G. Fournier | 1998-03-02 | 1 | -1/+2 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -4/+7 |