@@ -232,8 +232,8 @@ Vacuumdb script now supports --all option (Peter E)
232232ecpg new portable FETCH syntax
233233Add ecpg EXEC SQL IFDEF, EXEC SQL IFNDEF, EXEC SQL ELSE, EXEC SQL ELIF
234234 and EXEC SQL ENDIF directives
235- Add pg_ctl script to control backend startup (Tatsuo)
236- Add postmaster.opts.default file to store startup flags (Tatsuo)
235+ Add pg_ctl script to control backend start-up (Tatsuo)
236+ Add postmaster.opts.default file to store start-up flags (Tatsuo)
237237Allow --with-mb=SQL_ASCII
238238Increase maximum number of index keys to 16 (Bruce)
239239Increase maximum number of function arguments to 16 (Bruce)
@@ -764,7 +764,7 @@ Update contrib/pginterface/findoidjoins script(Tom)
764764Major speedup in vacuum of deleted rows with indexes(Vadim)
765765Allow non-SQL functions to run different versions based on arguments(Tom)
766766Add -E option that shows actual queries sent by \dt and friends(Masaaki Sakaida)
767- Add version number in startup banners for psql(Masaaki Sakaida)
767+ Add version number in start-up banners for psql(Masaaki Sakaida)
768768New contrib/vacuumlo removes large objects not referenced(Peter)
769769New initialization for table sizes so non-vacuumed tables perform better(Tom)
770770Improve error messages when a connection is rejected(Tom)
@@ -1059,7 +1059,7 @@ New SERIAL data type, auto-creates sequence/index(Thomas)
10591059Enable assert checking without a recompile(Massimo)
10601060User lock enhancements(Massimo)
10611061New setval() command to set sequence value(Massimo)
1062- Auto-remove unix socket file on startup if no postmaster running(Massimo)
1062+ Auto-remove unix socket file on start-up if no postmaster running(Massimo)
10631063Conditional trace package(Massimo)
10641064New UNLISTEN command(Massimo)
10651065Psql and libpq now compile under win32 using win32.mak(Magnus)
@@ -1419,8 +1419,8 @@ New LOCK command and lock manual page describing deadlocks(Bruce)
14191419Add new psql \da, \dd, \df, \do, \dS, and \dT commands(Bruce)
14201420Enhance psql \z to show sequences(Bruce)
14211421Show NOT NULL and DEFAULT in psql \d table(Bruce)
1422- New psql .psqlrc file startup (Andrew)
1423- Modify sample startup script in contrib/linux to show syslog(Thomas)
1422+ New psql .psqlrc file start-up (Andrew)
1423+ Modify sample start-up script in contrib/linux to show syslog(Thomas)
14241424New types for IP and MAC addresses in contrib/ip_and_mac(TomH)
14251425Unix system time conversions with date/time types in contrib/unixdate(Thomas)
14261426Update of contrib stuff(Massimo)
@@ -1618,7 +1618,7 @@ Add routines for text trimming on both ends, substring, and string position(Thom
16181618Added conversion routines circle(box) and poly(circle)(Thomas)
16191619Allow internal sorts to be stored in memory rather than in files(Bruce & Vadim)
16201620Allow functions and operators on internally-identical types to succeed(Bruce)
1621- Speed up backend startup after profiling analysis(Bruce)
1621+ Speed up backend start-up after profiling analysis(Bruce)
16221622Inline frequently called functions for performance(Bruce)
16231623Reduce open() calls(Bruce)
16241624psql: Add PAGER for \h and \?,\C fix
0 commit comments