summaryrefslogtreecommitdiff
path: root/src/backend/regex/Makefile
AgeCommit message (Expand)Author
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2013-04-09Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane
2012-07-10Re-implement extraction of fixed prefixes from regular expressions.Tom Lane
2011-04-10Teach regular expression operators to honor collations.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-02-05Replace regular expression package with Henry Spencer's latest versionTom Lane
2002-09-16Remove retest Makefile entry because it does not compile.Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2001-10-04Add dependency for regexec.cTatsuo Ishii
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-05-21add retest, a regex testing programTatsuo Ishii
1998-07-26From: [email protected]Marc G. Fournier
1998-07-24I really hope that I haven't missed anything in this one...Marc G. Fournier
1998-04-06Hi,Bruce Momjian
1998-03-15From: [email protected]Marc G. Fournier
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-10-27Simplify make files, add full dependencies.Bryan Henderson