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