aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* PL/pgSQL: Add support for SET TRANSACTIONPeter Eisentraut2018-04-05
* Fix plan cache issue in PL/pgSQL CALLPeter Eisentraut2018-04-05
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Allow committing inside cursor loopPeter Eisentraut2018-03-28
* PL/pgSQL: Nested CALL with transactionsPeter Eisentraut2018-03-28
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Further fix interaction of Perl and stdbool.hPeter Eisentraut2018-03-23
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Fix interaction of Perl and stdbool.hPeter Eisentraut2018-03-23
* Use stdbool.h if suitablePeter Eisentraut2018-03-22
* Fix overflow handling in plpgsql's integer FOR loops.Tom Lane2018-03-17
* Fix more format truncation issuesPeter Eisentraut2018-03-15
* Fix compiler warningPeter Eisentraut2018-03-14
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Remove some obsolete procedure-specific code from PLsPeter Eisentraut2018-03-05
* PL/pgSQL: Simplify RETURN checking for proceduresPeter Eisentraut2018-03-04
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Fix typo in internal error messagePeter Eisentraut2018-02-26
* Support parameters in CALLPeter Eisentraut2018-02-22
* Remove some inappropriate #includes.Tom Lane2018-02-16
* Fix plpgsql to enforce domain checks when returning a NULL domain value.Tom Lane2018-02-15
* Revert "Stabilize output of new regression test case".Tom Lane2018-02-14
* Stabilize new plpgsql_record regression tests.Tom Lane2018-02-14
* Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane2018-02-14
* Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.Tom Lane2018-02-13
* Speed up plpgsql trigger startup by introducing "promises".Tom Lane2018-02-13
* Speed up plpgsql function startup by doing fewer pallocs.Tom Lane2018-02-13
* Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane2018-02-13
* PL/Python: Fix tests for older Python versionsPeter Eisentraut2018-01-22
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Improve type conversion of SPI_processed in PythonPeter Eisentraut2018-01-20
* PL/Python: Simplify PLyLong_FromInt64Peter Eisentraut2018-01-19
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Use portal pinning in PL/Perl and PL/PythonPeter Eisentraut2018-01-10
* Revert "Move portal pinning from PL/pgSQL to SPI"Peter Eisentraut2018-01-10
* Move portal pinning from PL/pgSQL to SPIPeter Eisentraut2018-01-10
* Update copyright for 2018Bruce Momjian2018-01-02
* Merge coding of return/exit/continue cases in plpgsql's loop statements.Tom Lane2017-12-31
* Improve regression tests' code coverage for plpgsql control structures.Tom Lane2017-12-31
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-21
* Avoid putting build-location-dependent strings into generated files.Tom Lane2017-12-21
* Fix oversights in new plpgsql test suite infrastructure.Tom Lane2017-12-16
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Start a separate test suite for plpgsqlPeter Eisentraut2017-12-13
* PL/Python: Fix potential NULL pointer dereferencePeter Eisentraut2017-12-12
* Fix plpgsql to reinitialize record variables at block re-entry.Tom Lane2017-12-09