summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
4 daysUse pg_assume() to avoid compiler warning below exec_set_found()Andres Freund
6 daysRestore the ability to run pl/pgsql expression queries in parallel.Tom Lane
12 daysmeson: Increase minimum version to 0.57.2Peter Eisentraut
13 daysImprove error report for PL/pgSQL reserved word used as a field name.Tom Lane
13 daysDe-reserve keywords EXECUTE and STRICT in PL/pgSQL.Tom Lane
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-07plpython: Remove obsolete test expected filePeter Eisentraut
2025-06-01Run pgindent on the previous commit.Tom Lane
2025-06-01Fix edge-case resource leaks in PL/Python error reporting.Tom Lane
2025-05-28Fix memory leakage when function compilation fails.Tom Lane
2025-05-05Translation updatesPeter Eisentraut
2025-04-27Don't use double-quotes in #include's of system headers, redux.Tom Lane
2025-04-27Remove circular #include's between plpython.h and plpy_util.h.Tom Lane
2025-04-03plpython: Add test for returning Python set from SETOF functionPeter Eisentraut
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-22plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'.Tom Lane
2025-03-21Revert inappropriate weakening of an Assert in plpgsql.Tom Lane
2025-03-21Fix plpgsql's handling of simple expressions in scrollable cursors.Tom Lane
2025-03-14Activate Python "Limited API" in PL/PythonPeter Eisentraut
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-12Prepare for Python "Limited API" in PL/PythonPeter Eisentraut
2025-03-07Include column name in build_attrmap_by_position's error reports.Tom Lane
2025-03-03Allow => syntax for named cursor arguments in plpgsql.Tom Lane
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