Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
1b6aa29a
Commit
1b6aa29a
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Consistend spelling for PL/pgSQL
parent
a7ff4a73
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
HISTORY
+4
-4
4 additions, 4 deletions
HISTORY
doc/src/sgml/release.sgml
+5
-5
5 additions, 5 deletions
doc/src/sgml/release.sgml
with
9 additions
and
9 deletions
HISTORY
+
4
−
4
View file @
1b6aa29a
...
...
@@ -276,7 +276,7 @@ Changes
Allow IS or FOR key words in cursor declaration, for compatibility (Bruce)
Fix for SELECT ... FOR UPDATE (Tom)
Fix for PERFORM returning multiple rows (Tom)
Make PL/
P
gSQL use the server's type coercion code (Tom)
Make PL/
p
gSQL use the server's type coercion code (Tom)
Memory leak fix (Jan, Tom)
Make trailing semicolon optional (Tom)
...
...
@@ -459,7 +459,7 @@ Changes
Remove unused WAL segements of large transactions (Tom)
Multiaction rule fix (Tom)
P
l
/pgSQL memory allocation fix (Jan)
P
L
/pgSQL memory allocation fix (Jan)
VACUUM buffer fix (Tom)
Regression test fixes (Tom)
pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
...
...
@@ -487,7 +487,7 @@ Migration to version 7.1.2
Changes
Fix PL/
P
gSQL SELECTs when returning no rows
Fix PL/
p
gSQL SELECTs when returning no rows
Fix for psql backslash core dump
Referential integrity permission fix
Optimizer fixes
...
...
@@ -631,7 +631,7 @@ Changes
Fix lpad() and rpad() to handle length less than input string (Tom)
Fix use of NOTIFY in some rules (Tom)
Overhaul btree code (Tom)
Fix NOT NULL use in Pl/
P
gSQL variables (Tom)
Fix NOT NULL use in Pl/
p
gSQL variables (Tom)
Overhaul GIST code (Oleg)
Fix CLUSTER to preserve constraints and column default (Tom)
Improved deadlock detection handling (Tom)
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/release.sgml
+
5
−
5
View file @
1b6aa29a
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.11
4
2002/01/31
18:31:44
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.11
5
2002/01/31
21:20:03
momjian Exp $
-->
<appendix id="release">
...
...
@@ -378,7 +378,7 @@ Improve PL/pgSQL error reporting, including location of error (Tom)
Allow IS or FOR key words in cursor declaration, for compatibility (Bruce)
Fix for SELECT ... FOR UPDATE (Tom)
Fix for PERFORM returning multiple rows (Tom)
Make PL/
P
gSQL use the server's type coercion code (Tom)
Make PL/
p
gSQL use the server's type coercion code (Tom)
Memory leak fix (Jan, Tom)
Make trailing semicolon optional (Tom)
</literallayout>
...
...
@@ -585,7 +585,7 @@ Add new pg_resetxlog options (Bruce, Tom)
<programlisting>
Remove unused WAL segements of large transactions (Tom)
Multiaction rule fix (Tom)
P
l
/pgSQL memory allocation fix (Jan)
P
L
/pgSQL memory allocation fix (Jan)
VACUUM buffer fix (Tom)
Regression test fixes (Tom)
pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
...
...
@@ -626,7 +626,7 @@ Cygwin build (Jason Tishler)
<para>
<programlisting>
Fix PL/
P
gSQL SELECTs when returning no rows
Fix PL/
p
gSQL SELECTs when returning no rows
Fix for psql backslash core dump
Referential integrity permission fix
Optimizer fixes
...
...
@@ -834,7 +834,7 @@ Fix OVERLAPS operators conform to SQL92 spec regarding NULLs (Tom)
Fix lpad() and rpad() to handle length less than input string (Tom)
Fix use of NOTIFY in some rules (Tom)
Overhaul btree code (Tom)
Fix NOT NULL use in Pl/
P
gSQL variables (Tom)
Fix NOT NULL use in Pl/
p
gSQL variables (Tom)
Overhaul GIST code (Oleg)
Fix CLUSTER to preserve constraints and column default (Tom)
Improved deadlock detection handling (Tom)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment