summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2003-12-14This patch makes some SGML markup more consistent and makes a smallNeil Conway
improvement to the SSL auth docs.
2003-12-13This patch makes some SGML markup more consistent and makes a smallNeil Conway
improvement to the SSL auth docs.
2003-12-13SGML doc build instructions --- no more DTDDECL, fix double dash in path name.Bruce Momjian
2003-12-13Add Czech language FAQ'sBruce Momjian
Pavel Stehule
2003-12-11Fix for vpath buildPeter Eisentraut
2003-12-11Make some wording consistent with DROP OPERATOR description.Peter Eisentraut
2003-12-11Fix instructions how to shut down postmaster.Peter Eisentraut
2003-12-06Documentation update for previously committed changes: read-only GUC variablesJoe Conway
and pg_settings view.
2003-12-06Massive overhaul of pg_dump: make use of dependency information fromTom Lane
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.
2003-12-04Markup improvementsPeter Eisentraut
2003-12-02Update release notes for 7.3.5.Tom Lane
2003-12-02Code and docs review for numeric-factorial patch.Tom Lane
2003-12-01Hi, this doco patch is a quick one to add explicit mention of the needBruce Momjian
for the AT clause in threaded ECPG applications. Philip Yarra
2003-12-01attached is a patch that adds display of the groups a user belongs to toBruce Momjian
\du and a \dg command to psql. It's against 7.4beta5. Markus Bertheau <twanger@bluetwanger.de>
2003-12-01This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian
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
2003-12-01Remove mention of factorial as casting example. New example needed.Bruce Momjian
2003-12-01Minor wordsmithing in datetime docs to try to address gripes raised byTom Lane
cnliou.
2003-12-01Fix typos noted by Halley Pacheco de Oliveira.Tom Lane
2003-11-30Make PQescapeBytea and byteaout consistent with each other, andJoe Conway
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
2003-11-30Remove INTO recommendation for plpgsql language.Bruce Momjian
2003-11-30Fix URL.Bruce Momjian
2003-11-30*** empty log message ***Bruce Momjian
2003-11-30There is an unused variable in an example function in the PL/PgSQLBruce Momjian
documentation; this patch removes it. Neil Conway
2003-11-30Remove win32-only mention for pgadmin.Bruce Momjian
2003-11-30*** empty log message ***Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-28Update Russian FAQ, both branches.Bruce Momjian
Viktor Vislobokov
2003-11-28Update most recent version to 7.4.Bruce Momjian
2003-11-27Remove possibility to specify an installation root after --with-krbx andPeter Eisentraut
--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.
2003-11-26Add NetBSD Sparc as supported.Peter Eisentraut
2003-11-25Fix language.Peter Eisentraut
2003-11-24Upgrade to DocBook V4.2 SGML.Peter Eisentraut
2003-11-24Fix markup.Peter Eisentraut
2003-11-24Use --with-docdir to choose installation location of documentation; putPeter Eisentraut
back --infodir, which several automatic build environments expect to exist. Add --without-docdir to prevent installation of documentation, which is helpful for things like RPM that have their own method of installing documentation.
2003-11-24Repair missed renamings of show_statement_stats and show_executor_stats.Tom Lane
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
large objects. Dump all these in pg_dump; also add code to pg_dump user-defined conversions. Make psql's large object code rely on the backend for inserting/deleting LOB comments, instead of trying to hack pg_description directly. Documentation and regression tests added. Christopher Kings-Lynne, code reviewed by Tom
2003-11-19SERIAL no longer creates an index by default, as of 7.3.Bruce Momjian
2003-11-17Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches.Bruce Momjian
2003-11-16Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane
which had been unintentionally broken by recent changes to tighten up the DateStyle rules for all-numeric date input. Add documentation and regression tests for this, too.
2003-11-16Sync HEAD with update committed only in 7.4 branch.Tom Lane
2003-11-16Another try at fixing the Linux overcommit docs, per Andrew Dunstan.Tom Lane
2003-11-16pgadmin III released.Bruce Momjian
2003-11-16Update info about SysV configuration procedures on OS X 10.3.Tom Lane
2003-11-16Some editorializing on the Linux memory overcommit docs, from Neil Conway.Tom Lane
2003-11-16More release-notes copy editing, from Neil Conway.Tom Lane
2003-11-15A little bit more copy-editing...Tom Lane
2003-11-15Minor wording improvement suggested by a comment in the interactive docs.Tom Lane
2003-11-15Correct names of people with funny characters.Peter Eisentraut
2003-11-14Repair error in syntax documentation for CREATE TABLE: one does not putTom Lane
a comma between multiple column_constraint's for a single column. Per report from Tomislaw Kitynski.
2003-11-14Add release date for 7.4.Bruce Momjian