summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-7/+0
* Introduce timeout handling frameworkAlvaro Herrera2012-07-161-2/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-111-2/+3
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-281-4/+4
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-7/+2
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-2/+2
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-071-4/+2
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-031-2/+2
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-261-3/+11
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Add --help-config facility to dump information about GUC parametersTom Lane2003-07-041-2/+2
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-011-2/+7
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-3/+3
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-281-8/+9
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-251-12/+12
* New ps display code, works on more platforms.Peter Eisentraut2000-06-041-2/+2
* Simplify overly-clever Make rule, which evidently confuses at leastTom Lane2000-06-011-12/+11
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-4/+15
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-5/+1
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-2/+2
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-3/+3
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+5
* Hi,Bruce Momjian1998-04-061-5/+3
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-3/+6
* Add database.c for database initial access info and support.Thomas G. Lockhart1997-11-071-2/+2
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-4/+2
* Convenience routine for checking superuser status.Bryan Henderson1996-11-021-0/+37