aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/Makefile
Commit message (Expand)AuthorAge
* Update copyright for 2023Bruce Momjian2023-01-02
* Clean up temp file from refactored dtrace rulePeter Eisentraut2022-07-19
* Refactor dtrace postprocessing make rulesAndres Freund2022-07-18
* Add output file argument to generate-errcodes.plAndres Freund2022-07-18
* Correct Makefile dependencies for catalog scriptsJohn Naylor2022-02-14
* Update copyright for 2022Bruce Momjian2022-01-07
* Tweak generation of Gen_dummy_probes.plAndrew Dunstan2021-05-11
* Add a README and Makefile recipe for Gen_dummy_probes.plAndrew Dunstan2021-05-07
* Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund2021-04-02
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Use Getopt::Long for catalog scriptsAlvaro Herrera2019-02-12
* Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane2019-01-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Suppress compiler warnings when building with --enable-dtrace.Tom Lane2018-05-07
* Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane2018-05-03
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-08
* Install errcodes.txt for use by extensions.Andrew Gierth2018-04-05
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Replace binary search in fmgr_isbuiltin with a lookup array.Andres Freund2017-10-04
* Fix parallel make issue with new fmgrprotos.hPeter Eisentraut2017-01-23
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-04
* Unbreak the VPATH build.Robert Haas2011-02-04
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-03
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-05
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-17
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane2006-07-15
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane2004-01-04
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut2002-08-10
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut2000-07-13
* We don't need config.status substituting anything into Gen_fmgrtab.sh, wePeter Eisentraut2000-07-01
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17
* Cleanup to ensure good state of derived files in tarballs.Tom Lane2000-06-09
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-07
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* 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: 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