summaryrefslogtreecommitdiff
path: root/src/tutorial
Commit message (Expand)AuthorAgeFilesLines
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-112-0/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-053-6/+6
* This patch makes the error message strings throughout the backendNeil Conway2006-03-011-6/+6
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-23/+23
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-1/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-152-4/+3
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-151-14/+13
* Adjust src/tutorial Makefile so that it can use pgxs. This allows theTom Lane2005-01-131-17/+17
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-313-6/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-291-29/+29
* Update copyright to 2004.Bruce Momjian2004-08-293-6/+6
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-012-3/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-294-4/+4
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-293-3/+3
* Small fix to Christopher's recent improvements --- underscore is notTom Lane2003-10-311-10/+10
* Fix two bugs in funcs.source that made the tutorial script fail.Bruce Momjian2003-10-262-52/+90
* Update the complex-datatype example to V1 function calling conventions,Tom Lane2003-10-212-99/+181
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-042-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-1/+1
* elog mop-up.Tom Lane2003-07-271-4/+4
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-4/+4
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-051-2/+2
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-222-15/+6
* Ensure that src/tutorial gets cleaned by top-level make clean.Tom Lane2002-07-301-2/+2
* Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finallyTom Lane2002-07-301-119/+24
* Update copyright to 2002.Bruce Momjian2002-06-202-4/+4
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-2/+4
* Update obsolete syntax in example of inheritance.Tom Lane2002-04-111-11/+11
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-5/+6
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-052-3/+3
* Remove no-longer-needed dependencies on DLSUFFIX.Tom Lane2001-10-264-40/+24
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-252-3/+2
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-031-2/+2
* New blood and fresh air for tutorialPeter Eisentraut2001-09-022-153/+102
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-212-75/+62
* Fix Cygwin build, per Jason Tishler.Tom Lane2001-08-091-1/+2
* Update some obsolete examples.Tom Lane2001-06-131-10/+7
* pgindent run. Make it all clean.Bruce Momjian2001-03-223-94/+104
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-102-4/+0
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-0/+12
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+2
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-3/+4
* Update funcs tutorial for new function manager.Tom Lane2000-08-242-38/+183
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-4/+4
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-7/+20
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-2/+2
* Fix some bogosity in the tutorial examples.Tom Lane2000-03-283-31/+23