index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Age
Commit message (
Expand
)
Author
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-24
Generalize plpgsql's heuristic for importing expanded objects.
Tom Lane
2024-10-16
Further refine _SPI_execute_plan's rule for atomic execution.
Tom Lane
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-05
Fix misleading error message context
Peter Eisentraut
2024-08-07
Fix edge case in plpgsql's make_callstmt_target().
Tom Lane
2024-08-06
Mark misc static global variables as const
Heikki Linnakangas
2024-08-02
Include bison header files into implementation files
Peter Eisentraut
2024-07-25
Add extern declarations for Bison global variables
Peter Eisentraut
2024-07-22
Doc: improve description of plpgsql's FETCH and MOVE commands.
Tom Lane
2024-07-05
Improve PL/Tcl's method for choosing Tcl names of procedures.
Tom Lane
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-06-24
Translation updates
Peter Eisentraut
2024-06-13
When replanning a plpgsql "simple expression", check it's still simple.
Tom Lane
2024-06-07
Fix behavior of stable functions called from a CALL's argument list.
Tom Lane
2024-06-04
Fix pl/tcl's handling of errors from Tcl_ListObjGetElements().
Tom Lane
2024-05-15
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-14
Make formatting in nls.mk files more consistent
Peter Eisentraut
2024-05-09
Fix recursive RECORD-returning plpython functions.
Tom Lane
2024-05-07
Don't corrupt plpython's "TD" dictionary in a recursive trigger call.
Tom Lane
2024-05-06
Translation updates
Peter Eisentraut
2024-04-10
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
2024-04-01
Avoid possible longjmp-induced logic error in PLy_trigger_build_args.
Tom Lane
2024-03-19
Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...
Peter Eisentraut
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-02-28
Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE.
Tom Lane
2024-01-18
Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command.
Tom Lane
2024-01-05
Clean up some edge cases in plpgsql's %TYPE parsing.
Tom Lane
2024-01-04
In plpgsql, allow %TYPE and %ROWTYPE to be followed by array decoration.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-26
Fix mistaken file name in plpython's meson recipe.
Tom Lane
2023-12-26
Hide warnings from Python headers when using gcc-compatible compiler.
Tom Lane
2023-12-22
Stop generating plain-text INSTALL instructions.
Tom Lane
2023-11-17
Don't specify number of dimensions in cases where we don't know it.
Tom Lane
2023-11-14
Fix capitalization of "Tcl"
Peter Eisentraut
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-09-30
Remove environment sensitivity in pl/tcl regression test.
Tom Lane
2023-09-25
Collect dependency information for parsed CallStmts.
Tom Lane
2023-09-18
Fix assertion failure with PL/Python exceptions
Michael Paquier
2023-08-24
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-07
Translation updates
Peter Eisentraut
2023-06-26
Translation updates
Peter Eisentraut
2023-06-10
meson: Add dependencies to perl modules to various script invocations
Andres Freund
2023-05-22
Translation updates
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
[next]