- Mar 05, 2001
-
-
Bruce Momjian authored
not all of them attached properly in the post I made a few minutes ago. Please disregard those earlier files. The diffs in the tar file replace them. Pierce Tyler
-
- Mar 03, 2001
-
-
Tom Lane authored
-
- Feb 20, 2001
-
-
Tom Lane authored
-
- Feb 18, 2001
-
-
Tom Lane authored
option of CREATE DATABASE. In pg_regress, create regression database from template0 to ensure that any installation-local cruft in template1 will not mess up the tests.
-
- Feb 15, 2001
-
-
Tom Lane authored
-
- Feb 11, 2001
-
-
Peter Eisentraut authored
-
- Feb 10, 2001
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 09, 2001
-
-
Bruce Momjian authored
-c,--clean option to manual page.
-
- Feb 08, 2001
-
-
Peter Eisentraut authored
Add -l option to name log file. Set umask to 077. Proper file descriptor redirection to allow postmaster to detach from shell's process group. Add -s option to turn off informational messages.
-
- Feb 07, 2001
-
-
Tom Lane authored
-
- Feb 04, 2001
-
-
Peter Eisentraut authored
the endterm to the title element, not both to the title. At least docbook2man prefers it that way.
-
- Feb 03, 2001
-
-
Peter Eisentraut authored
-
- Jan 27, 2001
-
-
Peter Eisentraut authored
-
- Jan 24, 2001
-
-
Peter Eisentraut authored
-
- Jan 20, 2001
-
-
Tom Lane authored
initdb -t. This option is obsoleted by 7.1's ability to drop and recreate template1 during normal operation.
-
Peter Eisentraut authored
syntax, type names, function names, etc.)
-
- Jan 14, 2001
-
-
Peter Eisentraut authored
etc.
-
- Jan 13, 2001
-
-
Peter Eisentraut authored
shows up in psql now.
-
- Jan 12, 2001
-
-
Tom Lane authored
bunch of old or poorly-worded documentation.
-
- Jan 08, 2001
-
-
Tom Lane authored
the output of UNION/INTERSECT/EXCEPT.
-
- Jan 06, 2001
-
-
Tom Lane authored
what's actually implemented.
-
- Jan 05, 2001
-
-
Tom Lane authored
and revert documentation to describe the existing INHERITS clause instead, per recent discussion in pghackers. Also fix implementation of SQL_inheritance SET variable: it is not cool to look at this var during the initial parsing phase, only during parse_analyze(). See recent bug report concerning misinterpretation of date constants just after a SET TIMEZONE command. gram.y really has to be an invariant transformation of the query string to a raw parsetree; anything that can vary with time must be done during parse analysis.
-
- Jan 03, 2001
-
-
Tom Lane authored
of early December 2000. COPY BINARY is now TOAST-safe.
-
- Dec 30, 2000
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- Dec 26, 2000
-
-
Peter Eisentraut authored
-
- Dec 20, 2000
-
-
Bruce Momjian authored
> We need additions to alter_table.sgml for the new OWNER option mention > in the features list. Here it is. -- Mark Hollomon
-
- Dec 19, 2000
-
-
Peter Eisentraut authored
-
- Dec 12, 2000
-
-
Bruce Momjian authored
the first paragraph: As an example, say we wish to find all the records that are in the temperature range of other records. In effect, we need to compare the temp_lo and temp_hi attributes of each EMP instance to the temp_lo and temp_hi attributes of all other EMP instances. I believe that EMP should read WEATHER, as the example query that follows joins WEATHER to itself. EMP is often used in Oracle examples. Regards, Graham Other RULE cleanups
-
Tom Lane authored
ISO-compliant UNION/INTERSECT/EXCEPT. Revise discussion of rule rewriter to reflect new subselect-in-FROM implementation of views. Miscellaneous other cleanups.
-
- Dec 10, 2000
-
-
Bruce Momjian authored
-
- Dec 08, 2000
-
-
Bruce Momjian authored
-
Tom Lane authored
value greater than one. The behavior this sought to disallow doesn't seem any less confusing than the other behaviors of cached sequences. Improve wording of some error messages, too. Update documentation accordingly. Also add an explanation that aborted transactions do not roll back their nextval() calls; this seems to be a FAQ, so it ought to be mentioned here...
-
- Dec 01, 2000
-
-
Tom Lane authored
I hope all the dust has settled out now ...
-
- Nov 29, 2000
-
-
Tom Lane authored
IPC key assignment will now work correctly even when multiple postmasters are using same logical port number (which is possible given -k switch). There is only one shared-mem segment per postmaster now, not 3. Rip out broken code for non-TAS case in bufmgr and xlog, substitute a complete S_LOCK emulation using semaphores in spin.c. TAS and non-TAS logic is now exactly the same. When deadlock is detected, "Deadlock detected" is now the elog(ERROR) message, rather than a NOTICE that comes out before an unhelpful ERROR.
-
- Nov 25, 2000
-
-
Peter Eisentraut authored
with current postmaster.
-
- Nov 24, 2000
-
-
Peter Eisentraut authored
non-standard clauses. Allow CHARACTERISTICS as unquoted identifier. Merge related reference pages.
-
Peter Eisentraut authored
Make version.sgml the central place for updating version numbers in the documentation. Document titles now contain the version number of the release they belong to. filelist.sgml is the central (and only) place to declare system entities (i.e., sgml files). No longer a need to declare them in each document header. There is no longer any need to maintain duplicate chapter lists in postgres.sgml and user/admin/etc.sgml, everything is build from the same sources. Some parameter entities allow for different text to be included when the integrated or a single doc set is generated, which eliminates the problems that had caused this to fail in the past.
-
- Nov 22, 2000
-
-
Bruce Momjian authored
-