index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
spi
/
autoinc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
1
-1
/
+1
*
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
1
-5
/
+8
*
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-08
1
-1
/
+1
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
1
-2
/
+0
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
1
-0
/
+1
*
Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.
Tom Lane
2010-10-08
1
-3
/
+3
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-1
/
+1
*
Fix executor/spi.h to follow our usual conventions for include files, ie,
Tom Lane
2009-01-07
1
-4
/
+7
*
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-17
1
-0
/
+3
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
1
-2
/
+1
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
1
-2
/
+2
*
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-05-30
1
-0
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-24
1
-8
/
+19
*
Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type
Tom Lane
2001-08-16
1
-0
/
+5
*
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-11-20
1
-0
/
+2
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
1
-8
/
+8
*
Update sequence-related functions to new fmgr style. Remove downcasing,
Tom Lane
2000-06-11
1
-4
/
+6
*
Second round of fmgr changes: triggers are now invoked in new style,
Tom Lane
2000-05-29
1
-17
/
+15
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
1
-38
/
+38
*
Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...
Bruce Momjian
1998-01-06
1
-8
/
+8
*
General function for SERIAL/IDENTITY/AUTOINCREMENT feature.
Vadim B. Mikheev
1997-10-02
1
-0
/
+100