summaryrefslogtreecommitdiff
path: root/src/tutorial
AgeCommit message (Expand)Author
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-09-27Fix some misuses of strncat().Tom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-14Revert part of recent include patch not ready for application.Bruce Momjian
2006-07-14Add additional includes needed on some platforms.Bruce Momjian
2006-06-05Remove extremely old, incomplete, broken example code.Tom Lane
2006-05-31Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-22Change \; to ; in RULE, \; unnecessary.Bruce Momjian
2006-05-11Use SQL standard '' rather than \' for tutorial/sample code.Bruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-01This patch makes the error message strings throughout the backendNeil Conway
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-08-15Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane
2005-01-13Adjust src/tutorial Makefile so that it can use pgxs. This allows theTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-31Small fix to Christopher's recent improvements --- underscore is notTom Lane
2003-10-26Fix two bugs in funcs.source that made the tutorial script fail.Bruce Momjian
2003-10-21Update the complex-datatype example to V1 function calling conventions,Tom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27elog mop-up.Tom Lane
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-07-30Ensure that src/tutorial gets cleaned by top-level make clean.Tom Lane
2002-07-30Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finallyTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-11Update obsolete syntax in example of inheritance.Tom Lane
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-26Remove no-longer-needed dependencies on DLSUFFIX.Tom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-03DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane
2001-09-02New blood and fresh air for tutorialPeter Eisentraut
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-09Fix Cygwin build, per Jason Tishler.Tom Lane
2001-06-13Update some obsolete examples.Tom Lane