summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2025-01-11Repair memory leaks in plpython.Tom Lane
2025-01-09Provide 64-bit ftruncate() and lseek() on Windows.Thomas Munro
2025-01-08plpgsql: pure parser and reentrant scannerPeter Eisentraut
2025-01-08Remove useless function declarationPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-30Update obsolete reference to plpgsql's gram.y file.Tom Lane
2024-12-26plpgsql: Rename a variable for clarityPeter Eisentraut
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-25Add support for Tcl 9Peter Eisentraut
2024-11-25Simplify some SPI tests of PL/PythonMichael Paquier
2024-11-11Fix cross-version upgrade tests.Tom Lane
2024-11-11Avoid bizarre meson behavior with backslashes in command arguments.Tom Lane
2024-11-11Block environment variable mutations from trusted PL/Perl.Noah Misch
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