summaryrefslogtreecommitdiff
path: root/src/tutorial
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some misuses of strncat().Tom Lane2006-09-272-10/+12
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-141-1/+2
* Add additional includes needed on some platforms.Bruce Momjian2006-07-141-2/+1
* Remove extremely old, incomplete, broken example code.Tom Lane2006-06-051-78/+0
* Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane2006-05-311-1/+3
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-302-1/+5
* Change \; to ; in RULE, \; unnecessary.Bruce Momjian2006-05-221-2/+2
* Use SQL standard '' rather than \' for tutorial/sample code.Bruce Momjian2006-05-111-3/+3
* 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