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
1e988ce4
Commit
1e988ce4
authored
Dec 04, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update HISTORY to current.
parent
f4bd04bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
HISTORY
HISTORY
+6
-3
No files found.
HISTORY
View file @
1e988ce4
...
@@ -44,11 +44,13 @@ Migration to 7.2
...
@@ -44,11 +44,13 @@ Migration to 7.2
re-enabled using a postgresql.conf parameter. The SELECT ... LIMIT
re-enabled using a postgresql.conf parameter. The SELECT ... LIMIT
#,# syntax will be removed in 7.3. You should change your queries to
#,# syntax will be removed in 7.3. You should change your queries to
use separate LIMIT and OFFSET clauses, e.g. LIMIT 10 OFFSET 20. Also,
use separate LIMIT and OFFSET clauses, e.g. LIMIT 10 OFFSET 20. Also,
pg_hba.conf now only loads on SIGHUP.
pg_hba.conf now only loads on SIGHUP. Octet_length() now returns
uncompressed data length. 'current' no longer used; use
CURRENT_TIMESTAMP instead.
AS OF 2001-1
1-19
AS OF 2001-1
2-04
Bug Fixes
Bug Fixes
---------
---------
...
@@ -97,7 +99,7 @@ Native language support for error messages in psql, pg_dump, libpq, and
...
@@ -97,7 +99,7 @@ Native language support for error messages in psql, pg_dump, libpq, and
postgres components; configure --enable-nls
postgres components; configure --enable-nls
(Peter E [German, some French, some Swedish], Serguei A. Mokhov [Russian],
(Peter E [German, some French, some Swedish], Serguei A. Mokhov [Russian],
Karel Zak [Czech], Weiping He [Simplified Chinese], Zhenbang Wei
Karel Zak [Czech], Weiping He [Simplified Chinese], Zhenbang Wei
[Traditional Chinese])
[Traditional Chinese]
, Zoltan [Hungarian]
)
Make NULL appear at beginning/end based on ORDER BY (Tom)
Make NULL appear at beginning/end based on ORDER BY (Tom)
Add %TYPE capability to CREATE TYPE (Ian Lance Taylor)
Add %TYPE capability to CREATE TYPE (Ian Lance Taylor)
Truncate extra-long sequence names to a reasonable value (Tom)
Truncate extra-long sequence names to a reasonable value (Tom)
...
@@ -160,6 +162,7 @@ Remove 'triggered data change violation' error check (Tom)
...
@@ -160,6 +162,7 @@ Remove 'triggered data change violation' error check (Tom)
Optimize LIKE/ILIKE when using single-byte encodings (Tatsuo)
Optimize LIKE/ILIKE when using single-byte encodings (Tatsuo)
New libpq function PQescapeBytea() escapes binary strings for use as
New libpq function PQescapeBytea() escapes binary strings for use as
SQL string literals
SQL string literals
Improve reporting of PL/PgSQL error location (Tom)
Types
Types
-----
-----
...
...
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