summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-211-1/+0
* Move code related to configuration files in directories to new fileMichael Paquier2022-11-071-0/+1
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-0/+2
* Build all Flex files standaloneJohn Naylor2022-09-041-4/+1
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-071-0/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-3/+13
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-011-3/+3
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-2/+2
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-051-2/+3
* Expose control file data via SQL accessible functions.Joe Conway2016-03-051-1/+1
* Add new system view, pg_configJoe Conway2016-02-171-2/+2
* Separate block sampling functionsSimon Riggs2015-05-151-1/+1
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-281-1/+1
* Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas2014-12-221-1/+1
* 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