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
/
plpgsql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Translation updates for 9.1beta2
Peter Eisentraut
2011-06-09
10
-918
/
+3900
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-1
/
+1
*
Make plpgsql complain about conflicting IN and OUT parameter names.
Tom Lane
2011-05-23
1
-2
/
+28
*
Make plpgsql provide the typmods for its variables to the main parser.
Tom Lane
2011-05-22
3
-21
/
+64
*
Message style improvements
Peter Eisentraut
2011-05-21
1
-1
/
+1
*
Rewrite installation makefile rules without for loops
Peter Eisentraut
2011-05-02
1
-4
/
+1
*
Support a COLLATE clause in plpgsql variable declarations.
Tom Lane
2011-04-17
2
-6
/
+42
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
1
-2
/
+2
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
1
-2
/
+0
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
3
-47
/
+47
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
1
-1
/
+1
*
Fix plpgsql to release SPI plans when a function or DO block is freed.
Tom Lane
2011-03-27
4
-5
/
+411
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
1
-0
/
+4
*
Fix collation handling in plpgsql functions.
Tom Lane
2011-03-25
4
-60
/
+156
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
2
-15
/
+13
*
Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.
Bruce Momjian
2011-03-15
1
-1
/
+1
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
1
-0
/
+3
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
1
-1
/
+1
*
Fix parallel gmake for extension directory addition in PL languages.
Bruce Momjian
2011-03-05
1
-2
/
+2
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
4
-3
/
+40
*
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-16
5
-2
/
+285
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-1
/
+1
*
Unbreak the VPATH build.
Robert Haas
2011-02-04
1
-1
/
+1
*
Avoid maintaining three separate copies of the error codes list.
Robert Haas
2011-02-03
4
-900
/
+49
*
Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Simon Riggs
2011-02-01
1
-4
/
+4
*
Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro
2011-02-01
1
-1
/
+1
*
Create new errcode for recovery conflict caused by db drop on master.
Simon Riggs
2011-02-01
1
-0
/
+4
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
8
-8
/
+8
*
Corrections to patch adding SQL/MED error codes.
Robert Haas
2010-12-26
1
-0
/
+108
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-1
/
+1
*
Improve plpgsql's error reporting for no-such-column cases.
Tom Lane
2010-11-18
1
-7
/
+36
*
Give a more specific error message if you try to COMMIT, ROLLBACK or COPY
Heikki Linnakangas
2010-10-29
1
-0
/
+11
*
Save a few cycles in plpgsql simple-expression initialization.
Tom Lane
2010-10-28
1
-2
/
+3
*
Fix plpgsql's handling of "simple" expression evaluation.
Tom Lane
2010-10-28
2
-4
/
+32
*
Improve handling of domains over arrays.
Tom Lane
2010-10-21
1
-6
/
+29
*
Support triggers on views.
Tom Lane
2010-10-10
1
-1
/
+3
*
Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.
Tom Lane
2010-10-08
1
-2
/
+2
*
Fix inconsistent capitalization of "PL/pgSQL".
Robert Haas
2010-09-22
3
-6
/
+6
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
2
-2
/
+2
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
12
-12
/
+12
*
Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order.
Tom Lane
2010-08-19
1
-19
/
+34
*
Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple.
Tom Lane
2010-08-19
1
-1
/
+3
*
Be a bit less cavalier with both the code and the comment for UNKNOWN fix.
Tom Lane
2010-08-19
1
-5
/
+7
*
Revert patch to coerce 'unknown' type parameters in the backend. As Tom
Heikki Linnakangas
2010-08-19
1
-2
/
+16
*
Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple
Tom Lane
2010-08-09
1
-3
/
+40
*
Modify the handling of RAISE without parameters so that the error it throws
Tom Lane
2010-08-09
2
-22
/
+30
*
Remove ancient PL/pgsql line numbering hack.
Robert Haas
2010-08-02
1
-14
/
+1
*
Translation updates for 9.0beta3
Peter Eisentraut
2010-07-08
2
-127
/
+142
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-6
/
+6
*
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
2010-07-05
1
-37
/
+11
[next]