summaryrefslogtreecommitdiff
path: root/contrib/spi/autoinc.c
Commit message (Expand)AuthorAgeFilesLines
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-1/+1
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-081-5/+8
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-081-1/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-2/+0
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-081-3/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-1/+1
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-071-4/+7
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-2/+1
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-0/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-8/+19
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-161-0/+5
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-0/+2
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-8/+8
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-111-4/+6
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-17/+15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-38/+38
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-061-8/+8
* General function for SERIAL/IDENTITY/AUTOINCREMENT feature.Vadim B. Mikheev1997-10-021-0/+100