aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial
Commit message (Expand)AuthorAge
* Modernize string literal syntax in tutorial example.Tom Lane2013-01-19
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* 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
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Remove copyright mention of Andrew Yu, per author's permission.Bruce Momjian2010-02-02
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 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
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* More README src cleanups.Bruce Momjian2008-03-21
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Fix some misuses of strncat().Tom Lane2006-09-27
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Remove extremely old, incomplete, broken example code.Tom Lane2006-06-05
* Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane2006-05-31
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Change \; to ; in RULE, \; unnecessary.Bruce Momjian2006-05-22
* Use SQL standard '' rather than \' for tutorial/sample code.Bruce Momjian2006-05-11
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-27
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-15
* Adjust src/tutorial Makefile so that it can use pgxs. This allows theTom Lane2005-01-13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Small fix to Christopher's recent improvements --- underscore is notTom Lane2003-10-31
* Fix two bugs in funcs.source that made the tutorial script fail.Bruce Momjian2003-10-26
* Update the complex-datatype example to V1 function calling conventions,Tom Lane2003-10-21
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* elog mop-up.Tom Lane2003-07-27