@@ -334,8 +334,8 @@ Server-side Languages
334
334
=====================
335
335
Allow recursive SQL function (Peter)
336
336
Change PL/Tcl build to use configured compiler and Makefile.shlib (Peter)
337
- Overhaul the PL/PgSQL FOUND variable to be more Oracle-compatible (Tom, Neil)
338
- Allow PL/PgSQL to handle quoted identifiers (Tom)
337
+ Overhaul the PL/pgSQL FOUND variable to be more Oracle-compatible (Tom, Neil)
338
+ Allow PL/pgSQL to handle quoted identifiers (Tom)
339
339
Allow PL/pgSQL functions can return sets (Neil)
340
340
341
341
Psql
@@ -488,7 +488,7 @@ Migration to version 7.2.2
488
488
489
489
Changes
490
490
491
- Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
491
+ Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom)
492
492
Fix for compressed transaction log id wraparound (Tom)
493
493
Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f (Tatsuo)
494
494
Fix for psql and pg_dump crashing when invoked with non-existent long
@@ -542,7 +542,7 @@ Changes
542
542
contrib/tsearch dictionary improvements, see README.tsearch for
543
543
an additional installation step (Thomas T. Thai, Teodor Sigaev)
544
544
Fix for array subscripts handling (Tom)
545
- Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
545
+ Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom)
546
546
547
547
548
548
----------------------------------------------------------------------
@@ -1178,7 +1178,7 @@ Changes
1178
1178
Fix lpad() and rpad() to handle length less than input string (Tom)
1179
1179
Fix use of NOTIFY in some rules (Tom)
1180
1180
Overhaul btree code (Tom)
1181
- Fix NOT NULL use in Pl /pgSQL variables (Tom)
1181
+ Fix NOT NULL use in PL /pgSQL variables (Tom)
1182
1182
Overhaul GIST code (Oleg)
1183
1183
Fix CLUSTER to preserve constraints and column default (Tom)
1184
1184
Improved deadlock detection handling (Tom)
@@ -2093,7 +2093,7 @@ Changes
2093
2093
Adjust handling of data type names to suppress double quotes(Thomas)
2094
2094
Use type coercion for matching columns and DEFAULT(Thomas)
2095
2095
Fix deadlock so it only checks once after one second of sleep(Bruce)
2096
- Fixes for aggregates and PL/pgsql (Hiroshi)
2096
+ Fixes for aggregates and PL/pgSQL (Hiroshi)
2097
2097
Fix for subquery crash(Vadim)
2098
2098
Fix for libpq function PQfnumber and case-insensitive names(Bahman Rafatjoo)
2099
2099
Fix for large object write-in-middle, no extra block, memory consumption(Tatsuo)
0 commit comments