Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2bfe2d

Browse files
committed
Update for 7.3.3.
1 parent77645b9 commite2bfe2d

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

‎HISTORY

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,106 @@
3030
(grant option)
3131
_________________________________________________________________
3232

33+
Release 7.3.3
34+
35+
Release date: 2003-05-22
36+
37+
This has a variety of fixes from 7.3.2.
38+
_________________________________________________________________
39+
40+
Migration to version 7.3.3
41+
42+
A dump/restore is *not* required for those running 7.3.*.
43+
_________________________________________________________________
44+
45+
Changes
46+
47+
Repair sometimes-incorrect computation of StartUpID after a crash
48+
Avoid slowness with lots of deferred triggers in one transaction (Stephan)
49+
Don't lock referenced row when UPDATE doesn't change foreign key's value
50+
(Jan)
51+
Use -fPIC not -fpic on Sparc (Tom Callaway)
52+
Repair lack of schema-awareness in contrib/reindexdb
53+
Fix contrib/intarray error for zero-element result array (Teodor)
54+
Ensure createuser script will exit on control-C (Oliver)
55+
Fix errors when the type of a dropped column has itself been dropped
56+
CHECKPOINT does not cause database panic on failure in noncritical steps
57+
Accept 60 in seconds fields of timestamp, time, interval input values
58+
Issue notice, not error, if TIMESTAMP, TIME, or INTERVAL precision too
59+
large
60+
Fix abstime-to-time cast function (fix is not applied unless you initdb)
61+
Fix pg_proc entry for timestamptz_izone (fix is not applied unless you
62+
initdb)
63+
Make EXTRACT(EPOCH FROM timestamp without time zone) treat input as
64+
local time
65+
'now'::timestamptz gave wrong answer if timezone changed earlier in
66+
transaction
67+
HAVE_INT64_TIMESTAMP code for time with timezone overwrote its input
68+
Accept GLOBAL TEMP/TEMPORARY as a synonym for TEMPORARY
69+
Avoid improper schema-permissions-check failure in foreign-key triggers
70+
Fix bugs in foreign-key triggers for SET DEFAULT action
71+
Fix incorrect time-qual check in row fetch for UPDATE and DELETE triggers
72+
Foreign-key clauses were parsed but ignored in ALTER TABLE ADD COLUMN
73+
Fix createlang script breakage for case where handler function already
74+
exists
75+
Fix misbehavior on zero-column tables in pg_dump, COPY, ANALYZE, other
76+
places
77+
Fix misbehavior of func_error() on type names containing '%'
78+
Fix misbehavior of replace() on strings containing '%'
79+
Regular-expression patterns containing certain multibyte characters failed
80+
Account correctly for NULLs in more cases in join size estimation
81+
Avoid conflict with system definition of isblank() function or macro
82+
Fix failure to convert large code point values in EUC_TW conversions
83+
(Tatsuo)
84+
Fix error recovery for SSL_read/SSL_write calls
85+
Don't do early constant-folding of type coercion expressions
86+
Validate page header fields immediately after reading in any page
87+
Repair incorrect check for ungrouped variables in unnamed joins
88+
Fix buffer overrun in to_ascii (Guido Notari)
89+
contrib/ltree fixes (Teodor)
90+
Fix core dump in deadlock detection on machines where char is unsigned
91+
Avoid running out of buffers in many-way indexscan (bug introduced in 7.3)
92+
Fix planner's selectivity estimation functions to handle domains properly
93+
Fix dbmirror memory-allocation bug (Steven Singer)
94+
Prevent infinite loop in ln(numeric) due to roundoff error.
95+
GROUP BY got confused if there were multiple equal GROUP BY items
96+
Fix bad plan when inherited UPDATE/DELETE references another inherited
97+
table
98+
Prevent clustering on incomplete (partial or non-NULL-storing) indexes
99+
Service shutdown request at proper time if it arrives while still
100+
starting up
101+
Fix left-links in temporary indexes (could make backwards scans miss
102+
entries)
103+
Fix incorrect handling of client_encoding setting in postgresql.conf
104+
(Tatsuo)
105+
Fix failure to respond to 'pg_ctl stop -m fast' after Async_NotifyHandler
106+
runs
107+
Fix SPI for case where rule contains multiple statements of the same type
108+
Fix problem with checking for wrong type of access permission in rule query
109+
Fix problem with EXCEPT in CREATE RULE
110+
Prevent problem with dropping temp tables having serial columns
111+
Fix replace_vars_with_subplan_refs failure in complex views
112+
Fix regexp slowness in multibyte encodings (Tatsuo)
113+
Allow qualified type names in CREATE CAST and DROP CAST
114+
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
115+
Fix pg_dump core dump in some cases with procedural languages
116+
Force ISO datestyle in pg_dump output, for portability (Oliver)
117+
pg_dump failed to handle error return from lo_read (Oleg Drokin)
118+
pg_dumpall failed with groups having no members (Nick Eskelinen)
119+
pg_dumpall failed to recognize --globals-only switch
120+
pg_restore failed to restore blobs if -X disable-triggers is specified
121+
Repair intrafunction memory leak in plpgsql
122+
pltcl's elog command dumped core if given wrong parameters (Ian Harding)
123+
plpython used wrong value of atttypmod (Brad McLean)
124+
Fix improper quoting of boolean values in Python interface (D'Arcy)
125+
Added addDataType() method to PGConnection interface for JDBC
126+
Fixed various problems with updateable ResultSets for JDBC (Shawn Green)
127+
Fixed various problems with DatabaseMetaData for JDBC (Kris Jurka,
128+
Peter Royal)
129+
Fixed problem with parsing table ACLs in JDBC
130+
Better error message for character set conversion problems in JDBC
131+
_________________________________________________________________
132+
33133
Release 7.3.2
34134

35135
Release date: 2003-02-04

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp