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
e19f3861
Commit
e19f3861
authored
Dec 20, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Holloman -> Hollomon. Sorry.
parent
89996974
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
HISTORY
HISTORY
+5
-5
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+6
-6
No files found.
HISTORY
View file @
e19f3861
...
...
@@ -63,9 +63,9 @@ Fix for DROP TABLE/INDEX in rolled-back transaction (Hiroshi)
Fix psql crash from \l+ if MULTIBYTE enabled (Peter E)
Fix truncation of rule names during CREATE VIEW (Ross Reedstrom)
Fix PL/perl (Alex Kapranoff)
Disallow LOCK on views (Mark Hollom
a
n)
Disallow INSERT/UPDATE/DELETE on views (Mark Hollom
a
n)
Disallow DROP RULE, CREATE INDEX, TRUNCATE on views (Mark Hollom
a
n)
Disallow LOCK on views (Mark Hollom
o
n)
Disallow INSERT/UPDATE/DELETE on views (Mark Hollom
o
n)
Disallow DROP RULE, CREATE INDEX, TRUNCATE on views (Mark Hollom
o
n)
Allow PL/pgSQL accept non-ASCII identifiers (Tatsuo)
Allow views to proper handle GROUP BY, aggregates, DISTINCT (Tom)
Fix rare failure with TRUNCATE command (Tom)
...
...
@@ -133,7 +133,7 @@ New PL/pgSQL EXECUTE command which allows dynamic SQL and utility statements
(Jan)
New PL/pgSQL GET DIAGNOSTICS statement for SPI value access (Jan)
New quote_identifiers() and quote_literal() functions (Jan)
New ALTER TABLE table OWNER TO user command (Mark Hollom
a
n)
New ALTER TABLE table OWNER TO user command (Mark Hollom
o
n)
Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom)
Update PyGreSQL to version 3.1 (D'Arcy)
Store tables as files named by OID (Vadim)
...
...
@@ -188,7 +188,7 @@ New OpenSSL configuration option (Magnus, Peter E)
AIX fixes (Andreas)
New heap_open(), heap_openr() API (Tom)
Remove colon and semi-colon operators (Thomas)
New pg_class.relkind value for views (Mark Hollom
a
n)
New pg_class.relkind value for views (Mark Hollom
o
n)
Rename ichar() to chr() (Karel)
New documentation for btrim(), ascii(), chr(), repeat() (Karel)
Fixes for NT/Cygwin (Pete Forman)
...
...
doc/src/sgml/release.sgml
View file @
e19f3861
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.6
6 2000/12/18 04:32:09
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.6
7 2000/12/20 02:15:20
momjian Exp $
-->
<chapter id="release">
...
...
@@ -139,9 +139,9 @@ Fix for DROP TABLE/INDEX in rolled-back transaction (Hiroshi)
Fix psql crash from \l+ if MULTIBYTE enabled (Peter E)
Fix truncation of rule names during CREATE VIEW (Ross Reedstrom)
Fix PL/perl (Alex Kapranoff)
Disallow LOCK on views (Mark Hollom
a
n)
Disallow INSERT/UPDATE/DELETE on views (Mark Hollom
a
n)
Disallow DROP RULE, CREATE INDEX, TRUNCATE on views (Mark Hollom
a
n)
Disallow LOCK on views (Mark Hollom
o
n)
Disallow INSERT/UPDATE/DELETE on views (Mark Hollom
o
n)
Disallow DROP RULE, CREATE INDEX, TRUNCATE on views (Mark Hollom
o
n)
Allow PL/pgSQL accept non-ASCII identifiers (Tatsuo)
Allow views to proper handle GROUP BY, aggregates, DISTINCT (Tom)
Fix rare failure with TRUNCATE command (Tom)
...
...
@@ -209,7 +209,7 @@ New PL/pgSQL EXECUTE command which allows dynamic SQL and utility statements
(Jan)
New PL/pgSQL GET DIAGNOSTICS statement for SPI value access (Jan)
New quote_identifiers() and quote_literal() functions (Jan)
New ALTER TABLE table OWNER TO user command (Mark Hollom
a
n)
New ALTER TABLE table OWNER TO user command (Mark Hollom
o
n)
Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom)
Update PyGreSQL to version 3.1 (D'Arcy)
Store tables as files named by OID (Vadim)
...
...
@@ -264,7 +264,7 @@ New OpenSSL configuration option (Magnus, Peter E)
AIX fixes (Andreas)
New heap_open(), heap_openr() API (Tom)
Remove colon and semi-colon operators (Thomas)
New pg_class.relkind value for views (Mark Hollom
a
n)
New pg_class.relkind value for views (Mark Hollom
o
n)
Rename ichar() to chr() (Karel)
New documentation for btrim(), ascii(), chr(), repeat() (Karel)
Fixes for NT/Cygwin (Pete Forman)
...
...
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