summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-07Translation updatesPeter Eisentraut
2017-08-04Message style improvementsPeter Eisentraut
2017-07-31Tighten coding for non-composite case in plperl's return_next.Tom Lane
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-28PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-10Translation updatesAlvaro Herrera
2017-06-30PL/Python: Fix hint about returning composite type from PythonPeter Eisentraut
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-15Check for non-utility commands in PlannedStmtPavan Deolasee
2017-06-14Teach PL/pgSQL about partitioned tables.Dean Rasheed
2017-06-14Revert "Collect and return query substrings corresponding to each SQL statement"Pavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-25Update expected fileAlvaro Herrera
2017-05-25Fix message caseAlvaro Herrera
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-15Translation updatesPeter Eisentraut
2017-05-05A very naive way to deal with the fact that RemoteQuery (which EXECUTE DIRECTPavan Deolasee
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-04Follow-on cleanup for the transition table patch.Kevin Grittner
2017-04-01Add transition table support to plpgsql.Kevin Grittner
2017-03-27PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-26Update some obsolete comments.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-24Improve access to parallel query from procedural languages.Robert Haas
2017-03-24plpgsql: Don't generate parallel plans for RETURN QUERY.Robert Haas
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-11Add a "subtransaction" command to PL/Tcl.Tom Lane
2017-03-08Bring plpgsql into line with header inclusion policy.Tom Lane
2017-03-07Invent start_proc parameters for PL/Tcl.Tom Lane
2017-02-27Remove PL/Tcl's "module" facility.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-21Make more use of castNode()Peter Eisentraut
2017-02-21Drop support for Python 2.3Peter Eisentraut
2017-02-19Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-23Volatile-ize some plperl variables that must survive into PG_CATCH blocks.Tom Lane
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-19Adapt python regression tests to 69f4b9c85f16.Andres Freund