aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
...
* Supress non-temp schemas from psql \dn display.Bruce Momjian2003-12-23
|
* Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platformsTom Lane2003-12-23
| | | | | | that were broken, try to make layout of s_lock.h entries consistent, use HAVE_SPINLOCKS in preference to HAS_TEST_AND_SET everywhere outside s_lock.h itself.
* Fix broken markup, adjust 7.4.1 release date, re-sync HEAD with branch.Tom Lane2003-12-21
|
* Update 7.4.1 release notes in preparation for release.Bruce Momjian2003-12-21
|
* Back out:Bruce Momjian2003-12-21
| | | | | | | > Attached is a patch that addressed all the discussed issues > that did not break backward compatability, including the > ability to output ISO-8601 compliant intervals by setting > datestyle to iso8601basic.
* Another markup fix for recent patch.Bruce Momjian2003-12-20
|
* Fix broken markup.Bruce Momjian2003-12-20
|
* In my mind there were two categories of open issuesBruce Momjian2003-12-20
| | | | | | | | | | | | | | | | | | | | | | | | a) ones that are 100% backward (such as the comment about outputting this format) and b) ones that aren't (such as deprecating the current postgresql shorthand of '1Y1M'::interval = 1 year 1 minute in favor of the ISO-8601 'P1Y1M'::interval = 1 year 1 month. Attached is a patch that addressed all the discussed issues that did not break backward compatability, including the ability to output ISO-8601 compliant intervals by setting datestyle to iso8601basic. Interval values can now be written as ISO 8601 time intervals, using the "Format with time-unit designators". This format always starts with the character 'P', followed by a string of values followed by single character time-unit designators. A 'T' separates the date and time parts of the interval. Ron Mayer
* 7.4.1 release note improvementsPeter Eisentraut2003-12-19
|
* Please find enclosed a patch exemplifying typical use of the AREBruce Momjian2003-12-18
| | | | | | | Class-Shorthand Escapes<C2><AE>. I believe it will help intrepid regex users. :) David Fetter
* Restore information schema upgrade instructions of Peter.Bruce Momjian2003-12-17
|
* Add example for converting epoch back to timestamp.Peter Eisentraut2003-12-16
|
* Mention ecpg SET CONNECTION is not thread-aware.Bruce Momjian2003-12-16
|
* Override some of the changes in DocBook DSSSL stylesheets 1.78 to restorePeter Eisentraut2003-12-15
| | | | previous behavior of <literal>, <envar>, <acronym>, and others.
* Update HISTORY and release notes for 7.4.1.Bruce Momjian2003-12-15
|
* Fix two typos in the documentation for PREPARE.Neil Conway2003-12-14
|
* This patch fixes a few more uppercase GUC vars. I also removed anNeil Conway2003-12-14
| | | | | example from the RESET reference page because it seemed completely redundant.
* This patch makes some improvements and adds some additional detailNeil Conway2003-12-14
| | | | | to the documentation on routine database maintainence activities. I also corrected a bunch of SGML markup.
* This patch makes some SGML markup more consistent and makes a smallNeil Conway2003-12-14
| | | | improvement to the SSL auth docs.
* This patch makes some SGML markup more consistent and makes a smallNeil Conway2003-12-13
| | | | improvement to the SSL auth docs.
* SGML doc build instructions --- no more DTDDECL, fix double dash in path name.Bruce Momjian2003-12-13
|
* Add Czech language FAQ'sBruce Momjian2003-12-13
| | | | Pavel Stehule
* Fix for vpath buildPeter Eisentraut2003-12-11
|
* Make some wording consistent with DROP OPERATOR description.Peter Eisentraut2003-12-11
|
* Fix instructions how to shut down postmaster.Peter Eisentraut2003-12-11
|
* Documentation update for previously committed changes: read-only GUC variablesJoe Conway2003-12-06
| | | | and pg_settings view.
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-06
| | | | | | | pg_depend to determine a safe dump order. Defaults and check constraints can be emitted either as part of a table or domain definition, or separately if that's needed to break a dependency loop. Lots of old half-baked code for controlling dump order removed.
* Markup improvementsPeter Eisentraut2003-12-04
|
* Update release notes for 7.3.5.Tom Lane2003-12-02
|
* Code and docs review for numeric-factorial patch.Tom Lane2003-12-02
|
* Hi, this doco patch is a quick one to add explicit mention of the needBruce Momjian2003-12-01
| | | | | | for the AT clause in threaded ECPG applications. Philip Yarra
* attached is a patch that adds display of the groups a user belongs to toBruce Momjian2003-12-01
| | | | | | \du and a \dg command to psql. It's against 7.4beta5. Markus Bertheau <twanger@bluetwanger.de>
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
| | | | | | | | proposal for eventually deprecating OIDs on user tables that I posted earlier to pgsql-hackers. pg_dump now always specifies WITH OIDS or WITHOUT OIDS when dumping a table. The documentation has been updated. Neil Conway
* Remove mention of factorial as casting example. New example needed.Bruce Momjian2003-12-01
|
* Minor wordsmithing in datetime docs to try to address gripes raised byTom Lane2003-12-01
| | | | cnliou.
* Fix typos noted by Halley Pacheco de Oliveira.Tom Lane2003-12-01
|
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-30
| | | | | | octal escape all octets outside the range 0x20 to 0x7e. This fixes the problem pointed out by Sergey Yatskevich here: http://archives.postgresql.org/pgsql-bugs/2003-11/msg00140.php
* Remove INTO recommendation for plpgsql language.Bruce Momjian2003-11-30
|
* Fix URL.Bruce Momjian2003-11-30
|
* *** empty log message ***Bruce Momjian2003-11-30
|
* There is an unused variable in an example function in the PL/PgSQLBruce Momjian2003-11-30
| | | | | | documentation; this patch removes it. Neil Conway
* Remove win32-only mention for pgadmin.Bruce Momjian2003-11-30
|
* *** empty log message ***Bruce Momjian2003-11-30
|
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
|
* Update Russian FAQ, both branches.Bruce Momjian2003-11-28
| | | | Viktor Vislobokov
* Update most recent version to 7.4.Bruce Momjian2003-11-28
|
* Remove possibility to specify an installation root after --with-krbx andPeter Eisentraut2003-11-27
| | | | | | --with-openssl options. This creates too much risk to pick up the wrong directory accidentally (for example when there are lib64 directories), and does not really help much with contemporary installation layouts.
* Add NetBSD Sparc as supported.Peter Eisentraut2003-11-26
|
* Fix language.Peter Eisentraut2003-11-25
|
* Upgrade to DocBook V4.2 SGML.Peter Eisentraut2003-11-24
|