summaryrefslogtreecommitdiff
path: root/src/test/examples
AgeCommit message (Expand)Author
2018-07-01Fix libpq example programsPeter Eisentraut
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-02-26Document security implications of search_path and the public schema.Noah Misch
2018-02-23Synchronize doc/ copies of src/test/examples/.Noah Misch
2018-01-03Update copyright for 2018Bruce Momjian
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-04-24Fix up .gitignore and cleanup actions in some src/test/ subdirectories.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-09Fix lo_export usage in example programs.Tom Lane
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-06-18Capitalization fixesPeter Eisentraut
2011-03-12Use "backend process" rather than "backend server", where appropriate.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-31enable examples to compile on Windows. patch from Hiroshi Saito.Andrew Dunstan
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-02Fix ancient error in large objects usage example: overwrite() subroutineTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-20Improve testlibpq3.c's example of PQexecParams() usage to include sendingTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-01Don't assume PQdb() will return a valid result from a failed connection.Tom Lane
2004-09-22Minor cleanup of libpq/LO examples: fix some memory leaks, update a commentNeil Conway
2004-08-29Update copyright to 2004.Bruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-20Attaching -lpq to LDFLAGS doesn't work, because the generated commandTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-06-22Bring the libpq example programs into the 21st century.Tom Lane
2003-03-25Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian