| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | enable examples to compile on Windows. patch from Hiroshi Saito. | Andrew Dunstan | 2009-12-31 | 3 | -2/+17 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 4 | -5/+5 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 4 | -0/+12 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -7/+7 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Fix ancient error in large objects usage example: overwrite() subroutine | Tom Lane | 2006-03-02 | 1 | -4/+4 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -9/+9 |
| * | Improve testlibpq3.c's example of PQexecParams() usage to include sending | Tom Lane | 2005-10-20 | 1 | -47/+107 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 4 | -42/+35 |
| * | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 | 3 | -6/+6 |
| * | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian | 2005-03-25 | 1 | -1/+1 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Don't assume PQdb() will return a valid result from a failed connection. | Tom Lane | 2004-10-01 | 5 | -13/+13 |
| * | Minor cleanup of libpq/LO examples: fix some memory leaks, update a comment | Neil Conway | 2004-09-22 | 3 | -9/+11 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Attaching -lpq to LDFLAGS doesn't work, because the generated command | Tom Lane | 2003-09-20 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 3 | -23/+24 |
| * | Bring the libpq example programs into the 21st century. | Tom Lane | 2003-06-22 | 7 | -244/+218 |
| * | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian | 2003-03-25 | 1 | -1/+1 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -1/+0 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -3/+1 |
| * | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut | 2001-02-20 | 1 | -1/+1 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Add some modicum of error detection... | Tom Lane | 2000-10-24 | 1 | -12/+22 |
| * | Remove testlo2.c --- there seems to be no difference between this and | Tom Lane | 2000-10-24 | 2 | -246/+1 |
| * | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 1 | -6/+2 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+5 |
| * | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut | 2000-06-17 | 1 | -7/+0 |
| * | Fix libpq example return values | Bruce Momjian | 2000-04-25 | 3 | -5/+5 |
| * | Add: | Bruce Momjian | 2000-01-26 | 2 | -4/+6 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+0 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 2 | -14/+2 |
| * | overwriting a large object now works | Tatsuo Ishii | 1999-05-20 | 2 | -6/+5 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 2 | -16/+10 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 2 | -4/+4 |
| * | Add PQresStatus() function to avoid direct access to pgresStatus[] array, | Tom Lane | 1999-02-07 | 1 | -1/+1 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+3 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 4 | -22/+2 |
| * | Cleanups for large objects, so file is trucated on open, fix for | Bruce Momjian | 1998-05-12 | 2 | -4/+4 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 3 | -18/+22 |
| * | Massive examples fix from Nicola Bernardelli | Bruce Momjian | 1997-09-25 | 7 | -58/+76 |