summaryrefslogtreecommitdiff
path: root/src/include/bootstrap
AgeCommit message (Expand)Author
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-19bootstrap: pure parser and reentrant scannerPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-07Stop including parsenodes.h in plannodes.hAlvaro Herrera
2023-08-23Add const decorationsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-05process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund
2021-08-05process startup: Move AuxiliaryProcessMain into its own file.Andres Freund
2021-08-05process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-07Remove more unreferenced function declarationsMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-04-17Rationalize handling of array type names in bootstrap data.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-21Allow forcing nullness of columns during bootstrap.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-16Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane
2014-08-14Add some noreturn attributes based on compiler recommendationsPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-18Fix management of pendingOpsTable in auxiliary processes.Tom Lane
2012-06-25Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-01Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-27Simplify the bootstrap (BKI) code by getting rid of a useless table of allTom Lane
2009-07-31Create a multiplexing structure for signals to Postgres child processes.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-07-24Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane
2007-03-07Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera