@@ -232,8 +232,8 @@ Vacuumdb script now supports --all option (Peter E)
232
232
ecpg new portable FETCH syntax
233
233
Add ecpg EXEC SQL IFDEF, EXEC SQL IFNDEF, EXEC SQL ELSE, EXEC SQL ELIF
234
234
and EXEC SQL ENDIF directives
235
- Add pg_ctl script to control backendstartup (Tatsuo)
236
- Add postmaster.opts.default file to storestartup flags (Tatsuo)
235
+ Add pg_ctl script to control backendstart-up (Tatsuo)
236
+ Add postmaster.opts.default file to storestart-up flags (Tatsuo)
237
237
Allow --with-mb=SQL_ASCII
238
238
Increase maximum number of index keys to 16 (Bruce)
239
239
Increase maximum number of function arguments to 16 (Bruce)
@@ -764,7 +764,7 @@ Update contrib/pginterface/findoidjoins script(Tom)
764
764
Major speedup in vacuum of deleted rows with indexes(Vadim)
765
765
Allow non-SQL functions to run different versions based on arguments(Tom)
766
766
Add -E option that shows actual queries sent by \dt and friends(Masaaki Sakaida)
767
- Add version number instartup banners for psql(Masaaki Sakaida)
767
+ Add version number instart-up banners for psql(Masaaki Sakaida)
768
768
New contrib/vacuumlo removes large objects not referenced(Peter)
769
769
New initialization for table sizes so non-vacuumed tables perform better(Tom)
770
770
Improve error messages when a connection is rejected(Tom)
@@ -1059,7 +1059,7 @@ New SERIAL data type, auto-creates sequence/index(Thomas)
1059
1059
Enable assert checking without a recompile(Massimo)
1060
1060
User lock enhancements(Massimo)
1061
1061
New setval() command to set sequence value(Massimo)
1062
- Auto-remove unix socket file onstartup if no postmaster running(Massimo)
1062
+ Auto-remove unix socket file onstart-up if no postmaster running(Massimo)
1063
1063
Conditional trace package(Massimo)
1064
1064
New UNLISTEN command(Massimo)
1065
1065
Psql and libpq now compile under win32 using win32.mak(Magnus)
@@ -1419,8 +1419,8 @@ New LOCK command and lock manual page describing deadlocks(Bruce)
1419
1419
Add new psql \da, \dd, \df, \do, \dS, and \dT commands(Bruce)
1420
1420
Enhance psql \z to show sequences(Bruce)
1421
1421
Show NOT NULL and DEFAULT in psql \d table(Bruce)
1422
- New psql .psqlrc filestartup (Andrew)
1423
- Modify samplestartup script in contrib/linux to show syslog(Thomas)
1422
+ New psql .psqlrc filestart-up (Andrew)
1423
+ Modify samplestart-up script in contrib/linux to show syslog(Thomas)
1424
1424
New types for IP and MAC addresses in contrib/ip_and_mac(TomH)
1425
1425
Unix system time conversions with date/time types in contrib/unixdate(Thomas)
1426
1426
Update of contrib stuff(Massimo)
@@ -1618,7 +1618,7 @@ Add routines for text trimming on both ends, substring, and string position(Thom
1618
1618
Added conversion routines circle(box) and poly(circle)(Thomas)
1619
1619
Allow internal sorts to be stored in memory rather than in files(Bruce & Vadim)
1620
1620
Allow functions and operators on internally-identical types to succeed(Bruce)
1621
- Speed up backendstartup after profiling analysis(Bruce)
1621
+ Speed up backendstart-up after profiling analysis(Bruce)
1622
1622
Inline frequently called functions for performance(Bruce)
1623
1623
Reduce open() calls(Bruce)
1624
1624
psql: Add PAGER for \h and \?,\C fix