index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tutorial
/
funcs_new.c
Age
Commit message (
Expand
)
Author
2019-11-22
Remove traces of version-0 calling convention in src/tutorial/
Michael Paquier
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-12
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
2015-05-24
Remove no-longer-required function declarations.
Tom Lane
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2007-02-27
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2006-09-27
Fix some misuses of strncat().
Tom Lane
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
Revert part of recent include patch not ready for application.
Bruce Momjian
2006-07-14
Add additional includes needed on some platforms.
Bruce Momjian
2006-05-30
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2004-04-01
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2000-11-20
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-08-24
Update funcs tutorial for new function manager.
Tom Lane