diff --git a/doc/FAQ b/doc/FAQ index f539aa3d031..8d3a77413dc 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Mon Dec 11 17:45:54 EST 2006 + Last updated: Fri Jan 5 15:40:20 EST 2007 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -171,7 +171,7 @@ 1.6) What is the most recent release? - The latest release of PostgreSQL is version 8.2.0. + The latest release of PostgreSQL is version 8.2.1. We plan to have a major release every year, with minor releases every few months. diff --git a/doc/FAQ_AIX b/doc/FAQ_AIX index 35183a0fee9..6cf79a2686c 100644 --- a/doc/FAQ_AIX +++ b/doc/FAQ_AIX @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL AIX Specific TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ ======================================================= -Last updated: $Date: 2006/12/11 22:48:07 $ +Last updated: $Date: 2007/01/05 20:55:28 $ Topics @@ -16,7 +16,7 @@ Topics ----- From: Zeugswetter Andreas -$Date: 2006/12/11 22:48:07 $ +$Date: 2007/01/05 20:55:28 $ On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc (vac.C 5.0.1) passes all regression tests. Other versions of OS and diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index b24141ca767..8abc9c541db 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Mon Nov 13 23:18:46 EST 2006 + Last updated: Thu Jan 4 16:00:00 EST 2007 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -30,6 +30,7 @@ General Questions 1.16) Where can I get a copy of the SQL standards? 1.17) Where can I get technical assistance? 1.18) How do I get involved in PostgreSQL web site development? + 1.19) What is the timeline for the next major PostgreSQL release? Technical Questions @@ -99,7 +100,9 @@ General Questions both the internal implementation method you plan to use, and any user-visible changes (new syntax, etc). For complex patches, it is important to get community feeback on your proposal before starting - work. Failure to do so might mean your patch is rejected. + work. Failure to do so might mean your patch is rejected. If your work + is being sponsored by a company, read this article for tips on being + more effective. A web site is maintained for patches awaiting review, http://momjian.postgresql.org/cgi-bin/pgpatches, and those that are @@ -225,7 +228,7 @@ General Questions ccsym find standard defines made by your compiler copyright fixes copyright notices - entab converts tabs to spaces, used by pgindent + entab converts spaces to tabs, used by pgindent find_static finds functions that could be made static find_typedef finds typedefs in the source code find_badmacros finds macros that use braces incorrectly @@ -796,3 +799,24 @@ typedef struct nameData pgsql/data directory. The client profile file will be put in the client's current directory. Linux requires a compile with -DLINUX_PROFILE for proper profiling. + + 2.9) What is the timeline for the next major PostgreSQL release? + + The development schedule for the 8.3 release is: + + March 1, 2007 + + Initial community review of all major feature patches + April 1, 2007 + + Feature freeze, all patches must be submitted for review and + application + mid-May, 2007 + + All patches applied, beta testing begins + July, 2007 + + Release of 8.3.0 + + Patches that appear after appropriate dates are typically not applied + but held for the next major release. diff --git a/doc/FAQ_HPUX b/doc/FAQ_HPUX index 3df23654e37..c66b7f9ec85 100644 --- a/doc/FAQ_HPUX +++ b/doc/FAQ_HPUX @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL HP-UX Specific TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ ======================================================= -last updated: $Date: 2006/12/11 22:48:07 $ +last updated: $Date: 2007/01/05 20:55:28 $ current maintainer: Tom Lane (tgl@sss.pgh.pa.us) original author: Tom Lane (tgl@sss.pgh.pa.us) diff --git a/doc/FAQ_IRIX b/doc/FAQ_IRIX index 98a473f34ae..dbddc32c5be 100644 --- a/doc/FAQ_IRIX +++ b/doc/FAQ_IRIX @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL IRIX Specific TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ ======================================================= -last updated: $Date: 2006/12/11 22:48:07 $ +last updated: $Date: 2007/01/05 20:55:28 $ current maintainer: Luis Amigo (lamigo@atc.unican.es) original author: Luis Amigo (lamigo@atc.unican.es) diff --git a/doc/FAQ_SCO b/doc/FAQ_SCO index ce2cbea3638..309b66b656f 100644 --- a/doc/FAQ_SCO +++ b/doc/FAQ_SCO @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL IRIX Specific TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ ======================================================= -last updated: $Date: 2006/12/11 22:48:07 $ +last updated: $Date: 2007/01/05 20:55:28 $ current maintainer: Billy G. Allie (Bill.Allie@mug.org) original author: Andrew Merrill (andrew@compclass.com) diff --git a/doc/FAQ_Solaris b/doc/FAQ_Solaris index e44ffa05135..e08902970e7 100644 --- a/doc/FAQ_Solaris +++ b/doc/FAQ_Solaris @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL Sun Solaris specific To be read in conjunction with the installation instructions. ============================================================ -Last updated: $Date: 2006/12/11 22:48:07 $ +Last updated: $Date: 2007/01/05 20:55:28 $ Contents: diff --git a/doc/bug.template b/doc/bug.template index b842d3eebb3..7bad79fdb11 100644 --- a/doc/bug.template +++ b/doc/bug.template @@ -31,7 +31,7 @@ System Configuration: Operating System (example: Linux 2.4.18) : - PostgreSQL version (example: PostgreSQL 8.2) : PostgreSQL 8.2 + PostgreSQL version (example: PostgreSQL 8.2.1): PostgreSQL 8.2.1 Compiler used (example: gcc 3.3.5) : diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index b04db6b4748..868c87e58a2 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Mon Dec 11 17:45:54 EST 2006

