summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
2019-03-14Refactor ParamListInfo initializationPeter Eisentraut
2019-02-13More unconstify usePeter Eisentraut
2019-01-29Refactor planner's header files.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-30Silence compiler warningAlvaro Herrera
2018-11-29Add log_statement_sample_rate parameterAlvaro Herrera
2018-10-19Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-09-18Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane
2018-08-23Introduce minimal C99 usage to verify compiler support.Andres Freund
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2018-05-03Fix SPI error cleanup and memory leakPeter Eisentraut
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-21Basic JIT provider and error handling infrastructure.Andres Freund
2018-02-09Clear stmt_timeout_active if we disable_all_timeouts.Robert Haas
2018-01-09Update portal-related memory context names and APIPeter Eisentraut
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-21Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane
2017-11-29Update typedefs.list and re-run pgindentRobert 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-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-11Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-10-11Improve performance of SendRowDescriptionMessage.Andres Freund
2017-10-11Prevent idle in transaction session timeout from sometimes being ignored.Andres Freund
2017-09-18Rearm statement_timeout after each executed query.Andres Freund
2017-09-18Fix crash restart bug introduced in 8356753c212.Andres Freund
2017-09-14Perform only one ReadControlFile() during startup.Andres Freund
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2017-09-01Add memory info to getrusage outputPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Restart logical replication launcher when killedPeter Eisentraut
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-13Re-run pgindent.Tom Lane
2017-06-08Use standard interrupt handling in logical replication launcher.Andres Freund
2017-06-05Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-02Fix signal handling in logical replication workersPeter Eisentraut
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas
2017-04-01Fix two undocumented parameters to functions from ENR patch.Kevin Grittner
2017-03-31Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-28Cast result of copyObject() to correct typePeter Eisentraut
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-23Logical replication support for initial data copyPeter Eisentraut