]> granicus.if.org Git - postgresql/history - src/backend/regex/regerror.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / regex / regerror.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-18 Tom LaneMake various variables const (read-only).
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2011-08-26 Bruce MomjianAdd markers for skips.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2008-02-14 Tom LaneSync our regex code with upstream changes since last...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-02-05 Tom LaneReplace regular expression package with Henry Spencer...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-03-19 Tom LaneMake regular-expression error messages a tad less obscure,
2001-02-13 Tom LaneClean up portability problems in regexp package: change...
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-03-15 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1996-12-15 Bryan HendersonRemove __P macro usage so it compiles without cdefs.h.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-09-20 Marc G. FournierVarious patches from Bryan that *should* clean up the...
1996-08-28 Marc G. FournierMoved the include files to src/include/regex
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01