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
/
doc
/
src
/
sgml
/
plpgsql.sgml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.
Tom Lane
2018-07-12
1
-20
/
+4
*
Fix sample INSTR() functions in the plpgsql documentation.
Tom Lane
2018-01-10
1
-44
/
+38
*
Doc: explain dollar quoting in the intro part of the pl/pgsql chapter.
Tom Lane
2017-07-17
1
-1
/
+19
*
Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes.
Tom Lane
2016-07-18
1
-55
/
+84
*
doc: Spell checking
Peter Eisentraut
2015-09-10
1
-4
/
+4
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-4
/
+10
*
Add an ASSERT statement in plpgsql.
Tom Lane
2015-03-25
1
-4
/
+73
*
PL/pgSQL docs: recommend format() for query construction
Bruce Momjian
2015-03-24
1
-20
/
+34
*
Use standard casting mechanism to convert types in plpgsql, when possible.
Tom Lane
2015-03-04
1
-7
/
+8
*
Update 9.4 release notes.
Tom Lane
2014-12-14
1
-24
/
+41
*
Fix broken example in PL/pgSQL document.
Fujii Masao
2014-10-10
1
-2
/
+2
*
Check number of parameters in RAISE statement at compile time.
Heikki Linnakangas
2014-09-02
1
-0
/
+3
*
doc: Clean up some recently added PL/pgSQL documentation
Peter Eisentraut
2014-07-29
1
-25
/
+14
*
doc: Spell checking
Peter Eisentraut
2014-07-16
1
-1
/
+1
*
Fix whitespace
Peter Eisentraut
2014-07-08
1
-2
/
+2
*
Extra warnings and errors for PL/pgSQL
Simon Riggs
2014-04-06
1
-0
/
+50
*
docs: remove unnecessary references to old PG versions
Bruce Momjian
2014-02-24
1
-3
/
+2
*
Use E, not e, for escaping in example docs
Stephen Frost
2014-01-26
1
-1
/
+1
*
doc: rename "Equals" to "Equal"
Bruce Momjian
2014-01-16
1
-2
/
+2
*
doc: fix := description typo.
Bruce Momjian
2014-01-16
1
-1
/
+1
*
docs: update PL/pgSQL docs about the use of := and =
Bruce Momjian
2014-01-16
1
-6
/
+11
*
Revert fd2ace802811c333b0b4e1a28b138fd4774745f3
Bruce Momjian
2014-01-11
1
-15
/
+15
*
docs: remove undocumented assign syntax in plpgsql examples
Bruce Momjian
2014-01-11
1
-15
/
+15
*
plpgsql: Add new option print_strict_params.
Robert Haas
2013-10-07
1
-0
/
+24
*
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-24
1
-0
/
+57
*
Expose object name error fields in PL/pgSQL.
Noah Misch
2013-07-03
1
-0
/
+36
*
Documentation spell checking and markup improvements
Peter Eisentraut
2013-05-20
1
-3
/
+3
*
PL/pgSQL doc: Add example for RETURN QUERY
Peter Eisentraut
2013-04-24
1
-0
/
+30
*
doc: Improve example formatting
Peter Eisentraut
2013-04-21
1
-4
/
+4
*
doc: Fix syntax in example
Peter Eisentraut
2013-04-21
1
-1
/
+1
*
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
1
-1
/
+3
*
doc: Put PL/pgSQL RAISE USING keywords into a list
Peter Eisentraut
2012-12-17
1
-14
/
+38
*
Improve pl/pgsql to support composite-type expressions in RETURN.
Tom Lane
2012-12-06
1
-5
/
+19
*
Properly document that NEW is unassigned in plpgsql for DELETE (not
Bruce Momjian
2012-08-15
1
-2
/
+2
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
1
-1
/
+68
*
Fix sample INSTR function to return 0 if third arg is 0.
Robert Haas
2012-07-04
1
-2
/
+6
*
Make xrefs to tables instead of assuming they appear below
Peter Eisentraut
2012-05-15
1
-2
/
+2
*
Add caution about multiple unique indexes breaking plpgsql upsert example.
Tom Lane
2012-01-28
1
-1
/
+4
*
Add support for passing cursor parameters in named notation in PL/pgSQL.
Heikki Linnakangas
2011-12-14
1
-4
/
+19
*
Support range data types.
Heikki Linnakangas
2011-11-03
1
-3
/
+3
*
Marginal improvements to documentation of plpgsql's OPEN cursor statement.
Tom Lane
2011-10-15
1
-16
/
+28
*
Remove the custom_variable_classes parameter.
Tom Lane
2011-10-04
1
-5
/
+2
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
1
-68
/
+51
*
Revert documentation patch about NEW/OLD and triggers.
Bruce Momjian
2011-09-07
1
-4
/
+4
*
Properly document the existance of OLD/NEW trigger pl/pgsql trigger
Bruce Momjian
2011-09-06
1
-4
/
+4
*
Fix plpgsql "PERFORM" markup.
Bruce Momjian
2011-09-06
1
-1
/
+1
*
Document PERFORM limitation when using WITH queries.
Bruce Momjian
2011-09-06
1
-0
/
+3
*
Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.
Tom Lane
2011-07-18
1
-15
/
+106
*
Capitalization fixes
Peter Eisentraut
2011-06-19
1
-1
/
+1
*
Spell checking and markup refinement
Peter Eisentraut
2011-05-19
1
-1
/
+1
[next]