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
/
test
/
regress
/
expected
/
plpgsql.out
Age
Commit message (
Expand
)
Author
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-03-07
Include column name in build_attrmap_by_position's error reports.
Tom Lane
2025-03-03
Allow => syntax for named cursor arguments in plpgsql.
Tom Lane
2024-09-05
Fix misleading error message context
Peter Eisentraut
2024-04-10
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
2024-03-28
Allow "internal" subtransactions in parallel mode.
Tom Lane
2024-01-05
Clean up some edge cases in plpgsql's %TYPE parsing.
Tom Lane
2023-04-04
Add a way to get the current function's OID in pl/pgsql.
Tom Lane
2023-03-13
Remove incidental md5() function uses from main regression tests
Peter Eisentraut
2023-01-01
In plpgsql, don't preassign portal names to bound cursor variables.
Tom Lane
2022-04-30
Tighten enforcement of variable CONSTANT markings in plpgsql.
Tom Lane
2021-10-31
plpgsql: report proper line number for errors in variable initialization.
Tom Lane
2021-10-29
Test and document the behavior of initialization cross-refs in plpgsql.
Tom Lane
2021-10-03
Fix checking of query type in plpgsql's RETURN QUERY command.
Tom Lane
2021-01-04
Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql.
Tom Lane
2021-01-04
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-03-19
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-17
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.
Tom Lane
2020-03-17
Remove bogus assertion about polymorphic SQL function result.
Tom Lane
2019-12-10
Add backend-only appendStringInfoStringQuoted
Alvaro Herrera
2019-05-09
Fix grammar in error message
Peter Eisentraut
2019-04-11
Move plpgsql error-trapping tests to a new module-specific test file.
Tom Lane
2019-01-04
Support plpgsql variable names that conflict with unreserved SQL keywords.
Tom Lane
2018-12-06
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-07-24
Add strict_multi_assignment and too_many_rows plpgsql checks
Tomas Vondra
2018-07-22
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-03-15
Clean up duplicate table and function names in regression tests.
Tom Lane
2018-02-27
Use the correct tuplestore read pointer in a NamedTuplestoreScan.
Tom Lane
2018-02-14
Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.
Tom Lane
2018-02-13
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-01-10
Add tests for PL/pgSQL returning unnamed portals as refcursor
Peter Eisentraut
2017-12-31
Improve regression tests' code coverage for plpgsql control structures.
Tom Lane
2017-12-13
Start a separate test suite for plpgsql
Peter Eisentraut
2017-12-10
Stabilize output of new regression test case.
Tom Lane
2017-12-09
Fix plpgsql to reinitialize record variables at block re-entry.
Tom Lane
2017-11-30
SQL procedures
Peter Eisentraut
2017-10-16
Fix incorrect handling of CTEs and ENRs as DML target relations.
Tom Lane
2017-09-11
Prefer argument name over "$n" for the refname of a plpgsql argument.
Tom Lane
2017-06-28
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-14
Teach PL/pgSQL about partitioned tables.
Dean Rasheed
2017-05-10
Don't permit transition tables with TRUNCATE triggers.
Robert Haas
2017-04-03
Fix whitespace
Peter Eisentraut
2017-04-01
Add transition table support to plpgsql.
Kevin Grittner
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-12-22
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-13
Improve handling of array elements as getdiag_targets and cursor_variables.
Tom Lane
2016-11-06
Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.
Tom Lane
2016-06-03
Mark read/write expanded values as read-only in ValuesNext(), too.
Tom Lane
[next]