]> granicus.if.org Git - postgresql/commitdiff
Add comment spaces for trailing ) and comment.
authorBruce Momjian <bruce@momjian.us>
Thu, 25 Oct 2001 18:44:42 +0000 (18:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 25 Oct 2001 18:44:42 +0000 (18:44 +0000)
HISTORY
src/tools/pgindent/pgindent

diff --git a/HISTORY b/HISTORY
index c44371e28a2fc6f951a0f57b56047a21496e7b25..136d8cf914e5c83767146c8a5cd6e9e1571e19ae 100644 (file)
--- 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)
index 4f58d28bf3f86473cc8a4d84d17184c3055ace2c..41feb8b87995d6058622be25ce66c449cad127e6 100755 (executable)
@@ -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 '