Index: doc/src/sgml/config.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/config.sgml,v retrieving revision 1.25 diff -c -r1.25 config.sgml *** doc/src/sgml/config.sgml 8 Oct 2005 20:27:25 -0000 1.25 --- doc/src/sgml/config.sgml 13 Oct 2005 06:15:38 -0000 *************** *** 2600,2606 **** Each recognized escape is replaced as outlined below - anything else that looks like an escape is ignored. Other characters are copied straight to the log line. Some escapes are ! only recognised by session processes, and do not apply to background processes such as the postmaster. Syslog produces its own time stamp and process ID information, so you probably do not want to --- 2600,2606 ---- Each recognized escape is replaced as outlined below - anything else that looks like an escape is ignored. Other characters are copied straight to the log line. Some escapes are ! only recognized by session processes, and do not apply to background processes such as the postmaster. Syslog produces its own time stamp and process ID information, so you probably do not want to Index: doc/src/sgml/cvs.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/cvs.sgml,v retrieving revision 1.34 diff -c -r1.34 cvs.sgml *** doc/src/sgml/cvs.sgml 11 Aug 2005 13:52:33 -0000 1.34 --- doc/src/sgml/cvs.sgml 13 Oct 2005 06:15:38 -0000 *************** *** 849,855 **** to you the malloc code and an additional installation e-mail from John. The Modula-3 installation takes a good bit of room (~50MB?) and the ! build environment is unique to Modula-3, but suprisingly enough it pretty much works. The cvsup Makefiles do not work on my machine (they are not portable --- 849,855 ---- to you the malloc code and an additional installation e-mail from John. The Modula-3 installation takes a good bit of room (~50MB?) and the ! build environment is unique to Modula-3, but surprisingly enough it pretty much works. The cvsup Makefiles do not work on my machine (they are not portable Index: doc/src/sgml/information_schema.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v retrieving revision 1.21 diff -c -r1.21 information_schema.sgml *** doc/src/sgml/information_schema.sgml 27 Aug 2005 14:13:21 -0000 1.21 --- doc/src/sgml/information_schema.sgml 13 Oct 2005 06:15:39 -0000 *************** *** 3272,3278 **** ! sql_language_comformance character_data The standard conformance level for the language binding. For --- 3272,3278 ---- ! sql_language_conformance character_data The standard conformance level for the language binding. For Index: doc/src/sgml/planstats.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/planstats.sgml,v retrieving revision 1.3 diff -c -r1.3 planstats.sgml *** doc/src/sgml/planstats.sgml 14 Mar 2005 06:49:48 -0000 1.3 --- doc/src/sgml/planstats.sgml 13 Oct 2005 06:15:39 -0000 *************** *** 23,29 **** The outputs and algorithms shown below are taken from version 8.0. ! The behaviour of earlier (or later) versions may vary. --- 23,29 ---- The outputs and algorithms shown below are taken from version 8.0. ! The behavior of earlier (or later) versions may vary. Index: doc/src/sgml/release.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/release.sgml,v retrieving revision 1.390 diff -c -r1.390 release.sgml *** doc/src/sgml/release.sgml 11 Oct 2005 21:17:11 -0000 1.390 --- doc/src/sgml/release.sgml 13 Oct 2005 06:15:44 -0000 *************** *** 5631,5637 **** Fix information schema view constraint_column_usage for foreign keys (Peter) ECPG fixes (Michael) Fix bug with multiple IN subqueries and joins in the subqueries (Tom) ! Alllow COUNT('x') to work (Tom) Install ECPG include files for Informix compatibility into separate directory (Peter) Some names of ECPG include files for Informix compatibility conflicted with operating system include files. --- 5631,5637 ---- Fix information schema view constraint_column_usage for foreign keys (Peter) ECPG fixes (Michael) Fix bug with multiple IN subqueries and joins in the subqueries (Tom) ! Allow COUNT('x') to work (Tom) Install ECPG include files for Informix compatibility into separate directory (Peter) Some names of ECPG include files for Informix compatibility conflicted with operating system include files. *************** *** 7262,7268 **** ! Have pg_dumpall use GRANT/REVOKE to dump database-level privleges (Tom) --- 7262,7268 ---- ! Have pg_dumpall use GRANT/REVOKE to dump database-level privileges (Tom) *************** *** 9782,9788 **** ! Remove unused WAL segements of large transactions (Tom) Multiaction rule fix (Tom) PL/pgSQL memory allocation fix (Jan) VACUUM buffer fix (Tom) --- 9782,9788 ---- ! Remove unused WAL segments of large transactions (Tom) Multiaction rule fix (Tom) PL/pgSQL memory allocation fix (Jan) VACUUM buffer fix (Tom) *************** *** 10219,10225 **** Allow PL/pgSQL to accept non ascii identifiers (Tatsuo) Make vacuum always flush buffers (Tom) Fix to allow cancel while waiting for a lock (Hiroshi) ! Fix for memory aloocation problem in user authentication code (Tom) Remove bogus use of int4out() (Tom) Fixes for multiple subqueries in COALESCE or BETWEEN (Tom) Fix for failure of triggers on heap open in certain cases (Jeroen van --- 10219,10225 ---- Allow PL/pgSQL to accept non ascii identifiers (Tatsuo) Make vacuum always flush buffers (Tom) Fix to allow cancel while waiting for a lock (Hiroshi) ! Fix for memory allocation problem in user authentication code (Tom) Remove bogus use of int4out() (Tom) Fixes for multiple subqueries in COALESCE or BETWEEN (Tom) Fix for failure of triggers on heap open in certain cases (Jeroen van *************** *** 10938,10950 **** Patch to allow vacuum on multisegment tables(Hiroshi) R-Tree optimizer selectivity fix(Tom) ACL file descriptor leak fix(Atsushi Ogawa) ! New expresssion subtree code(Tom) Avoid disk writes for read-only transactions(Vadim) Fix for removal of temp tables if last transaction was aborted(Bruce) Fix to prevent too large row from being created(Bruce) plpgsql fixes Allow port numbers 32k - 64k(Bruce) ! Add ^ precidence(Bruce) Rename sort files called pg_temp to pg_sorttemp(Bruce) Fix for microseconds in time values(Tom) Tutorial source cleanup --- 10938,10950 ---- Patch to allow vacuum on multisegment tables(Hiroshi) R-Tree optimizer selectivity fix(Tom) ACL file descriptor leak fix(Atsushi Ogawa) ! New expression subtree code(Tom) Avoid disk writes for read-only transactions(Vadim) Fix for removal of temp tables if last transaction was aborted(Bruce) Fix to prevent too large row from being created(Bruce) plpgsql fixes Allow port numbers 32k - 64k(Bruce) ! Add ^ precedence(Bruce) Rename sort files called pg_temp to pg_sorttemp(Bruce) Fix for microseconds in time values(Tom) Tutorial source cleanup *************** *** 11326,11332 **** Better optimization statistics for system table access(Tom) Better handling of non-default block sizes(Massimo) Improve GEQO optimizer memory consumption(Tom) ! UNION now suppports ORDER BY of columns not in target list(Jan) Major libpq++ improvements(Vince Vielhaber) pg_dump now uses -z(ACL's) as default(Bruce) backend cache, memory speedups(Tom) --- 11326,11332 ---- Better optimization statistics for system table access(Tom) Better handling of non-default block sizes(Massimo) Improve GEQO optimizer memory consumption(Tom) ! UNION now supports ORDER BY of columns not in target list(Jan) Major libpq++ improvements(Vince Vielhaber) pg_dump now uses -z(ACL's) as default(Bruce) backend cache, memory speedups(Tom) *************** *** 11700,11706 **** psql and libpq now compile under Windows using win32.mak(Magnus) Lo_read no longer stores trailing NULL(Bruce) Identifiers are now truncated to 31 characters internally(Bruce) ! Createuser options now availble on the command line Code for 64-bit integer supported added, configure tested, int8 type(Thomas) Prevent file descriptor leaf from failed COPY(Bruce) New pg_upgrade command(Bruce) --- 11700,11706 ---- psql and libpq now compile under Windows using win32.mak(Magnus) Lo_read no longer stores trailing NULL(Bruce) Identifiers are now truncated to 31 characters internally(Bruce) ! Createuser options now available on the command line Code for 64-bit integer supported added, configure tested, int8 type(Thomas) Prevent file descriptor leaf from failed COPY(Bruce) New pg_upgrade command(Bruce) *************** *** 11711,11717 **** libpq's internal structures now not exported(Tom) Allow up to 8 key indexes(Bruce) Remove ARCHIVE key word, that is no longer used(Thomas) ! pg_dump -n flag to supress quotes around indentifiers disable system columns for views(Jan) new INET and CIDR types for network addresses(TomH, Paul) no more double quotes in psql output --- 11711,11717 ---- libpq's internal structures now not exported(Tom) Allow up to 8 key indexes(Bruce) Remove ARCHIVE key word, that is no longer used(Thomas) ! pg_dump -n flag to suppress quotes around indentifiers disable system columns for views(Jan) new INET and CIDR types for network addresses(TomH, Paul) no more double quotes in psql output *************** *** 11740,11746 **** SCO 7/UnixWare 2.x fixes(Billy,others) Sparc/Solaris 2.5 fixes(Ryan) Pgbuiltin.3 is obsolete, move to doc files(Thomas) ! Even more documention(Thomas) Nextstep support(Jacek) Aix support(David) pginterface manual page(Bruce) --- 11740,11746 ---- SCO 7/UnixWare 2.x fixes(Billy,others) Sparc/Solaris 2.5 fixes(Ryan) Pgbuiltin.3 is obsolete, move to doc files(Thomas) ! Even more documentation(Thomas) Nextstep support(Jacek) Aix support(David) pginterface manual page(Bruce) *************** *** 12088,12094 **** and throw elog(ERROR) if unrecognized(Thomas) Major large objects fix Fix for GROUP BY showing duplicates(Vadim) ! Fix for index scans in MergeJion(Vadim) Enhancements ------------ --- 12088,12094 ---- and throw elog(ERROR) if unrecognized(Thomas) Major large objects fix Fix for GROUP BY showing duplicates(Vadim) ! Fix for index scans in MergeJoin(Vadim) Enhancements ------------ *************** *** 12713,12719 **** Bug Fixes --------- ! ALTER TABLE bug - running postgress process needs to re-read table definition Allow vacuum to be run on one table or entire database(Bruce) Array fixes Fix array over-runs of memory writes(Kurt) --- 12713,12719 ---- Bug Fixes --------- ! ALTER TABLE bug - running postgres process needs to re-read table definition Allow vacuum to be run on one table or entire database(Bruce) Array fixes Fix array over-runs of memory writes(Kurt) *************** *** 12721,12727 **** Fix for hash indexes on some types like time and date Fix for pg_log size explosion Fix permissions on lo_export()(Bruce) ! Fix unitialized reads of memory(Kurt) Fixed ALTER TABLE ... char(3) bug(Bruce) Fixed a few small memory leaks Fixed EXPLAIN handling of options and changed full_path option name --- 12721,12727 ---- Fix for hash indexes on some types like time and date Fix for pg_log size explosion Fix permissions on lo_export()(Bruce) ! Fix uninitialized reads of memory(Kurt) Fixed ALTER TABLE ... char(3) bug(Bruce) Fixed a few small memory leaks Fixed EXPLAIN handling of options and changed full_path option name *************** *** 12765,12771 **** European date format now set when postmaster is started Execute lowercase function names if not found with exact case Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z' ! Gist now included in the distrubution(Marc) Idend authentication of local users(Bryan) Implement BETWEEN qualifier(Bruce) Implement IN qualifier(Bruce) --- 12765,12771 ---- European date format now set when postmaster is started Execute lowercase function names if not found with exact case Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z' ! Gist now included in the distribution(Marc) Idend authentication of local users(Bryan) Implement BETWEEN qualifier(Bruce) Implement IN qualifier(Bruce) *************** *** 12794,12800 **** Source tree changes ------------------- All functions now have prototypes that are compared against the calls ! Allow asserts to be disabled easly from Makefile.global(Bruce) Change oid constants used in code to #define names Decoupled sparc and solaris defines(Kurt) Gcc -Wall compiles cleanly with warnings only from unfixable constructs --- 12794,12800 ---- Source tree changes ------------------- All functions now have prototypes that are compared against the calls ! Allow asserts to be disabled easily from Makefile.global(Bruce) Change oid constants used in code to #define names Decoupled sparc and solaris defines(Kurt) Gcc -Wall compiles cleanly with warnings only from unfixable constructs *************** *** 12807,12819 **** New config.h file(Marc, Bryan) PG_VERSION now set to 6.0 and used by postmaster Portability additions, including Ultrix, DG/UX, AIX, and Solaris ! Reduced the number of #define's, centeralized #define's Remove duplicate OIDS in system tables(Dan) Remove duplicate system catalog info or report mismatches(Dan) Removed many os-specific #define's Restructured object file generation/location(Bryan, Marc) Restructured port-specific file locations(Bryan, Marc) ! Unused/uninialized variables corrected --- 12807,12819 ---- New config.h file(Marc, Bryan) PG_VERSION now set to 6.0 and used by postmaster Portability additions, including Ultrix, DG/UX, AIX, and Solaris ! Reduced the number of #define's, centralized #define's Remove duplicate OIDS in system tables(Dan) Remove duplicate system catalog info or report mismatches(Dan) Removed many os-specific #define's Restructured object file generation/location(Bryan, Marc) Restructured port-specific file locations(Bryan, Marc) ! Unused/uninitialized variables corrected *************** *** 12953,12959 ****