summaryrefslogtreecommitdiff
path: root/src/pl/plpgsql/src/sql/plpgsql_record.sql
Commit message (Expand)AuthorAgeFilesLines
* Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane2022-09-161-0/+11
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-131-4/+4
* Fix plpgsql tests for debug_invalidate_system_caches_always.Tom Lane2021-01-081-4/+12
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-041-0/+42
* Fix possible loss of sync between rectypeid and underlying PLpgSQL_type.Tom Lane2019-12-261-0/+1
* Fix plpgsql to re-look-up composite type names at need.Tom Lane2019-08-151-0/+16
* Ensure plpgsql result tuples have the right composite type marking.Tom Lane2019-07-031-0/+10
* Provide plpgsql tests for cases involving record field changes.Tom Lane2018-07-261-11/+2
* Small improvement for plpgsql regression test.Tom Lane2018-05-181-2/+5
* Stabilize new plpgsql_record regression tests.Tom Lane2018-02-141-1/+9
* Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane2018-02-131-0/+441