aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples
Commit message (Expand)AuthorAge
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix ancient error in large objects usage example: overwrite() subroutineTom Lane2006-03-02
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Improve testlibpq3.c's example of PQexecParams() usage to include sendingTom Lane2005-10-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-21
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-25
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Don't assume PQdb() will return a valid result from a failed connection.Tom Lane2004-10-01
* Minor cleanup of libpq/LO examples: fix some memory leaks, update a commentNeil Conway2004-09-22
* Update copyright to 2004.Bruce Momjian2004-08-29
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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