summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane2020-02-192-6/+14
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-303-14/+7
* Fix test failure with non-MULTIPLICITY Perl interpreters.Tom Lane2020-01-302-0/+8
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-2915-54/+230
* Teach plpgsql's "make clean" to remove generated test files.Tom Lane2020-01-291-0/+6
* Reduce size of backend scanner's tables.Tom Lane2020-01-131-1/+1
* Modernize Python exception syntax in testsPeter Eisentraut2020-01-0815-27/+27
* Remove support for Python older than 2.6Peter Eisentraut2020-01-088-1484/+0
* Update copyrights for 2020Bruce Momjian2020-01-0114-14/+14
* Fix possible loss of sync between rectypeid and underlying PLpgSQL_type.Tom Lane2019-12-263-1/+17
* Fix some OBJS lists in two Makefiles to be ordered alphabeticallyMichael Paquier2019-12-181-2/+2
* Add backend-only appendStringInfoStringQuotedAlvaro Herrera2019-12-101-26/+11