aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-04-02
* Rearrange validity checks for plpgsql "simple" expressions.Tom Lane2020-03-27
* Improve performance of "simple expressions" in PL/pgSQL.Tom Lane2020-03-26
* Ensure that plpgsql cleans up cleanly during parallel-worker exit.Tom Lane2020-03-26
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-19
* Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane2020-02-19
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Fix test failure with non-MULTIPLICITY Perl interpreters.Tom Lane2020-01-30
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-29
* Teach plpgsql's "make clean" to remove generated test files.Tom Lane2020-01-29
* Reduce size of backend scanner's tables.Tom Lane2020-01-13
* Modernize Python exception syntax in testsPeter Eisentraut2020-01-08
* Remove support for Python older than 2.6Peter Eisentraut2020-01-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix possible loss of sync between rectypeid and underlying PLpgSQL_type.Tom Lane2019-12-26
* Fix some OBJS lists in two Makefiles to be ordered alphabeticallyMichael Paquier2019-12-18
* Add backend-only appendStringInfoStringQuotedAlvaro Herrera2019-12-10
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Avoid taking a new snapshot for an immutable simple expression in plpgsql.Tom Lane2019-11-22
* Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera2019-11-12
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-12
* Fix new COPY test of PL/pgSQL with VPATH buildsMichael Paquier2019-11-09
* Add tests for COPY in PL/pgSQLMichael Paquier2019-11-09
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix some compiler warnings on older compilersPeter Eisentraut2019-11-04
* PG_FINALLYPeter Eisentraut2019-11-01
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut2019-10-07
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Remove master/slave usage from plpgsql testsPeter Eisentraut2019-08-21
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix plpgsql to re-look-up composite type names at need.Tom Lane2019-08-15
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Ensure plpgsql result tuples have the right composite type marking.Tom Lane2019-07-03
* Translation updatesPeter Eisentraut2019-06-17
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17