summaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAgeFilesLines
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-0/+9
* When using valgrind, log the current query after an error is detected.Tom Lane2023-04-031-0/+66
* Simplify useless 0L constantsPeter Eisentraut2023-03-291-1/+1
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-251-2/+9
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-1/+4
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-201-2/+9
* Retire PG_SETMASK() macro.Thomas Munro2023-02-031-2/+2
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-121-1/+0
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-091-0/+3
* Update copyright for 2023Bruce Momjian2023-01-027-7/+7
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Speed up creation of command completion tagsDavid Rowley2022-12-162-28/+73
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-131-0/+12
* Order getopt argumentsPeter Eisentraut2022-12-121-27/+27
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-2/+3
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-282-6/+6
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-141-2/+2
* Fix incorrect comment regarding command completion tagsDavid Rowley2022-10-141-7/+8
* Fix shadow variable in postgres.cMichael Paquier2022-10-121-3/+3
* Add optional parameter to PG_TRY() macrosDavid Rowley2022-10-061-3/+3
* Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statementsTom Lane2022-09-261-21/+11
* Implement WRITE_READ_PARSE_PLAN_TREES for raw parse treesTom Lane2022-09-261-3/+15
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+8
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-0/+53
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-121-5/+4
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-251-1/+1
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-141-8/+2
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-3/+1
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-08-051-6/+2
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-261-25/+27
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-251-7/+5
* Remove dead getrusage replacement code.Thomas Munro2022-07-241-3/+10
* Process shared_preload_libraries in single-user mode.Jeff Davis2022-07-201-0/+23
* Remove HP/Intel Itanium support.Thomas Munro2022-07-081-71/+0
* Remove HP-UX port.Thomas Munro2022-07-081-6/+2
* pgstat: reduce timer overhead by leaving timer running.Andres Freund2022-07-051-17/+31
* Rename pg_checkpointer predefined role to pg_checkpoint.Robert Haas2022-07-051-2/+2
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-2/+1
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-201-0/+6
* Add 'static' to file-local variables missing it.Andres Freund2022-05-121-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-11/+13
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-132-2/+0
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-4/+27
* pgstat: stats collector references in comments.Andres Freund2022-04-061-4/+4
* Add support for MERGE SQL commandAlvaro Herrera2022-03-282-0/+19
* Add parse_analyze_withcb()Peter Eisentraut2022-03-091-20/+2
* Add pg_analyze_and_rewrite_varparams()Peter Eisentraut2022-03-071-31/+64
* Parse/analyze function renamingPeter Eisentraut2022-03-041-8/+9
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-281-2/+0
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-171-6/+14