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
c3c36bf3
Commit
c3c36bf3
authored
Dec 21, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pre-page -> after-change, per Vadim.
parent
9640666c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/TODO
doc/TODO
+4
-4
No files found.
doc/TODO
View file @
c3c36bf3
TODO list for PostgreSQL
========================
Last updated: Thu Dec 20
17:01:06
EST 2001
Last updated: Thu Dec 20
22:55:17
EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -376,10 +376,10 @@ MISCELLANEOUS
* Allow logging of query durations
* Add hash for evaluating GROUP BY aggregates
* -Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
* Have
pre-pa
ge WAL write()'s write only modified data to kernel
* Reduce number of
pre-pa
ge WAL writes; they exist only to gaurd against
* Have
after-chan
ge WAL write()'s write only modified data to kernel
* Reduce number of
after-chan
ge WAL writes; they exist only to gaurd against
partial page writes
* Turn off
pre-pa
ge writes if fsync is disabled (?)
* Turn off
after-chan
ge writes if fsync is disabled (?)
* -Improve spinlock code [performance] (Tom)
* Do listen() in postmaster and accept() in pre-forked backend
* Have pre-forked backend pre-connect to last requested database or pass
...
...
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