summaryrefslogtreecommitdiff
path: root/src/include/tcop/tcopprot.h
AgeCommit message (Expand)Author
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-07Stop including parsenodes.h in plannodes.hAlvaro Herrera
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-07Fix recovery conflict SIGUSR1 handling.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-03-07Add pg_analyze_and_rewrite_varparams()Peter Eisentraut
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-18process startup: Split single user code out of PostgresMain().Andres Freund
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-02Revert hooks for session start and end, take twoMichael Paquier
2019-10-01Add hooks for session start and session end, take twoMichael Paquier
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-05Mark assorted variables PGDLLIMPORT.Robert Haas
2017-11-16Back out the session_start and session_end hooks feature.Andrew Dunstan
2017-11-15Add hooks for session start and session endAndrew Dunstan
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce 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-03Process 'die' interrupts while reading/writing from the client socket.Andres Freund
2015-02-03Introduce and use infrastructure for interrupt processing during client reads.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-02-12Add noreturn attributes to some error reporting functionsPeter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-09-20Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera
2012-06-25Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian