aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/funcs_new.c
Commit message (Expand)AuthorAge
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* 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
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Update funcs tutorial for new function manager.Tom Lane2000-08-24