index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Commit message (
Expand
)
Author
Age
*
plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'.
Tom Lane
2025-03-22
*
Revert inappropriate weakening of an Assert in plpgsql.
Tom Lane
2025-03-21
*
Fix plpgsql's handling of simple expressions in scrollable cursors.
Tom Lane
2025-03-21
*
Activate Python "Limited API" in PL/Python
Peter Eisentraut
2025-03-14
*
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
*
Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
2025-03-12
*
Include column name in build_attrmap_by_position's error reports.
Tom Lane
2025-03-07
*
Allow => syntax for named cursor arguments in plpgsql.
Tom Lane
2025-03-03
*
Revert "Prepare for Python "Limited API" in PL/Python"
Peter Eisentraut
2025-02-26
*
Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
2025-02-26
*
Remove obsolete Python version check
Peter Eisentraut
2025-02-25
*
Allow extension functions to participate in in-place updates.
Tom Lane
2025-02-11
*
Implement new optimization rule for updates of expanded variables.
Tom Lane
2025-02-11
*
Detect whether plpgsql assignment targets are "local" variables.
Tom Lane
2025-02-11
*
Preliminary refactoring of plpgsql expression construction.
Tom Lane
2025-02-11
*
Refactor pl_funcs.c to provide a usage-independent tree walker.
Tom Lane
2025-02-11
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Fix grammatical typos around possessive "its"
John Naylor
2025-01-29
*
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-24
*
Repair memory leaks in plpython.
Tom Lane
2025-01-11
*
Provide 64-bit ftruncate() and lseek() on Windows.
Thomas Munro
2025-01-09
*
plpgsql: pure parser and reentrant scanner
Peter Eisentraut
2025-01-08
*
Remove useless function declaration
Peter Eisentraut
2025-01-08
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Update obsolete reference to plpgsql's gram.y file.
Tom Lane
2024-12-30
*
plpgsql: Rename a variable for clarity
Peter Eisentraut
2024-12-26
*
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-25
*
Remove pgrminclude annotations
Peter Eisentraut
2024-12-24
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Require sizeof(bool) == 1.
Thomas Munro
2024-11-28
*
Add support for Tcl 9
Peter Eisentraut
2024-11-25
*
Simplify some SPI tests of PL/Python
Michael Paquier
2024-11-25
*
Fix cross-version upgrade tests.
Tom Lane
2024-11-11
*
Avoid bizarre meson behavior with backslashes in command arguments.
Tom Lane
2024-11-11
*
Block environment variable mutations from trusted PL/Perl.
Noah Misch
2024-11-11
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
Generalize plpgsql's heuristic for importing expanded objects.
Tom Lane
2024-10-24
*
Further refine _SPI_execute_plan's rule for atomic execution.
Tom Lane
2024-10-16
*
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-09
*
Fix misleading error message context
Peter Eisentraut
2024-09-05
*
Fix edge case in plpgsql's make_callstmt_target().
Tom Lane
2024-08-07
*
Mark misc static global variables as const
Heikki Linnakangas
2024-08-06
*
Include bison header files into implementation files
Peter Eisentraut
2024-08-02
*
Add extern declarations for Bison global variables
Peter Eisentraut
2024-07-25
*
Doc: improve description of plpgsql's FETCH and MOVE commands.
Tom Lane
2024-07-22
*
Improve PL/Tcl's method for choosing Tcl names of procedures.
Tom Lane
2024-07-05
*
Convert some extern variables to static
Peter Eisentraut
2024-07-02
*
Translation updates
Peter Eisentraut
2024-06-24
*
When replanning a plpgsql "simple expression", check it's still simple.
Tom Lane
2024-06-13
*
Fix behavior of stable functions called from a CALL's argument list.
Tom Lane
2024-06-07
[next]