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
6d2b258a
Commit
6d2b258a
authored
Apr 15, 2008
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move LISTEN/NOTIFY items to separate TODO section.
parent
c28c9d69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
31 deletions
+39
-31
doc/TODO
doc/TODO
+21
-17
doc/src/FAQ/TODO.html
doc/src/FAQ/TODO.html
+18
-14
No files found.
doc/TODO
View file @
6d2b258a
PostgreSQL TODO List
PostgreSQL TODO List
====================
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Tue Apr 15 1
0:24:22
EDT 2008
Last updated: Tue Apr 15 1
1:06:48
EDT 2008
The most recent version of this document can be viewed at
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
http://www.postgresql.org/docs/faqs.TODO.html.
...
@@ -601,22 +601,6 @@ SQL Commands
...
@@ -601,22 +601,6 @@ SQL Commands
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
* Allow LISTEN/NOTIFY to store info in memory rather than tables?
Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
such information in memory would improve performance.
* Add optional textual message to NOTIFY
This would allow an informational message to be added to the notify
message, perhaps indicating the row modified or other custom
information.
* Allow multiple identical NOTIFY events to always be communicated to the
client, rather than sent as a single notification to the listener
http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php
* Add a GUC variable to warn about non-standard SQL usage in queries
* Add a GUC variable to warn about non-standard SQL usage in queries
* Add SQL-standard MERGE command, typically used to merge two tables
* Add SQL-standard MERGE command, typically used to merge two tables
[merge]
[merge]
...
@@ -878,6 +862,26 @@ SQL Commands
...
@@ -878,6 +862,26 @@ SQL Commands
ANALYZE, and CLUSTER
ANALYZE, and CLUSTER
* LISTEN/NOTIFY
o Allow LISTEN/NOTIFY to store info in memory rather than tables?
Currently LISTEN/NOTIFY information is stored in pg_listener.
Storing such information in memory would improve performance.
o Add optional textual message to NOTIFY
This would allow an informational message to be added to the notify
message, perhaps indicating the row modified or other custom
information.
o Allow multiple identical NOTIFY events to always be communicated
to the client, rather than sent as a single notification to the
listener
http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php
Referential Integrity
Referential Integrity
=====================
=====================
...
...
doc/src/FAQ/TODO.html
View file @
6d2b258a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<body
bgcolor=
"#FFFFFF"
text=
"#000000"
link=
"#FF0000"
vlink=
"#A00000"
alink=
"#0000FF"
>
<body
bgcolor=
"#FFFFFF"
text=
"#000000"
link=
"#FF0000"
vlink=
"#A00000"
alink=
"#0000FF"
>
<h1><a
name=
"section_1"
>
PostgreSQL TODO List
</a></h1>
<h1><a
name=
"section_1"
>
PostgreSQL TODO List
</a></h1>
<p>
Current maintainer: Bruce Momjian (
<a
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</a>
)
<br/>
<p>
Current maintainer: Bruce Momjian (
<a
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</a>
)
<br/>
Last updated: Tue Apr 15 1
0:24:22
EDT 2008
Last updated: Tue Apr 15 1
1:06:48
EDT 2008
</p>
</p>
<p>
The most recent version of this document can be viewed at
<br/>
<p>
The most recent version of this document can be viewed at
<br/>
<a
href=
"http://www.postgresql.org/docs/faqs.TODO.html"
>
http://www.postgresql.org/docs/faqs.TODO.html
</a>
.
<a
href=
"http://www.postgresql.org/docs/faqs.TODO.html"
>
http://www.postgresql.org/docs/faqs.TODO.html
</a>
.
...
@@ -522,19 +522,6 @@ first. There is also a developer's wiki at<br/>
...
@@ -522,19 +522,6 @@ first. There is also a developer's wiki at<br/>
</p>
</p>
</li><li>
Improve logging of prepared transactions recovered during startup
</li><li>
Improve logging of prepared transactions recovered during startup
<p>
<a
href=
"http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php"
>
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
</a>
<p>
<a
href=
"http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php"
>
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
</a>
</p>
</li><li>
Allow LISTEN/NOTIFY to store info in memory rather than tables?
<p>
Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
such information in memory would improve performance.
</p>
</li><li>
Add optional textual message to NOTIFY
<p>
This would allow an informational message to be added to the notify
message, perhaps indicating the row modified or other custom
information.
</p>
</li><li>
Allow multiple identical NOTIFY events to always be communicated to the
client, rather than sent as a single notification to the listener
<p>
<a
href=
"http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php"
>
http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php
</a>
</p>
</p>
</li><li>
Add a GUC variable to warn about non-standard SQL usage in queries
</li><li>
Add a GUC variable to warn about non-standard SQL usage in queries
</li><li>
Add SQL-standard MERGE command, typically used to merge two tables
</li><li>
Add SQL-standard MERGE command, typically used to merge two tables
...
@@ -758,6 +745,23 @@ first. There is also a developer's wiki at<br/>
...
@@ -758,6 +745,23 @@ first. There is also a developer's wiki at<br/>
<li>
Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
<li>
Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
ANALYZE, and CLUSTER
ANALYZE, and CLUSTER
</li></ul>
</li></ul>
</li><li>
LISTEN/NOTIFY
<ul>
<li>
Allow LISTEN/NOTIFY to store info in memory rather than tables?
<p>
Currently LISTEN/NOTIFY information is stored in pg_listener.
Storing such information in memory would improve performance.
</p>
</li><li>
Add optional textual message to NOTIFY
<p>
This would allow an informational message to be added to the notify
message, perhaps indicating the row modified or other custom
information.
</p>
</li><li>
Allow multiple identical NOTIFY events to always be communicated
to the client, rather than sent as a single notification to the
listener
<p>
<a
href=
"http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php"
>
http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php
</a>
</p>
</li></ul>
</li></ul>
</li></ul>
<h1><a
name=
"section_8"
>
Referential Integrity
</a></h1>
<h1><a
name=
"section_8"
>
Referential Integrity
</a></h1>
...
...
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