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
*
Refactor exec_cast_value() and exec_simple_cast_value(): since they do
Neil Conway
2005-07-28
1
-17
/
+17
*
Fix breakage introduced in plpgsql CONTINUE patch.
Tom Lane
2005-07-28
1
-3
/
+3
*
Add a check for trigger function with declared arguments. This path
Tom Lane
2005-07-06
1
-1
/
+8
*
Add E'' to internally created SQL strings that contain backslashes.
Bruce Momjian
2005-07-02
1
-5
/
+8
*
In PL/PgSQL, allow a block's label to be optionally specified at the
Neil Conway
2005-07-02
1
-32
/
+72
*
Clarify code to double \\ and '.
Bruce Momjian
2005-07-01
1
-2
/
+2
*
Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule
Tom Lane
2005-06-26
1
-1
/
+11
*
Code review for escape-strings patch. Sync psql and plpgsql lexers
Tom Lane
2005-06-26
1
-3
/
+32
*
Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop,
Neil Conway
2005-06-22
1
-21
/
+26
*
Add a CONTINUE statement to PL/PgSQL, which can be used to begin the
Neil Conway
2005-06-22
5
-62
/
+194
*
exec_eval_datum leaks memory when dealing with ROW or REC values.
Tom Lane
2005-06-20
1
-29
/
+28
*
plpgsql's exec_assign_value() freed the old value of a variable before
Tom Lane
2005-06-20
1
-15
/
+32
*
Fix typo in comment.
Bruce Momjian
2005-06-19
1
-2
/
+2
*
Allow the parameters to PL/PgSQL's RAISE statement to be expressions,
Neil Conway
2005-06-14
4
-61
/
+56
*
Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks,
Neil Conway
2005-06-14
1
-7
/
+21
*
Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.
Neil Conway
2005-06-10
5
-33
/
+92
*
Correct an omission in the syntax error message emitted by EXECUTE INTO
Neil Conway
2005-06-08
1
-7
/
+6
*
Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.
Neil Conway
2005-06-07
3
-6
/
+76
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
1
-5
/
+1
*
Back out SQLSTATE and SQLERRM support.
Bruce Momjian
2005-05-26
3
-80
/
+11
*
Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"
Neil Conway
2005-05-26
2
-9
/
+9
*
Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values on
Bruce Momjian
2005-05-26
3
-10
/
+79
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
2
-2
/
+4
*
Change SPI functions to use a `long' when specifying the number of tuples
Neil Conway
2005-05-02
1
-3
/
+3
*
Change CREATE TYPE to require datatype output and send functions to have
Tom Lane
2005-05-01
1
-7
/
+3
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-2
/
+1
*
Allow plpgsql functions to omit RETURN command when the function returns
Tom Lane
2005-04-07
3
-11
/
+51
*
Adjust grammar for plpgsql's OPEN command so that a cursor can be
Tom Lane
2005-04-05
1
-22
/
+8
*
plpgsql does OUT parameters, as per my proposal a few weeks ago.
Tom Lane
2005-04-05
5
-335
/
+528
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
2
-7
/
+7
*
Make initialization of special trigger variables a little more readable.
Tom Lane
2005-03-25
1
-14
/
+16
*
Add fprintf() custom version to libpgport.
Bruce Momjian
2005-03-11
1
-1
/
+2
*
My patch this morning was overly hasty; revert code to original state.
Tom Lane
2005-02-24
1
-2
/
+2
*
Un-break plpgsql build by removing unwanted _() usage.
Tom Lane
2005-02-23
1
-2
/
+2
*
This patch changes makes some significant changes to how compilation
Neil Conway
2005-02-22
7
-922
/
+837
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
1
-2
/
+2
*
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-02-13
1
-2
/
+2
*
Adjust plpgsql to allow assignment to an element of an array that is
Tom Lane
2005-02-01
1
-16
/
+41
*
Change exec_eval_simple_expr's param list allocation call from
Tom Lane
2005-01-13
1
-2
/
+2
*
Some more missed copyright notices. Many of these look like they
Tom Lane
2005-01-01
1
-2
/
+2
*
exec_eval_simple_expr() needs to do CommandCounterIncrement() not just
Tom Lane
2004-12-21
1
-2
/
+6
*
plpgsql's exec_eval_simple_expr() now has to take responsibility for
Tom Lane
2004-12-19
1
-7
/
+34
*
Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been
Neil Conway
2004-12-17
1
-1
/
+2
*
Instead of supposing (wrongly, in the general case) that the rowtype
Tom Lane
2004-12-11
1
-1
/
+4
*
Fix a few typos in comments.
Neil Conway
2004-11-30
2
-7
/
+7
*
While fixing plperl and pltcl, I realized plpgsql wasn't doing
Tom Lane
2004-11-21
1
-16
/
+12
*
Rethink plpgsql's way of handling SPI execution during an exception block.
Tom Lane
2004-11-16
1
-18
/
+13
*
Remove three unnecessary casts from a pointer type to char * when calling
Neil Conway
2004-10-25
1
-3
/
+3
*
plpgsql EXIT construct forgot to downcase or quote-strip its identifier
Tom Lane
2004-10-12
1
-2
/
+13
*
Cosmetic improvements/code cleanup:
Neil Conway
2004-10-10
1
-3
/
+3
[next]