summaryrefslogtreecommitdiff
path: root/src/pl/plpgsql
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leakage in plpgsql DO blocks that use cast expressions.Tom Lane2023-04-242-30/+65
* Add a way to get the current function's OID in pl/pgsql.Tom Lane2023-04-045-0/+16
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-5/+1
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-1/+1
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-081-1/+6
* Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane2023-03-021-5/+2
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-151-1/+1
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-062-4/+4
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-042-2/+2
* Update copyright for 2023Bruce Momjian2023-01-0213-13/+13
* In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane2023-01-011-27/+0
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-271-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-203-0/+6
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-141-1/+1
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Rename shadowed local variablesDavid Rowley2022-10-051-4/+3
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-272-5/+3
* meson: Add initial version of meson based build systemAndres Freund2022-09-213-0/+86
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane2022-09-163-4/+76
* Bump minimum version of Bison to 2.3John Naylor2022-09-091-4/+1
* Add PGDLLEXPORTS to some plpgsql function declarationsAlvaro Herrera2022-07-201-15/+15
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-5/+0
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-131-1/+1
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-131-1/+1
* Remove useless assertionsPeter Eisentraut2022-07-131-6/+0
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-132-1/+1
* Translation updatesPeter Eisentraut2022-05-1610-1646/+2502
* Indent C code in flex and bison filesPeter Eisentraut2022-05-131-234/+235
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-111-2/+0
* Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane2022-04-303-4/+83
* Keep plpgsql.h C++-clean.Tom Lane2022-03-311-1/+1
* Expose a few more PL/pgSQL functions to debugger plugins.Tom Lane2022-03-312-8/+31
* Add support for MERGE SQL commandAlvaro Herrera2022-03-284-3/+15
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-281-6/+0
* Simplify more checks related to set-returning functionsMichael Paquier2022-02-241-5/+14
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-1/+1
* Update copyright for 2022Bruce Momjian2022-01-0710-10/+10
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-1/+1
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-1/+1
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-205-8/+0
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-202-50/+39
* plpgsql: report proper line number for errors in variable initialization.Tom Lane2021-10-314-27/+45
* Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane2021-10-031-17/+5
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-012-0/+49
* Fix misevaluation of STABLE parameters in CALL within plpgsql.Tom Lane2021-09-212-0/+44
* Fix EXIT out of outermost block in plpgsql.Tom Lane2021-09-133-2/+27
* Improve error messages about misuse of SELECT INTO.Tom Lane2021-08-212-15/+43
* Fix corner-case uninitialized-variable issues in plpgsql.Tom Lane2021-07-205-18/+84