summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2025-02-26Revert "Prepare for Python "Limited API" in PL/Python"Peter Eisentraut
2025-02-26Prepare for Python "Limited API" in PL/PythonPeter Eisentraut
2025-02-25Remove obsolete Python version checkPeter Eisentraut
2025-02-11Allow extension functions to participate in in-place updates.Tom Lane
2025-02-11Implement new optimization rule for updates of expanded variables.Tom Lane
2025-02-11Detect whether plpgsql assignment targets are "local" variables.Tom Lane
2025-02-11Preliminary refactoring of plpgsql expression construction.Tom Lane
2025-02-11Refactor pl_funcs.c to provide a usage-independent tree walker.Tom Lane
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-24Return yyparse() result not via global variablePeter Eisentraut
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