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
*
Teach PL/pgSQL about partitioned tables.
Dean Rasheed
2017-06-14
1
-2
/
+4
*
Update expected file
Alvaro Herrera
2017-05-25
1
-2
/
+2
*
Fix message case
Alvaro Herrera
2017-05-25
1
-1
/
+1
*
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
2
-2
/
+4
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
5
-12
/
+14
*
Translation updates
Peter Eisentraut
2017-05-15
19
-1715
/
+2003
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
1
-2
/
+2
*
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-05
4
-5
/
+5
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
11
-50
/
+167
*
Add transition table support to plpgsql.
Kevin Grittner
2017-03-31
3
-11
/
+63
*
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2017-03-27
7
-9
/
+67
*
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-27
6
-9
/
+11
*
Update some obsolete comments.
Tom Lane
2017-03-26
1
-1
/
+1
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-2
/
+3
*
Improve access to parallel query from procedural languages.
Robert Haas
2017-03-24
1
-13
/
+17
*
plpgsql: Don't generate parallel plans for RETURN QUERY.
Robert Haas
2017-03-24
1
-2
/
+2
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
4
-6
/
+6
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
2
-8
/
+8
*
Add a "subtransaction" command to PL/Tcl.
Tom Lane
2017-03-11
4
-1
/
+292
*
Bring plpgsql into line with header inclusion policy.
Tom Lane
2017-03-08
7
-8
/
+18
*
Invent start_proc parameters for PL/Tcl.
Tom Lane
2017-03-07
4
-9
/
+212
*
Remove PL/Tcl's "module" facility.
Tom Lane
2017-02-27
9
-984
/
+0
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
1
-1
/
+0
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
1
-3
/
+1
*
Drop support for Python 2.3
Peter Eisentraut
2017-02-21
3
-28
/
+14
*
Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.
Tom Lane
2017-02-19
2
-2
/
+2
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
4
-7
/
+7
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
1
-4
/
+2
*
Volatile-ize some plperl variables that must survive into PG_CATCH blocks.
Tom Lane
2017-01-23
1
-4
/
+4
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
2
-0
/
+2
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
1
-3
/
+2
*
Adapt python regression tests to 69f4b9c85f16.
Andres Freund
2017-01-18
1
-5
/
+2
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
1
-2
/
+1
*
In PL/Tcl tests, don't choke if optional error fields are missing.
Tom Lane
2017-01-13
2
-6
/
+6
*
Fix error handling in pltcl_returnnext.
Tom Lane
2017-01-09
1
-40
/
+59
*
Expand the regression tests for PL/Tcl.
Tom Lane
2017-01-09
4
-89
/
+654
*
Merge two copies of tuple-building code in pltcl.c.
Tom Lane
2017-01-06
1
-74
/
+39
*
Use 'use strict' in all Perl programs
Peter Eisentraut
2017-01-05
1
-0
/
+2
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
12
-12
/
+12
*
Improve handling of array elements as getdiag_targets and cursor_variables.
Tom Lane
2016-12-13
1
-14
/
+21
*
Be more careful about Python refcounts while creating exception objects.
Tom Lane
2016-12-09
1
-29
/
+50
*
Check that result tupdesc has exactly 1 column in return_next scalar case.
Tom Lane
2016-11-15
1
-0
/
+4
*
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
6
-139
/
+0
*
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
1
-38
/
+19
*
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-08
2
-11
/
+7
*
Use heap_modify_tuple not SPI_modifytuple in pl/python triggers.
Tom Lane
2016-11-08
1
-45
/
+41
*
Use heap_modify_tuple not SPI_modifytuple in pl/perl triggers.
Tom Lane
2016-11-08
1
-31
/
+25
*
Sync pltcl_build_tuple_result's error handling with pltcl_trigger_handler.
Tom Lane
2016-11-06
1
-1
/
+19
*
Support PL/Tcl functions that return composite types and/or sets.
Tom Lane
2016-11-06
5
-64
/
+489
*
Modernize result-tuple construction in pltcl_trigger_handler().
Tom Lane
2016-11-06
1
-94
/
+73
[next]