summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-10-24Generalize plpgsql's heuristic for importing expanded objects.Tom Lane
2024-10-16Further refine _SPI_execute_plan's rule for atomic execution.Tom Lane
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-05Fix misleading error message contextPeter Eisentraut
2024-08-07Fix edge case in plpgsql's make_callstmt_target().Tom Lane
2024-08-06Mark misc static global variables as constHeikki Linnakangas
2024-08-02Include bison header files into implementation filesPeter Eisentraut
2024-07-25Add extern declarations for Bison global variablesPeter Eisentraut
2024-07-22Doc: improve description of plpgsql's FETCH and MOVE commands.Tom Lane
2024-07-05Improve PL/Tcl's method for choosing Tcl names of procedures.Tom Lane
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-06-24Translation updatesPeter Eisentraut
2024-06-13When replanning a plpgsql "simple expression", check it's still simple.Tom Lane
2024-06-07Fix behavior of stable functions called from a CALL's argument list.Tom Lane
2024-06-04Fix pl/tcl's handling of errors from Tcl_ListObjGetElements().Tom Lane
2024-05-15Fix handling of polymorphic output arguments for procedures.Tom Lane
2024-05-14Make formatting in nls.mk files more consistentPeter Eisentraut
2024-05-09Fix recursive RECORD-returning plpython functions.Tom Lane
2024-05-07Don't corrupt plpython's "TD" dictionary in a recursive trigger call.Tom Lane
2024-05-06Translation updatesPeter Eisentraut
2024-04-10Fix plpgsql's handling of -- comments following expressions.Tom Lane
2024-04-01Avoid possible longjmp-induced logic error in PLy_trigger_build_args.Tom Lane
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-02-28Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE.Tom Lane
2024-01-18Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command.Tom Lane
2024-01-05Clean up some edge cases in plpgsql's %TYPE parsing.Tom Lane
2024-01-04In plpgsql, allow %TYPE and %ROWTYPE to be followed by array decoration.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-26Fix mistaken file name in plpython's meson recipe.Tom Lane
2023-12-26Hide warnings from Python headers when using gcc-compatible compiler.Tom Lane
2023-12-22Stop generating plain-text INSTALL instructions.Tom Lane
2023-11-17Don't specify number of dimensions in cases where we don't know it.Tom Lane
2023-11-14Fix capitalization of "Tcl"Peter Eisentraut
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-30Remove environment sensitivity in pl/tcl regression test.Tom Lane
2023-09-25Collect dependency information for parsed CallStmts.Tom Lane
2023-09-18Fix assertion failure with PL/Python exceptionsMichael Paquier
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-08-07Translation updatesPeter Eisentraut
2023-06-26Translation updatesPeter Eisentraut
2023-06-10meson: Add dependencies to perl modules to various script invocationsAndres Freund
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane