summaryrefslogtreecommitdiff
path: root/src/tutorial/funcs_new.c
AgeCommit message (Expand)Author
2019-11-22Remove traces of version-0 calling convention in src/tutorial/Michael Paquier
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-12Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch
2015-05-24Remove no-longer-required function declarations.Tom Lane
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom 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-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-08-24Update funcs tutorial for new function manager.Tom Lane