aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial
Commit message (Expand)AuthorAge
* 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
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-05
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Ensure that src/tutorial gets cleaned by top-level make clean.Tom Lane2002-07-30
* Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finallyTom Lane2002-07-30
* Update copyright to 2002.Bruce Momjian2002-06-20
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Update obsolete syntax in example of inheritance.Tom Lane2002-04-11
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Remove no-longer-needed dependencies on DLSUFFIX.Tom Lane2001-10-26
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-03
* New blood and fresh air for tutorialPeter Eisentraut2001-09-02
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Fix Cygwin build, per Jason Tishler.Tom Lane2001-08-09
* Update some obsolete examples.Tom Lane2001-06-13
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* 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
* Update funcs tutorial for new function manager.Tom Lane2000-08-24
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Fix some bogosity in the tutorial examples.Tom Lane2000-03-28