+

Last updated: Fri Jan 5 15:40:20 EST 2007

Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -219,7 +219,7 @@

1.6) What is the most recent release?

-

The latest release of PostgreSQL is version 8.2.0.

+

The latest release of PostgreSQL is version 8.2.1.

We plan to have a major release every year, with minor releases every few months.

diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index ad3358fe976..0cdffa28722 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@

Developer's Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Mon Nov 13 23:18:46 EST 2006

+

Last updated: Thu Jan 4 16:00:00 EST 2007

Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -24,7 +24,7 @@ "http://www.postgresql.org/docs/faqs.FAQ_DEV.html">http://www.postgresql.org/docs/faqs.FAQ_DEV.html.



- +

General Questions

1.1) How do I get involved in PostgreSQL @@ -55,7 +55,9 @@ assistance?
1.18) How do I get involved in PostgreSQL web site development?
- + 1.19) What is the timeline for the next major + PostgreSQL release?
+

Technical Questions

2.1) How do I efficiently access information in @@ -74,7 +76,7 @@ 2.8) What debugging features are available?

- +

General Questions

@@ -128,7 +130,7 @@ in doc/TODO in the source distribution or at http://www.postgresql.org/docs/faqs.TODO.html. - +

You can learn more about these features by consulting the archives, the SQL standards and the recommend texts (see + rejected. If your work is being sponsored by a company, read this + + article for tips on being more effective.

A web site is maintained for patches awaiting review, @@ -153,7 +157,7 @@ those that are being kept for the next release, http://momjian.postgresql.org/cgi-bin/pgpatches_hold.

- +

1.5) I've developed a patch, what next?

