Next | Query returned 33 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2007-01-12 23:13:44 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix configure detection of libintl -- include libintl.h as the symbols
are renamed for gettext and the symbols from libc are found otherwise.
Reported and tested by Gilles Dauphin.
   2007-01-08 19:16:09 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 8.2.1:
* Fix crash with SELECT ... LIMIT ALL (also LIMIT NULL)
* "Several /contrib/tsearch2" fixes
* On Windows, make log messages coming from the operating system use
  ASCII encoding
  This fixes a conversion problem when there is a mismatch between
  the encoding of the operating system and database server.
* Fix Windows linking of pg_dump using "win32.mak"
* Fix planner mistakes for outer join queries
* Fix several problems in queries involving sub-SELECTs
* Fix potential crash in SPI during subtransaction abort
  This affects all PL functions since they all use SPI.
* Improve build speed of PDF documentation
* Re-add JST (Japan) timezone abbreviation
* Improve optimization decisions related to index scans
* Have psql print multi-byte combining characters as before, rather
  than output as \u
* Improve index usage of regular expressions that use parentheses
  This improves psql \d performance also.
* Make pg_dumpall assume that databases have public CONNECT
  privilege, when dumping from a pre-8.2 server
  This preserves the previous behavior that anyone can connect to a
  database if allowed by "pg_hba.conf".
   2006-12-09 16:34:13 by Adam Ciarcinski | Files touched by this commit (25) | Imported package
Log message:
Changes 8.2.0:
* Query language enhancements including "INSERT/UPDATE/DELETE
  RETURNING", multirow VALUES lists, and optional target-table alias
  in "UPDATE"/"DELETE"
* Index creation without blocking concurrent
  "INSERT"/"UPDATE"/"DELETE" operations
* Many query optimization improvements, including support for
  reordering outer joins
* Improved sorting performance with lower memory usage
* More efficient locking with better concurrency
* More efficient vacuuming
* Easier administration of warm standby servers
* New FILLFACTOR support for tables and indexes
* Monitoring, logging, and performance tuning additions
* More control over creating and dropping objects
* Table inheritance relationships can be defined for and removed from
  pre-existing tables
* "COPY TO" can copy the output of an arbitrary "SELECT" \ 
statement
* Array improvements, including nulls in arrays
* Aggregate-function improvements, including multiple-input
  aggregates and SQL:2003 statistical functions
* Many "contrib/" improvements


Next | Query returned 33 messages, browsing 31 to 40 | previous