aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/Makefile
Commit message (Expand)AuthorAge
* Add backend support for injection pointsMichael Paquier2024-01-22
* Remove distprepPeter Eisentraut2023-11-06
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-21
* Move code related to configuration files in directories to new fileMichael Paquier2022-11-07
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Build all Flex files standaloneJohn Naylor2022-09-04
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-07
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Expose control file data via SQL accessible functions.Joe Conway2016-03-05
* Add new system view, pg_configJoe Conway2016-02-17
* Separate block sampling functionsSimon Riggs2015-05-15
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas2014-12-22
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-11
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-28
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-25
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-07
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-03
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-26
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Add --help-config facility to dump information about GUC parametersTom Lane2003-07-04
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-28
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-25
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
* Simplify overly-clever Make rule, which evidently confuses at leastTom Lane2000-06-01
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Hi,Bruce Momjian1998-04-06
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Add database.c for database initial access info and support.Thomas G. Lockhart1997-11-07
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06