aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql.Tom Lane2018-05-25
* Translation updatesPeter Eisentraut2018-05-07
* Tweak tests to support Python 3.7Peter Eisentraut2018-05-05
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Fix overflow handling in plpgsql's integer FOR loops.Tom Lane2018-03-17
* Translation updatesPeter Eisentraut2018-02-26
* Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane2018-02-14
* Translation updatesPeter Eisentraut2018-02-05
* Support linking with MinGW-built Perl.Noah Misch2017-11-23
* Allow parallel query for prepared statements with generic plans.Robert Haas2017-10-29
* Translation updatesPeter Eisentraut2017-10-02
* Translation updatesPeter Eisentraut2017-09-11
* Translation updatesPeter Eisentraut2017-08-28
* Translation updatesPeter Eisentraut2017-08-07
* Message style improvementsPeter Eisentraut2017-08-04
* Tighten coding for non-composite case in plperl's return_next.Tom Lane2017-07-31
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-28
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-28
* Translation updatesAlvaro Herrera2017-07-10
* PL/Python: Fix hint about returning composite type from PythonPeter Eisentraut2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Teach PL/pgSQL about partitioned tables.Dean Rasheed2017-06-14
* Update expected fileAlvaro Herrera2017-05-25
* Fix message caseAlvaro Herrera2017-05-25
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Translation updatesPeter Eisentraut2017-05-15
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Capitalize names of PLs consistentlyPeter Eisentraut2017-04-05
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-04
* Add transition table support to plpgsql.Kevin Grittner2017-03-31
* PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut2017-03-27
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* Update some obsolete comments.Tom Lane2017-03-26
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Improve access to parallel query from procedural languages.Robert Haas2017-03-24
* plpgsql: Don't generate parallel plans for RETURN QUERY.Robert Haas2017-03-24
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Add a "subtransaction" command to PL/Tcl.Tom Lane2017-03-11
* Bring plpgsql into line with header inclusion policy.Tom Lane2017-03-08
* Invent start_proc parameters for PL/Tcl.Tom Lane2017-03-07
* Remove PL/Tcl's "module" facility.Tom Lane2017-02-27
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Make more use of castNode()Peter Eisentraut2017-02-21
* Drop support for Python 2.3Peter Eisentraut2017-02-21
* Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.Tom Lane2017-02-19