From: Bruce Momjian Date: Thu, 25 Oct 2001 18:44:42 +0000 (+0000) Subject: Add comment spaces for trailing ) and comment. X-Git-Tag: REL7_2_BETA2~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81d9a9674e47b5114fe9b770c5d8330d1f6419b9;p=postgresql Add comment spaces for trailing ) and comment. --- diff --git a/HISTORY b/HISTORY index c44371e28a..136d8cf914 100644 --- a/HISTORY +++ b/HISTORY @@ -132,8 +132,7 @@ New postgresql.conf parameter to control memory usage by VACUUM (Tom) New postgresql.conf time out parameter for client authentication (Tom) New pg_ctl 'reload' option (Tom) Add /contrib/intarray boolean queries, fixes (Oleg Bartunov) -Measure transaction times in milliseconds (Thomas) -'NOW' returns time in milliseconds +New postgresql.conf to set maximum open files (Tom) Types ----- @@ -147,7 +146,12 @@ Bytea comparison improvements, \### now requires three octal digits (Joe Conway) Make trim/ltrim/rtrim/btrim/lpad/rpad/translate() multibyte aware (Tatsuo) Add pg_database_encoding_max_length() (Tatsuo) Make mic2ascii() non-ASCII aware (Tatsuo) - +Measure transaction times in milliseconds (Thomas) +now() returns time in milliseconds (Thomas) +New TIMEZONE WITHOUT TIMEZONE data types (Thomas) +Add ISO date/time specification with 'T', yyyy-mm-ddThh:mm:ss (Thomas) +New xid/int comparison functions (Hiroshi) +Fix TID sequential scans (H Performance ----------- Optimizer improvements (Tom) @@ -156,6 +160,9 @@ Reuse write-ahead log files rather than discarding them (Tom) Cache improvements (Tom) IS NULL, IS NOT NULL optimizer improvement (Tom) Load pg_hba.conf only on startup and SIGHUP (Bruce) +Rtree performance improvements (Kenneth Been) +Improve lock manager to reduce lock contention (Tom) +Btree splits more efficient (Tom) Interfaces ---------- @@ -174,6 +181,7 @@ JDBC Encoding fixes (Anders Bengtsson) Get/setCatalog methods (Jason Davies) Databasemetadata.getColumns() now returns column defaults (Jason Davies) + Databasemetadata.getColumn() performance improvement (Jeroen van Vianen) Jdbc1 and jdbc2 merging (Anders Bengtsson) Transaction performance improvements (Barry Lind) Array fixes (Greg Zoller) diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index 4f58d28bf3..41feb8b879 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -1292,7 +1292,7 @@ int pgindent_func_no_var_fix;\ # pull in #endif comments sed 's;^#endif[ ][ ]*/\*;#endif /*;' | # add space after comments that start on tab stops - sed 's:\([;,]\)/\*.*\*/\)$:\1 \2:' | + sed 's:\([;,)]\)/\*.*\*/\)$:\1 \2:' | # work around #else indenting next line if #ifdef defines variables at top # work around misindenting of function with no variables defined awk '