Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a6c00af4
Commit
a6c00af4
authored
Sep 24, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make PL/pgSQL capitalization consistent.
parent
c6367df5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
HISTORY
HISTORY
+6
-6
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+3
-3
No files found.
HISTORY
View file @
a6c00af4
...
...
@@ -334,8 +334,8 @@ Server-side Languages
=====================
Allow recursive SQL function (Peter)
Change PL/Tcl build to use configured compiler and Makefile.shlib (Peter)
Overhaul the PL/
P
gSQL FOUND variable to be more Oracle-compatible (Tom, Neil)
Allow PL/
P
gSQL to handle quoted identifiers (Tom)
Overhaul the PL/
p
gSQL FOUND variable to be more Oracle-compatible (Tom, Neil)
Allow PL/
p
gSQL to handle quoted identifiers (Tom)
Allow PL/pgSQL functions can return sets (Neil)
Psql
...
...
@@ -488,7 +488,7 @@ Migration to version 7.2.2
Changes
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/
P
gSQL (Tom)
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/
p
gSQL (Tom)
Fix for compressed transaction log id wraparound (Tom)
Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f (Tatsuo)
Fix for psql and pg_dump crashing when invoked with non-existent long
...
...
@@ -542,7 +542,7 @@ Changes
contrib/tsearch dictionary improvements, see README.tsearch for
an additional installation step (Thomas T. Thai, Teodor Sigaev)
Fix for array subscripts handling (Tom)
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/
P
gSQL (Tom)
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/
p
gSQL (Tom)
----------------------------------------------------------------------
...
...
@@ -1178,7 +1178,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 P
l
/pgSQL variables (Tom)
Fix NOT NULL use in P
L
/pgSQL variables (Tom)
Overhaul GIST code (Oleg)
Fix CLUSTER to preserve constraints and column default (Tom)
Improved deadlock detection handling (Tom)
...
...
@@ -2093,7 +2093,7 @@ Changes
Adjust handling of data type names to suppress double quotes(Thomas)
Use type coercion for matching columns and DEFAULT(Thomas)
Fix deadlock so it only checks once after one second of sleep(Bruce)
Fixes for aggregates and PL/pg
sql
(Hiroshi)
Fixes for aggregates and PL/pg
SQL
(Hiroshi)
Fix for subquery crash(Vadim)
Fix for libpq function PQfnumber and case-insensitive names(Bahman Rafatjoo)
Fix for large object write-in-middle, no extra block, memory consumption(Tatsuo)
...
...
doc/src/sgml/release.sgml
View file @
a6c00af4
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.16
0 2002/09/21 18:32:53 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.16
1 2002/09/24 23:37:42 momjian
Exp $
-->
<appendix id="release">
...
...
@@ -164,7 +164,7 @@ Regular expression function SUBSTRING() implemented per SQL99
<para>
<literallayout>
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/
P
gSQL (Tom)
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/
p
gSQL (Tom)
Fix for compressed transaction log id wraparound (Tom)
Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f (Tatsuo)
Fix for psql and pg_dump crashing when invoked with non-existand long
...
...
@@ -227,7 +227,7 @@ contrib/btree_gist improvements (Teodor Sigaev)
contrib/tsearch dictionary improvements, see README.tsearch for
an additional installation step (Thomas T. Thai, Teodor Sigaev)
Fix for array subscripts handling (Tom)
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/
P
gSQL (Tom)
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/
p
gSQL (Tom)
</literallayout>
</para>
</sect2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment