summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-255-240/+244
* Fix plpgsql tests for debug_invalidate_system_caches_always.Tom Lane2021-01-085-22/+36
* Rethink the "read/write parameter" mechanism in pl/pgsql.Tom Lane2021-01-043-94/+101
* Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql.Tom Lane2021-01-044-274/+18
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-0410-106/+503
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-042-6/+9
* Update copyright for 2021Bruce Momjian2021-01-0214-14/+14
* Further fix thinko in plpgsql memory leak fix.Tom Lane2020-12-281-1/+1
* Fix thinko in plpgsql memory leak fix.Tom Lane2020-12-283-2/+47
* Multirange datatypesAlexander Korotkov2020-12-201-0/+6
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-156-11/+1
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-093-10/+8
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-295-6/+6
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-151-1/+1
* plperl.h should #undef fstat along with stat and lstat.Tom Lane2020-10-091-0/+1
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-0510-2/+153
* Tidy up error reporting when converting PL/Python arrays.Heikki Linnakangas2020-10-021-5/+15
* Fix incorrect assertion on number of array dimensions.Heikki Linnakangas2020-10-011-1/+1
* Fix memory leak in plpgsql's CALL processing.Tom Lane2020-09-291-21/+70
* Fix a few more generator scripts to produce pgindent-clean output.Tom Lane2020-09-213-4/+4
* Standardize order of use strict and use warnings in Perl codePeter Eisentraut2020-09-213-3/+3
* Improve formatting of create_help.pl and plperl_opmask.pl output.Tom Lane2020-09-161-1/+1
* Remove unused parameterPeter Eisentraut2020-09-021-5/+4
* Fix -Wcast-function-type warningsPeter Eisentraut2020-07-141-7/+7
* code: replace most remaining uses of 'master'.Andres Freund2020-07-081-5/+5
* Don't create pg_type entries for sequences or toast tables.Tom Lane2020-07-071-2/+20
* Inline the fast path of plpgsql's exec_cast_value().Tom Lane2020-07-051-22/+43
* Inline plpgsql's exec_stmt() into exec_stmts().Tom Lane2020-07-031-133/+147
* Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane2020-06-121-129/+151
* Spelling adjustmentsPeter Eisentraut2020-06-094-11/+11
* Clear some style deviations.Noah Misch2020-05-214-12/+5
* Translation updatesPeter Eisentraut2020-05-184-249/+249
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-161-2/+2
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-4/+6
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-3/+3
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-121-3/+3
* Translation updatesPeter Eisentraut2020-05-1137-2804/+4237
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-132-1/+2
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-04-021-2/+2
* Rearrange validity checks for plpgsql "simple" expressions.Tom Lane2020-03-271-21/+13
* Improve performance of "simple expressions" in PL/pgSQL.Tom Lane2020-03-266-64/+347
* Ensure that plpgsql cleans up cleanly during parallel-worker exit.Tom Lane2020-03-262-7/+37
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-252-4/+4
* Improve the internal implementation of ereport().Tom Lane2020-03-242-4/+4
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-191-3/+9
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-101-0/+1
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-053-10/+4
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-043-5/+5
* Represent command completion tags as structsAlvaro Herrera2020-03-023-7/+8
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-1912-59/+7