summaryrefslogtreecommitdiff
path: root/src/tutorial/funcs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-2/+2
* Remove traces of version-0 calling convention in src/tutorial/Michael Paquier2019-11-221-46/+61
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-211-3/+3
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-3/+3
* Fix some misuses of strncat().Tom Lane2006-09-271-5/+6
* Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane2006-05-311-1/+3
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-1/+1
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-1/+0
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-39/+42
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+0
* Update funcs tutorial for new function manager.Tom Lane2000-08-241-38/+67
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+0
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-1/+0
* pgindent run over code.Bruce Momjian1999-05-251-6/+6
* Fixup for src/tutorial/func.c and src/tutorial/func.sourceBruce Momjian1999-03-141-12/+13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-4/+4
* Move around files before applying Darren's second patchMarc G. Fournier1998-03-011-0/+81