index
:
users/simon/postgres.git
dev_hot_standby
hot_standby
master
recoveryinfra
Simon's dev repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
spi
/
autoinc.c
Age
Commit message (
Expand
)
Author
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-07
Fix executor/spi.h to follow our usual conventions for include files, ie,
Tom Lane
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
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
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
2001-08-16
Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type
Tom Lane
2000-11-20
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-07-05
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-06-11
Update sequence-related functions to new fmgr style. Remove downcasing,
Tom Lane
2000-05-29
Second round of fmgr changes: triggers are now invoked in new style,
Tom Lane
1998-02-26
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-01-06
Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...
Bruce Momjian
1997-10-02
General function for SERIAL/IDENTITY/AUTOINCREMENT feature.
Vadim B. Mikheev