summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-273-4/+4
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-273-4/+4
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-211-0/+3
* 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
* Remove unneeded Python includesPeter Eisentraut2021-11-251-3/+0
* plpgsql: report proper line number for errors in variable initialization.Tom Lane2021-10-314-27/+45
* plperl: update ppport.h to Perl 5.34.0.Tom Lane2021-10-073-3385/+14236
* 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
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-092-0/+8
* 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
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-191-1/+1
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-135-26/+26
* Restore the portal-level snapshot for simple expressions, too.Tom Lane2021-06-223-0/+49
* Translation updatesPeter Eisentraut2021-06-216-13/+694
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-109-30/+163
* Force NO SCROLL for plpgsql's implicit cursors.Tom Lane2021-06-081-7/+14
* Avoid misbehavior when persisting a non-stable cursor.Tom Lane2021-06-082-0/+92
* Fix subtransaction test for Python 3.10Peter Eisentraut2021-06-052-6/+12
* Remove plpgsql's special-case code paths for SET/RESET.Tom Lane2021-05-226-111/+3
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-211-26/+5
* Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane2021-05-201-0/+11
* Translation updatesPeter Eisentraut2021-05-173-181/+291
* Translation updatesPeter Eisentraut2021-05-1018-1264/+1495
* Remove extraneous newlines added by perl copyright patchAndrew Dunstan2021-05-071-1/+0
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-074-0/+12
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-132-0/+44
* Port regress-python3-mangle.mk to Solaris "sed".Noah Misch2021-04-121-2/+4
* Remove extra increment of plpgsql's statement counter for FOR loops.Tom Lane2021-02-021-2/+0
* Rethink recently-added SPI interfaces.Tom Lane2021-01-261-19/+27
* Suppress compiler warnings from commit ee895a655.Tom Lane2021-01-261-6/+6
* 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