Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81d9a96

Browse files
committed
Add comment spaces for trailing ) and comment.
1 parentcae059b commit81d9a96

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

‎HISTORY

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ New postgresql.conf parameter to control memory usage by VACUUM (Tom)
132132
New postgresql.conf time out parameter for client authentication (Tom)
133133
New pg_ctl 'reload' option (Tom)
134134
Add /contrib/intarray boolean queries, fixes (Oleg Bartunov)
135-
Measure transaction times in milliseconds (Thomas)
136-
'NOW' returns time in milliseconds
135+
New postgresql.conf to set maximum open files (Tom)
137136

138137
Types
139138
-----
@@ -147,7 +146,12 @@ Bytea comparison improvements, \### now requires three octal digits (Joe Conway)
147146
Make trim/ltrim/rtrim/btrim/lpad/rpad/translate() multibyte aware (Tatsuo)
148147
Add pg_database_encoding_max_length() (Tatsuo)
149148
Make mic2ascii() non-ASCII aware (Tatsuo)
150-
149+
Measure transaction times in milliseconds (Thomas)
150+
now() returns time in milliseconds (Thomas)
151+
New TIMEZONE WITHOUT TIMEZONE data types (Thomas)
152+
Add ISO date/time specification with 'T', yyyy-mm-ddThh:mm:ss (Thomas)
153+
New xid/int comparison functions (Hiroshi)
154+
Fix TID sequential scans (H
151155
Performance
152156
-----------
153157
Optimizer improvements (Tom)
@@ -156,6 +160,9 @@ Reuse write-ahead log files rather than discarding them (Tom)
156160
Cache improvements (Tom)
157161
IS NULL, IS NOT NULL optimizer improvement (Tom)
158162
Load pg_hba.conf only on startup and SIGHUP (Bruce)
163+
Rtree performance improvements (Kenneth Been)
164+
Improve lock manager to reduce lock contention (Tom)
165+
Btree splits more efficient (Tom)
159166

160167
Interfaces
161168
----------
@@ -174,6 +181,7 @@ JDBC
174181
Encoding fixes (Anders Bengtsson)
175182
Get/setCatalog methods (Jason Davies)
176183
Databasemetadata.getColumns() now returns column defaults (Jason Davies)
184+
Databasemetadata.getColumn() performance improvement (Jeroen van Vianen)
177185
Jdbc1 and jdbc2 merging (Anders Bengtsson)
178186
Transaction performance improvements (Barry Lind)
179187
Array fixes (Greg Zoller)

‎src/tools/pgindent/pgindent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ intpgindent_func_no_var_fix;\
12921292
# pull in #endif comments
12931293
sed's;^#endif[ ][ ]*/\*;#endif /*;'|
12941294
# add space after comments that start on tab stops
1295-
sed's:\([;,]\)/\*.*\*/\)$:\1\2:'|
1295+
sed's:\([;,)]\)/\*.*\*/\)$:\1\2:'|
12961296
# work around #else indenting next line if #ifdef defines variables at top
12971297
# work around misindenting of function with no variables defined
12981298
awk'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp