index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Age
Commit message (
Expand
)
Author
2005-06-14
Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks,
Neil Conway
2005-06-10
Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.
Neil Conway
2005-06-08
Correct an omission in the syntax error message emitted by EXECUTE INTO
Neil Conway
2005-06-07
Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.
Neil Conway
2005-06-05
Here's a patch to do the following:
Bruce Momjian
2005-06-04
At 2005-05-21 20:18:50 +0530,
[email protected]
wrote:
Bruce Momjian
2005-05-29
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-26
Back out SQLSTATE and SQLERRM support.
Bruce Momjian
2005-05-26
Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"
Neil Conway
2005-05-26
Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values on
Bruce Momjian
2005-05-24
Fix PL makefiles to support running regression tests in VPATH builds.
Tom Lane
2005-05-24
Add regression tests for previously-untested PL/Perl features. From
Neil Conway
2005-05-23
Fix typo in PL/Perl Safe.pm initialization that prevented the proper
Neil Conway
2005-05-17
Add a --dbname option to the pg_regress script, and use pl_regression
Tom Lane
2005-05-14
Convert the existing regression test scripts for the various optional
Tom Lane
2005-05-06
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-02
Change SPI functions to use a `long' when specifying the number of tuples
Neil Conway
2005-05-01
Change CREATE TYPE to require datatype output and send functions to have
Tom Lane
2005-04-14
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-07
Allow plpgsql functions to omit RETURN command when the function returns
Tom Lane
2005-04-05
Adjust grammar for plpgsql's OPEN command so that a cursor can be
Tom Lane
2005-04-05
plpgsql does OUT parameters, as per my proposal a few weeks ago.
Tom Lane
2005-04-01
Make plperl work with OUT parameters.
Tom Lane
2005-04-01
Minor improvements in the really-pretty-ad-hoc test scripts for the
Tom Lane
2005-03-29
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-25
Make initialization of special trigger variables a little more readable.
Tom Lane
2005-03-24
Fix python regression testing script to bail out early if language
Tom Lane
2005-03-24
Adjust plpython to convert \r\n and \r to \n in Python scripts,
Tom Lane
2005-03-11
Add fprintf() custom version to libpgport.
Bruce Momjian
2005-02-24
My patch this morning was overly hasty; revert code to original state.
Tom Lane
2005-02-23
Un-break plpgsql build by removing unwanted _() usage.
Tom Lane
2005-02-23
Properly undef _(x) gettext macro.
Bruce Momjian
2005-02-22
This patch changes makes some significant changes to how compilation
Neil Conway
2005-02-22
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-13
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-02-01
Adjust plpgsql to allow assignment to an element of an array that is
Tom Lane
2005-01-14
plperl trigger handler tried to fetch new/old tuples even when fired
Tom Lane
2005-01-13
Change exec_eval_simple_expr's param list allocation call from
Tom Lane
2005-01-11
plperl was not being quite paranoid enough about detecting 'undef' values
Tom Lane
2005-01-01
Some more missed copyright notices. Many of these look like they
Tom Lane
2004-12-21
exec_eval_simple_expr() needs to do CommandCounterIncrement() not just
Tom Lane
2004-12-19
plpgsql's exec_eval_simple_expr() now has to take responsibility for
Tom Lane
2004-12-17
Allow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL. There have been
Neil Conway
2004-12-17
Hook up the plpython result-object nrows and status methods correctly.
Tom Lane
2004-12-16
Cause configure --with-tcl to check for presence of <tcl.h>, as per
Tom Lane
2004-12-11
Instead of supposing (wrongly, in the general case) that the rowtype
Tom Lane
2004-11-30
Fix a few typos in comments.
Neil Conway
2004-11-29
Update plperl to use ereport() not elog() for user-facing messages,
Tom Lane
2004-11-24
Avoid getting bit by roundoff error while checking $Safe::VERSION.
Tom Lane
2004-11-23
Further plperl cleanup: be more paranoid about checking the type of
Tom Lane
[next]