index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
spi
/
moddatetime.c
Age
Commit message (
Expand
)
Author
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2016-11-08
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
Make SPI_fnumber() reject dropped columns.
Tom Lane
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2010-11-04
Allow moddatetime's target column to be of type timestamptz.
Tom Lane
2010-10-08
Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2009-01-07
Fix executor/spi.h to follow our usual conventions for include files, ie,
Tom Lane
2007-02-01
Wording cleanup for error messages. Also change can't -> cannot.
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
2003-08-04
pgindent run.
Bruce Momjian
2003-07-24
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-01-09
Call timestamp_in with proper arguments, per gripe from Mark Halliwell.
Tom Lane
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2000-11-20
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-06-09
Another round of updates for new fmgr, mostly in the datetime code.
Tom Lane
2000-05-29
Second round of fmgr changes: triggers are now invoked in new style,
Tom Lane
1999-05-25
pgindent run over code.
Bruce Momjian
1998-12-12
New moddatetime contrib from Terry Mackintosh.
Bruce Momjian