index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
3
-4
/
+4
*
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-27
3
-4
/
+4
*
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2021-12-21
1
-0
/
+3
*
Remove dynamic translation of regression test scripts, step 2.
Tom Lane
2021-12-20
5
-8
/
+0
*
Remove dynamic translation of regression test scripts, step 1.
Tom Lane
2021-12-20
2
-50
/
+39
*
Remove unneeded Python includes
Peter Eisentraut
2021-11-25
1
-3
/
+0
*
plpgsql: report proper line number for errors in variable initialization.
Tom Lane
2021-10-31
4
-27
/
+45
*
plperl: update ppport.h to Perl 5.34.0.
Tom Lane
2021-10-07
3
-3385
/
+14236
*
Fix checking of query type in plpgsql's RETURN QUERY command.
Tom Lane
2021-10-03
1
-17
/
+5
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
2
-0
/
+49
*
Fix misevaluation of STABLE parameters in CALL within plpgsql.
Tom Lane
2021-09-21
2
-0
/
+44
*
Fix EXIT out of outermost block in plpgsql.
Tom Lane
2021-09-13
3
-2
/
+27
*
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
Noah Misch
2021-09-09
2
-0
/
+8
*
Improve error messages about misuse of SELECT INTO.
Tom Lane
2021-08-21
2
-15
/
+43
*
Fix corner-case uninitialized-variable issues in plpgsql.
Tom Lane
2021-07-20
5
-18
/
+84
*
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-19
1
-1
/
+1
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
5
-26
/
+26
*
Restore the portal-level snapshot for simple expressions, too.
Tom Lane
2021-06-22
3
-0
/
+49
*
Translation updates
Peter Eisentraut
2021-06-21
6
-13
/
+694
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
9
-30
/
+163
*
Force NO SCROLL for plpgsql's implicit cursors.
Tom Lane
2021-06-08
1
-7
/
+14
*
Avoid misbehavior when persisting a non-stable cursor.
Tom Lane
2021-06-08
2
-0
/
+92
*
Fix subtransaction test for Python 3.10
Peter Eisentraut
2021-06-05
2
-6
/
+12
*
Remove plpgsql's special-case code paths for SET/RESET.
Tom Lane
2021-05-22
6
-111
/
+3
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
1
-26
/
+5
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
1
-0
/
+11
*
Translation updates
Peter Eisentraut
2021-05-17
3
-181
/
+291
*
Translation updates
Peter Eisentraut
2021-05-10
18
-1264
/
+1495
*
Remove extraneous newlines added by perl copyright patch
Andrew Dunstan
2021-05-07
1
-1
/
+0
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
4
-0
/
+12
*
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-04-13
2
-0
/
+44
*
Port regress-python3-mangle.mk to Solaris "sed".
Noah Misch
2021-04-12
1
-2
/
+4
*
Remove extra increment of plpgsql's statement counter for FOR loops.
Tom Lane
2021-02-02
1
-2
/
+0
*
Rethink recently-added SPI interfaces.
Tom Lane
2021-01-26
1
-19
/
+27
*
Suppress compiler warnings from commit ee895a655.
Tom Lane
2021-01-26
1
-6
/
+6
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
5
-240
/
+244
*
Fix plpgsql tests for debug_invalidate_system_caches_always.
Tom Lane
2021-01-08
5
-22
/
+36
*
Rethink the "read/write parameter" mechanism in pl/pgsql.
Tom Lane
2021-01-04
3
-94
/
+101
*
Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql.
Tom Lane
2021-01-04
4
-274
/
+18
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
10
-106
/
+503
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
2
-6
/
+9
*
Update copyright for 2021
Bruce Momjian
2021-01-02
14
-14
/
+14
*
Further fix thinko in plpgsql memory leak fix.
Tom Lane
2020-12-28
1
-1
/
+1
*
Fix thinko in plpgsql memory leak fix.
Tom Lane
2020-12-28
3
-2
/
+47
*
Multirange datatypes
Alexander Korotkov
2020-12-20
1
-0
/
+6
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
6
-11
/
+1
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
3
-10
/
+8
*
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-10-29
5
-6
/
+6
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
1
-1
/
+1
*
plperl.h should #undef fstat along with stat and lstat.
Tom Lane
2020-10-09
1
-0
/
+1
[next]