summaryrefslogtreecommitdiff
path: root/src/backend/tcop
AgeCommit message (Expand)Author
2019-08-04Revert "Add log_statement_sample_rate parameter"Tomas Vondra
2019-08-04Revert "Silence compiler warning"Tomas Vondra
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-10Reduce memory consumption for multi-statement query strings.Tom Lane
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-29Fix potential catalog corruption with temporary identity columnsPeter Eisentraut
2019-04-09Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch
2019-04-03Log all statements from a sample of transactionsAlvaro Herrera
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-24Transaction chainingPeter Eisentraut
2019-03-19Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth
2019-03-18Revise parse tree representation for VACUUM and ANALYZE.Robert Haas
2019-03-14Refactor ParamListInfo initializationPeter Eisentraut
2019-02-13More unconstify usePeter Eisentraut
2019-01-29Refactor planner's header files.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-26Allow UNLISTEN in hot-standby mode.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-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-10-20Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-10-16Mark constantly allocated dest receiver as const.Andres Freund
2018-10-15Check for stack overrun in standard_ProcessUtility().Tom Lane
2018-10-10Slightly correct context check for event triggersPeter Eisentraut
2018-10-08Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro
2018-09-18Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane
2018-08-24Introduce minimal C99 usage to verify compiler support.Andres Freund
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2018-07-09Add UtilityReturnsTuples() support for CALLPeter Eisentraut
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-05-14Don't allow partitioned index on foreign-table partitionsAlvaro Herrera
2018-05-03Fix SPI error cleanup and memory leakPeter Eisentraut
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-12Revert MERGE patchSimon Riggs
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-31Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund