aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix up .gitignore and cleanup actions in some src/test/ subdirectories.Tom Lane2015-04-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix lo_export usage in example programs.Tom Lane2012-10-08
* Code review for 64-bit-large-object patch.Tom Lane2012-10-08
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Capitalization fixesPeter Eisentraut2011-06-19
* Use "backend process" rather than "backend server", where appropriate.Bruce Momjian2011-03-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* enable examples to compile on Windows. patch from Hiroshi Saito.Andrew Dunstan2009-12-31
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* 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