summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
AgeCommit message (Expand)Author
2025-03-26aio: Add liburing dependencyAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-06-21Fix make build on MinGWPeter Eisentraut
2024-03-20Rework lwlocknames.txt to become lwlocklist.hAlvaro Herrera
2024-03-14Put genbki.pl output into src/include/catalog/ directlyPeter Eisentraut
2024-02-28Remove AIX supportHeikki Linnakangas
2024-01-09Cross-check lists of predefined LWLocks.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-06Remove distprepPeter Eisentraut
2023-08-20Add system view pg_wait_eventsMichael Paquier
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-06-12Give postgres.exe the icon of other executables.Noah Misch
2023-02-17Redesign archive modulesMichael Paquier
2023-01-26Don't install postmaster symlink anymorePeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-07autoconf: Move export_dynamic determination to configureAndres Freund
2022-12-02autoconf: Don't AC_SUBST() LD in configureAndres Freund
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-09-09Add jsonpath_gram.h to list of distprep targetsJohn Naylor
2022-09-06Fix failure to maintainer-clean jsonpath_gram.hJohn Naylor
2022-09-04Build all Flex files standaloneJohn Naylor
2022-08-25Remove rule to generate postgres.o, not needed for 20+ yearsAndres Freund
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-08-07aix: fix misreading of condition in 8f12a4e7addAndres Freund
2022-08-07aix: Remove checks for very old OS versionsAndres Freund
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-01-24Server-side gzip compression.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-03-03Use sort_template.h for qsort_tuple() and qsort_ssup().Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26auth commands: list specific commands to install in MakefileBruce Momjian
2020-12-26Add scripts for retrieving the cluster file encryption keyBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-03-20Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov
2019-03-17Fix make rules for jsonpath grammar making them similar to SQL grammarAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2019-01-02Ensure link commands list *.o files before LDFLAGS.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-09-06Refactor dlopen() supportPeter Eisentraut
2018-05-03Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane
2018-04-30Remove Windows module-list-dumping code.Tom Lane
2018-04-30Dump full memory maps around failing Windows reattach code.Tom Lane
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2018-04-06Faster partition pruningAlvaro Herrera
2018-04-05Install errcodes.txt for use by extensions.Andrew Gierth