@@ -129,7 +129,7 @@ Use local buffer cache for temporary tables so no WAL overhead (Tom)
129
129
130
130
Privileges
131
131
==========
132
- Add privileges on functions and procedural languages
132
+ Add privileges on functions and procedural languages (Peter)
133
133
Add OWNER to CREATE DATABASE so superusers can create databases
134
134
on behalf of unprivileged users. (Gavin Sherry, Tom)
135
135
Add new object permission bits EXECUTE and USAGE (Tom)
@@ -213,7 +213,7 @@ Auto-destroy sequence on DROP of table with SERIAL (Rod)
213
213
Prevent column dropping if column is used by foreign key (Rod)
214
214
Automatically drop constraints/functions when object is dropped (Rod)
215
215
Add CREATE/DROP OPERATOR CLASS (Bill Studenmund, Tom)
216
- Add ALTER TABLE DROP COLUMN (Christopher)
216
+ Add ALTER TABLE DROP COLUMN (Christopher, Tom, Hiroshi )
217
217
Prevent inherited columns from being removed or renamed (Alvaro Herrera)
218
218
Add CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE (Gavin, Neil, Tom)
219
219
Fix foreign key constraints to not error on intermediate db states (Stephan)
@@ -253,6 +253,7 @@ Add clusterdb utility that will auto-cluster an entire database based on
253
253
previous CLUSTER operations (Alvaro Herrera)
254
254
Overhaul pg_dumpall (Peter)
255
255
Allow REINDEX of TOAST tables (Tom)
256
+ Implemented START TRANSACTION, per SQL99 (Neil)
256
257
257
258
Data Types and Functions
258
259
========================
@@ -299,7 +300,7 @@ Fix cash_words() to not overflow buffer (Tom)
299
300
Add functions replace(), split(), to_hex() (Joe)
300
301
Fix LIKE for bytea as a right-hand argument (Joe)
301
302
Prevent crashes caused by SELECT cash_out(2)
302
- Triggers are now fired in alphabetical order
303
+ Triggers are now fired in alphabetical order (Tom)
303
304
304
305
Internationalization
305
306
====================
@@ -320,7 +321,7 @@ Server-side Languages
320
321
=====================
321
322
Allow recursive SQL function (Peter)
322
323
Change PL/Tcl build to use configured compiler and Makefile.shlib (Peter)
323
- Have PL/PgSQL FOUND return proper value for PERFORM and SELECT INTO (Tom, Neil)
324
+ Overhaul the PL/PgSQL FOUND variable to be more Oracle-compatible (Tom, Neil)
324
325
Allow PL/PgSQL to handle quoted identifiers (Tom)
325
326
Allow PL/pgSQL functions can return sets (Neil)
326
327
@@ -416,9 +417,9 @@ Fix memory leak in rtree (Kenneth Been)
416
417
Modify a few error messages for consistency (Bruce)
417
418
Remove unused system table columns (Peter)
418
419
Make system columns NOT NULL where appropriate (Tom)
419
- Clean up use of sprintf in favor of snprintf()
420
+ Clean up use of sprintf in favor of snprintf() (Neil, Jukka Holappa)
420
421
Remove OPAQUE and create specific subtypes (Tom)
421
- Cleanups in array internal handling (Joe)
422
+ Cleanups in array internal handling (Joe, Tom )
422
423
Disallow pg_atoi('') (Bruce)
423
424
Remove GUC parameter wal_files because WAL files are now recycled (Bruce)
424
425
0 commit comments