summaryrefslogtreecommitdiff
path: root/contrib/spi/autoinc.c
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2016-11-08Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane
2016-11-08Make SPI_fnumber() reject dropped columns.Tom Lane
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2010-10-08Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
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
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
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom 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-06-11Update sequence-related functions to new fmgr style. Remove downcasing,Tom 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-02General function for SERIAL/IDENTITY/AUTOINCREMENT feature.Vadim B. Mikheev