File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ Allow TIME and TYPE column names(Thomas)
10
10
Allow larger range of true/false as boolean values(Thomas)
11
11
Support output of "now" and "current"(Thomas)
12
12
Handle DEFAULT with INSERT of NULL properly(Vadim)
13
- fix for buffer cache reference count problem(Vadim)
13
+ Fix for relation reference counts problem in buffer manager (Vadim)
14
14
Allow strings to span lines, like ANSI(Thomas)
15
- Fix for backward ORDER BY(Vadim)
15
+ Fix for backward cursor with ORDER BY(Vadim)
16
16
Fix avg(cash) computation(Thomas)
17
- Fix for specifying a column twice in ORDER BY(Vadim)
18
- Documented new libpq function to return affected rows, PQcmdTuples(Vadim)
17
+ Fix for specifying a column twice in ORDER/GROUP BY(Vadim)
18
+ Documented new libpq function to return affected rows, PQcmdTuples(Bruce)
19
+ Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan)
19
20
20
21
21
22
PostgreSQL 6.2 Thu Oct 02 12:53:46 EDT 1997
You can’t perform that action at this time.
0 commit comments