aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* 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
* Clean up PL/Perl's handling of the _() macro.Tom Lane2019-06-02
* Fix C++ incompatibilities in plpgsql's header files.Tom Lane2019-05-31
* Fix assorted header files that failed to compile standalone.Tom Lane2019-05-31
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Translation updatesPeter Eisentraut2019-05-20
* Fix grammar in error messagePeter Eisentraut2019-05-09
* Fix problems with auto-held portals.Tom Lane2019-04-19
* Move plpgsql error-trapping tests to a new module-specific test file.Tom Lane2019-04-11
* Generated columnsPeter Eisentraut2019-03-30
* Transaction chainingPeter Eisentraut2019-03-24
* PL/Tcl: Improve trigger tests organizationPeter Eisentraut2019-03-15
* Refactor ParamListInfo initializationPeter Eisentraut2019-03-14
* Remove unnecessary use of PROCEDURALPeter Eisentraut2019-02-25
* More unconstify usePeter Eisentraut2019-02-13
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Refactor planner's header files.Tom Lane2019-01-29
* Change function call information to be variable length.Andres Freund2019-01-26
* PL/pgSQL: Add statement ID to statement structuresPeter Eisentraut2019-01-24
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-09
* Update docs & tests to reflect that unassigned OLD/NEW are now NULL.Tom Lane2019-01-09
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06