aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples
Commit message (Expand)AuthorAge
* Attaching -lpq to LDFLAGS doesn't work, because the generated commandTom Lane2003-09-20
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Bring the libpq example programs into the 21st century.Tom Lane2003-06-22
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-25
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Add some modicum of error detection...Tom Lane2000-10-24
* Remove testlo2.c --- there seems to be no difference between this andTom Lane2000-10-24
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17
* Fix libpq example return valuesBruce Momjian2000-04-25
* Add:Bruce Momjian2000-01-26
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* pgindent run over code.Bruce Momjian1999-05-25
* overwriting a large object now worksTatsuo Ishii1999-05-20
* 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
* Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane1999-02-07
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* 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
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Massive examples fix from Nicola BernardelliBruce Momjian1997-09-25
* 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
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Fixes from Jody WinstonBruce Momjian1997-07-10
* This commit represents a clean compile with the new templates underMarc G. Fournier1997-04-04
* Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson1996-11-13
* End of the make file simplifications.Bryan Henderson1996-11-12
* Rename CDEBUG to COPTBruce Momjian1996-11-04
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09