summaryrefslogtreecommitdiff
path: root/contrib/spi/insert_username.c
AgeCommit message (Expand)Author
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.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
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2002-09-05Fix bit-rotted reference to GetUserName() ...Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-12-04Seems to have been missed in GetPgUserName updates.Tom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-06Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian
1997-10-17Trigger function for inserting user names.Vadim B. Mikheev