postgresql/src/pl/plpgsql/src
2022-12-20 07:54:39 -05:00
..
data Add tests for COPY in PL/pgSQL 2019-11-09 14:50:20 +09:00
expected Introduce GUC_NO_RESET flag. 2022-09-27 11:47:12 -04:00
po Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
sql Introduce GUC_NO_RESET flag. 2022-09-27 11:47:12 -04:00
.gitignore Replace the data structure used for keyword lookup. 2019-01-06 17:02:57 -05:00
generate-plerrcodes.pl Update copyright for 2022 2022-01-07 19:04:57 -05:00
Makefile Remove dynamic translation of regression test scripts, step 2. 2021-12-20 14:15:52 -05:00
meson.build Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
nls.mk Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 2022-07-13 14:29:10 -04:00
pl_comp.c Improve plpgsql's ability to handle arguments declared as RECORD. 2022-09-16 13:23:01 -04:00
pl_exec.c Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
pl_funcs.c Rename shadowed local variables 2022-10-05 21:01:41 +13:00
pl_gram.y Bump minimum version of Bison to 2.3 2022-09-09 12:31:41 +07:00
pl_handler.c Store GUC data in a memory context, instead of using malloc(). 2022-10-14 12:10:48 -04:00
pl_reserved_kwlist.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pl_scanner.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pl_unreserved_kwlist.h Add support for MERGE SQL command 2022-03-28 16:47:48 +02:00
plpgsql--1.0.sql Invent "trusted" extensions, and remove the pg_pltemplate catalog. 2020-01-29 18:42:43 -05:00
plpgsql.control Invent "trusted" extensions, and remove the pg_pltemplate catalog. 2020-01-29 18:42:43 -05:00
plpgsql.h Add PGDLLEXPORTS to some plpgsql function declarations 2022-07-20 10:24:50 +02:00