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
a740c228
Commit
a740c228
authored
Dec 28, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added:
> * Add OpenBSD's getpeereid() call for local socket authentication (Bruce)
parent
a6e59234
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/TODO
doc/TODO
+5
-3
No files found.
doc/TODO
View file @
a740c228
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: Thu Dec 27 23:
29:10
EST 2001
Last updated: Thu Dec 27 23:
32:28
EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -239,8 +239,8 @@ CLIENTS
...
@@ -239,8 +239,8 @@ CLIENTS
* Add PGPASSWORDFILE environment variable or ~/.pgpass to store
* Add PGPASSWORDFILE environment variable or ~/.pgpass to store
user/host/password combinations
user/host/password combinations
* Remove PGPASSWORD because is insecure on some OS's
* Remove PGPASSWORD because is insecure on some OS's
* -Allow s
ecure single-user use
without passwords using Unix socket permissions
* -Allow s
ingle-user access
without passwords using Unix socket permissions
* Make single-user local
socket
permissions the default (Peter E)
* Make single-user local
access
permissions the default (Peter E)
* JDBC
* JDBC
o Comprehensive test suite. This may be available already.
o Comprehensive test suite. This may be available already.
o Updateable resultSet (must be done in backend code)
o Updateable resultSet (must be done in backend code)
...
@@ -418,6 +418,8 @@ SOURCE CODE
...
@@ -418,6 +418,8 @@ SOURCE CODE
* Modify regression tests to prevent failures do to minor numeric rounding
* Modify regression tests to prevent failures do to minor numeric rounding
* Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
* Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
* Use our own getopt() for FreeBSD/OpenBSD to allow --xxx flags (Bruce)
* Use our own getopt() for FreeBSD/OpenBSD to allow --xxx flags (Bruce)
* Add OpenBSD's getpeereid() call for local socket authentication (Bruce)
---------------------------------------------------------------------------
---------------------------------------------------------------------------
...
...
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