Skip to content

Commit c5214b9

Browse files
committed
Add change by Neil.
1 parent e43ecb3 commit c5214b9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

HISTORY

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Use local buffer cache for temporary tables so no WAL overhead (Tom)
129129

130130
Privileges
131131
==========
132-
Add privileges on functions and procedural languages
132+
Add privileges on functions and procedural languages (Peter)
133133
Add OWNER to CREATE DATABASE so superusers can create databases
134134
on behalf of unprivileged users. (Gavin Sherry, Tom)
135135
Add new object permission bits EXECUTE and USAGE (Tom)
@@ -213,7 +213,7 @@ Auto-destroy sequence on DROP of table with SERIAL (Rod)
213213
Prevent column dropping if column is used by foreign key (Rod)
214214
Automatically drop constraints/functions when object is dropped (Rod)
215215
Add CREATE/DROP OPERATOR CLASS (Bill Studenmund, Tom)
216-
Add ALTER TABLE DROP COLUMN (Christopher)
216+
Add ALTER TABLE DROP COLUMN (Christopher, Tom, Hiroshi)
217217
Prevent inherited columns from being removed or renamed (Alvaro Herrera)
218218
Add CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE (Gavin, Neil, Tom)
219219
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
253253
previous CLUSTER operations (Alvaro Herrera)
254254
Overhaul pg_dumpall (Peter)
255255
Allow REINDEX of TOAST tables (Tom)
256+
Implemented START TRANSACTION, per SQL99 (Neil)
256257

257258
Data Types and Functions
258259
========================
@@ -299,7 +300,7 @@ Fix cash_words() to not overflow buffer (Tom)
299300
Add functions replace(), split(), to_hex() (Joe)
300301
Fix LIKE for bytea as a right-hand argument (Joe)
301302
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)
303304

304305
Internationalization
305306
====================
@@ -320,7 +321,7 @@ Server-side Languages
320321
=====================
321322
Allow recursive SQL function (Peter)
322323
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)
324325
Allow PL/PgSQL to handle quoted identifiers (Tom)
325326
Allow PL/pgSQL functions can return sets (Neil)
326327

@@ -416,9 +417,9 @@ Fix memory leak in rtree (Kenneth Been)
416417
Modify a few error messages for consistency (Bruce)
417418
Remove unused system table columns (Peter)
418419
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)
420421
Remove OPAQUE and create specific subtypes (Tom)
421-
Cleanups in array internal handling (Joe)
422+
Cleanups in array internal handling (Joe, Tom)
422423
Disallow pg_atoi('') (Bruce)
423424
Remove GUC parameter wal_files because WAL files are now recycled (Bruce)
424425

0 commit comments

Comments
 (0)