summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/Makefile
AgeCommit message (Expand)Author
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
2024-01-22Add backend support for injection pointsMichael Paquier
2023-11-06Remove distprepPeter Eisentraut
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2022-11-07Move code related to configuration files in directories to new fileMichael Paquier
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-04Build all Flex files standaloneJohn Naylor
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-03-05Expose control file data via SQL accessible functions.Joe Conway
2016-02-17Add new system view, pg_configJoe Conway
2015-05-15Separate block sampling functionsSimon Riggs
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2014-12-22Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-07-17Introduce timeout handling frameworkAlvaro Herrera
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-11Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2006-07-25Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2005-10-03Separate out the VacRUsage stuff as an independent module, in preparationTom Lane
2005-02-26Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-07-04Add --help-config facility to dump information about GUC parametersTom Lane
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-08-28New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut
2000-08-25Make the location of the Kerberos server key file run time configurablePeter Eisentraut
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-06-01Simplify overly-clever Make rule, which evidently confuses at leastTom Lane
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter 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
1998-08-25From: Massimo Dal Zotto <[email protected]>Marc G. Fournier
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
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
1997-11-07Add database.c for database initial access info and support.Thomas G. Lockhart