You will need to submit the patch to pgsql-patches@postgresql.org. It @@ -180,7 +184,7 @@ src/tools/make_diff/difforig useful. (Unified diffs are only preferable if the file changes are single-line changes and do not rely on surrounding lines.) - +

  • PostgreSQL is licensed under a BSD license, so any submissions must conform to the BSD license to be included. If you use code that is available under some other license that is BSD compatible (eg. public @@ -300,7 +304,7 @@ ccsym find standard defines made by your compiler copyright fixes copyright notices - entab converts tabs to spaces, used by pgindent + entab converts spaces to tabs, used by pgindent find_static finds functions that could be made static find_typedef finds typedefs in the source code find_badmacros finds macros that use braces incorrectly @@ -523,7 +527,7 @@

    We try to build on as many different canonical distributions as we can. Currently we are able to build on Red Hat Linux 9, RHEL 3 and above, and all Fedora Core Linux releases.

    - +

    To test the binaries, we install them on our local machines and run regression tests. If the package builders uses postgres user to build the rpms, then it is possible to run regression tests during RPM builds.

    @@ -545,14 +549,14 @@ is possible. Only the standard released 'official to that release' compiler is used -- and only the standard official kernel is used as well.

    - +

    PGDG RPM Building Project does not build RPMs for Mandrake .

    We usually have only one SRPM for all platforms. This is because of our limited resources. However, on some cases, we may distribute different SRPMs for different platforms, depending on possible compilation problems, especially on older distros.

    - +

    Please note that this is a volunteered job -- We are doing our best to keep packages up to date. We, at least, provide SRPMs for all platforms. For example, if you do not find a RHEL 4 x86_64 RPM in our FTP site, it @@ -834,7 +838,7 @@

      List                *list;
         ListCell    *i;
    -    
    +
         foreach(i, list)
         {
             Var *var = lfirst(i);
    @@ -937,57 +941,78 @@
     
         

    2.7) What is CommandCounterIncrement()?

    -

    Normally, transactions can not see the rows they modify. This - allows UPDATE foo SET x = x + 1 to work correctly.

    +

    Normally, transactions can not see the rows they modify. + This allows UPDATE foo SET x = x + 1 to work + correctly.

    -

    However, there are cases where a transactions needs to see rows - affected in previous parts of the transaction. This is accomplished - using a Command Counter. Incrementing the counter allows - transactions to be broken into pieces so each piece can see rows - modified by previous pieces. CommandCounterIncrement() +

    However, there are cases where a transactions needs to see + rows affected in previous parts of the transaction. This is + accomplished using a Command Counter. Incrementing the counter + allows transactions to be broken into pieces so each piece can + see rows modified by previous pieces. CommandCounterIncrement() increments the Command Counter, creating a new part of the transaction.

    -

    2.8) What debugging features are - available?

    +

    2.8) What debugging features are available?

    First, try running configure with the --enable-cassert - option, many assert()s monitor the progress of the backend - and halt the program when something unexpected occurs.

    + option, many assert()s monitor the progress of the + backend and halt the program when something unexpected occurs.

    -

    The postmaster has a -d option that allows even more - detailed information to be reported. The -d option takes a - number that specifies the debug level. Be warned that high debug - level values generate large log files.

    +

    The postmaster has a -d option that allows + even more detailed information to be reported. The -d + option takes a number that specifies the debug level. Be warned + that high debug level values generate large log files.

    -

    If the postmaster is not running, you can actually run the - postgres backend from the command line, and type your - SQL statement directly. This is recommended - only for debugging purposes. If you have compiled with debugging - symbols, you can use a debugger to see what is happening. Because - the backend was not started from postmaster, it is not - running in an identical environment and locking/backend interaction - problems might not be duplicated.

    +

    If the postmaster is not running, you can actually + run the postgres backend from the command line, and type + your SQL statement directly. This is recommended + only for debugging purposes. If you have compiled with + debugging symbols, you can use a debugger to see what is + happening. Because the backend was not started from postmaster, + it is not running in an identical environment and locking/backend + interaction problems might not be duplicated.

    -

    If the postmaster is running, start psql in one - window, then find the PID of the postgres +

    If the postmaster is running, start psql in + one window, then find the PID of the postgres process used by psql using SELECT pg_backend_pid(). Use a debugger to attach to the postgres PID. - You can set breakpoints in the debugger and issue queries from the - other. If you are looking to find the location that is generating - an error or log message, set a breakpoint at errfinish. + You can set breakpoints in the debugger and issue queries from + the other. If you are looking to find the location that is + generating an error or log message, set a breakpoint at + errfinish. - psql. If you are debugging postgres startup, you can - set PGOPTIONS="-W n", then start psql. This will cause startup - to delay for n seconds so you can attach to the process with - the debugger, set any breakpoints, and continue through the startup - sequence.

    + psql. If you are debugging postgres startup, you + can set PGOPTIONS="-W n", then start psql. This will + cause startup to delay for n seconds so you can attach + to the process with the debugger, set any breakpoints, and + continue through the startup sequence.

    + +

    You can also compile with profiling to see what functions + are taking execution time. The backend profile files will be + deposited in the pgsql/data directory. The client profile + file will be put in the client's current directory. Linux + requires a compile with -DLINUX_PROFILE for proper + profiling.

    + +

    2.9) What is the timeline for the next major + PostgreSQL release?
    + +

    The development schedule for the 8.3 release is:

    +
    +
    March 1, 2007
    +
    Initial community review of all major feature patches
    +
    April 1, 2007
    +
    Feature freeze, all patches must be submitted for review and application
    +
    mid-May, 2007
    +
    All patches applied, beta testing begins
    +
    July, 2007
    +
    Release of 8.3.0
    +
    + +

    Patches that appear after appropriate dates are typically + not applied but held for the next major release.

    -

    You can also compile with profiling to see what functions are - taking execution time. The backend profile files will be deposited - in the pgsql/data directory. The client profile file will be - put in the client's current directory. Linux requires a compile with - -DLINUX_PROFILE for proper profiling.

    diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index b279ef1186b..21e0cc1053f 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -568,16 +568,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.2" +#define PACKAGE_STRING "PostgreSQL 8.2.1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.2" +#define PACKAGE_VERSION "8.2.1" /* PostgreSQL version as a string */ -#define PG_VERSION "8.2" +#define PG_VERSION "8.2.1" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80200 +#define PG_VERSION_NUM 80201 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" diff --git a/src/interfaces/libpq/libpq.rc.in b/src/interfaces/libpq/libpq.rc.in index ed45a5fde3c..c438f760aa8 100644 --- a/src/interfaces/libpq/libpq.rc.in +++ b/src/interfaces/libpq/libpq.rc.in @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 8,2,0,0 - PRODUCTVERSION 8,2,0,0 + FILEVERSION 8,2,1,0 + PRODUCTVERSION 8,2,1,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS__WINDOWS32 @@ -15,13 +15,13 @@ BEGIN BEGIN VALUE "CompanyName", "\0" VALUE "FileDescription", "PostgreSQL Access Library\0" - VALUE "FileVersion", "8.2.0\0" + VALUE "FileVersion", "8.2.1\0" VALUE "InternalName", "libpq\0" VALUE "LegalCopyright", "Copyright (C) 2005\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libpq.dll\0" VALUE "ProductName", "PostgreSQL\0" - VALUE "ProductVersion", "8.2.0\0" + VALUE "ProductVersion", "8.2.1\0" END END BLOCK "VarFileInfo" diff --git a/src/port/win32ver.rc b/src/port/win32ver.rc index 154d81e5f93..3d8620be8e1 100644 --- a/src/port/win32ver.rc +++ b/src/port/win32ver.rc @@ -2,8 +2,8 @@ #include "pg_config.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 8,2,0,0 - PRODUCTVERSION 8,2,0,0 + FILEVERSION 8,2,1,0 + PRODUCTVERSION 8,2,1,0 FILEFLAGSMASK 0x17L FILEFLAGS 0x0L FILEOS VOS_NT_WINDOWS32 @@ -17,7 +17,7 @@ BEGIN VALUE "CompanyName", "PostgreSQL Global Development Group" VALUE "FileDescription", FILEDESC VALUE "FileVersion", PG_VERSION - VALUE "LegalCopyright", "Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." + VALUE "LegalCopyright", "Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." VALUE "ProductName", "PostgreSQL" VALUE "ProductVersion", PG_VERSION END