@@ -129,7 +129,7 @@ Use local buffer cache for temporary tables so no WAL overhead (Tom)
129129
130130Privileges
131131==========
132- Add privileges on functions and procedural languages
132+ Add privileges on functions and procedural languages (Peter)
133133Add OWNER to CREATE DATABASE so superusers can create databases
134134 on behalf of unprivileged users. (Gavin Sherry, Tom)
135135Add new object permission bits EXECUTE and USAGE (Tom)
@@ -213,7 +213,7 @@ Auto-destroy sequence on DROP of table with SERIAL (Rod)
213213Prevent column dropping if column is used by foreign key (Rod)
214214Automatically drop constraints/functions when object is dropped (Rod)
215215Add CREATE/DROP OPERATOR CLASS (Bill Studenmund, Tom)
216- Add ALTER TABLE DROP COLUMN (Christopher)
216+ Add ALTER TABLE DROP COLUMN (Christopher, Tom, Hiroshi )
217217Prevent inherited columns from being removed or renamed (Alvaro Herrera)
218218Add CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE (Gavin, Neil, Tom)
219219Fix 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
253253 previous CLUSTER operations (Alvaro Herrera)
254254Overhaul pg_dumpall (Peter)
255255Allow REINDEX of TOAST tables (Tom)
256+ Implemented START TRANSACTION, per SQL99 (Neil)
256257
257258Data Types and Functions
258259========================
@@ -299,7 +300,7 @@ Fix cash_words() to not overflow buffer (Tom)
299300Add functions replace(), split(), to_hex() (Joe)
300301Fix LIKE for bytea as a right-hand argument (Joe)
301302Prevent crashes caused by SELECT cash_out(2)
302- Triggers are now fired in alphabetical order
303+ Triggers are now fired in alphabetical order (Tom)
303304
304305Internationalization
305306====================
@@ -320,7 +321,7 @@ Server-side Languages
320321=====================
321322Allow recursive SQL function (Peter)
322323Change 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)
324325Allow PL/PgSQL to handle quoted identifiers (Tom)
325326Allow PL/pgSQL functions can return sets (Neil)
326327
@@ -416,9 +417,9 @@ Fix memory leak in rtree (Kenneth Been)
416417Modify a few error messages for consistency (Bruce)
417418Remove unused system table columns (Peter)
418419Make 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)
420421Remove OPAQUE and create specific subtypes (Tom)
421- Cleanups in array internal handling (Joe)
422+ Cleanups in array internal handling (Joe, Tom )
422423Disallow pg_atoi('') (Bruce)
423424Remove GUC parameter wal_files because WAL files are now recycled (Bruce)
424425
0 commit comments