| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-12-14 | This patch makes some SGML markup more consistent and makes a small | Neil Conway | |
| improvement to the SSL auth docs. | |||
| 2003-12-13 | This patch makes some SGML markup more consistent and makes a small | Neil Conway | |
| improvement to the SSL auth docs. | |||
| 2003-12-13 | SGML doc build instructions --- no more DTDDECL, fix double dash in path name. | Bruce Momjian | |
| 2003-12-13 | Add Czech language FAQ's | Bruce Momjian | |
| Pavel Stehule | |||
| 2003-12-11 | Fix for vpath build | Peter Eisentraut | |
| 2003-12-11 | Make some wording consistent with DROP OPERATOR description. | Peter Eisentraut | |
| 2003-12-11 | Fix instructions how to shut down postmaster. | Peter Eisentraut | |
| 2003-12-06 | Documentation update for previously committed changes: read-only GUC variables | Joe Conway | |
| and pg_settings view. | |||
| 2003-12-06 | Massive overhaul of pg_dump: make use of dependency information from | Tom 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-04 | Markup improvements | Peter Eisentraut | |
| 2003-12-02 | Update release notes for 7.3.5. | Tom Lane | |
| 2003-12-02 | Code and docs review for numeric-factorial patch. | Tom Lane | |
| 2003-12-01 | Hi, this doco patch is a quick one to add explicit mention of the need | Bruce Momjian | |
| for the AT clause in threaded ECPG applications. Philip Yarra | |||
| 2003-12-01 | attached is a patch that adds display of the groups a user belongs to to | Bruce Momjian | |
| \du and a \dg command to psql. It's against 7.4beta5. Markus Bertheau <twanger@bluetwanger.de> | |||
| 2003-12-01 | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce 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-01 | Remove mention of factorial as casting example. New example needed. | Bruce Momjian | |
| 2003-12-01 | Minor wordsmithing in datetime docs to try to address gripes raised by | Tom Lane | |
| cnliou. | |||
| 2003-12-01 | Fix typos noted by Halley Pacheco de Oliveira. | Tom Lane | |
| 2003-11-30 | Make PQescapeBytea and byteaout consistent with each other, and | Joe 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-30 | Remove INTO recommendation for plpgsql language. | Bruce Momjian | |
| 2003-11-30 | Fix URL. | Bruce Momjian | |
| 2003-11-30 | *** empty log message *** | Bruce Momjian | |
| 2003-11-30 | There is an unused variable in an example function in the PL/PgSQL | Bruce Momjian | |
| documentation; this patch removes it. Neil Conway | |||
| 2003-11-30 | Remove 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-28 | Update Russian FAQ, both branches. | Bruce Momjian | |
| Viktor Vislobokov | |||
| 2003-11-28 | Update most recent version to 7.4. | Bruce Momjian | |
| 2003-11-27 | Remove possibility to specify an installation root after --with-krbx and | Peter 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-26 | Add NetBSD Sparc as supported. | Peter Eisentraut | |
| 2003-11-25 | Fix language. | Peter Eisentraut | |
| 2003-11-24 | Upgrade to DocBook V4.2 SGML. | Peter Eisentraut | |
| 2003-11-24 | Fix markup. | Peter Eisentraut | |
| 2003-11-24 | Use --with-docdir to choose installation location of documentation; put | Peter 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-24 | Repair missed renamings of show_statement_stats and show_executor_stats. | Tom Lane | |
| 2003-11-21 | COMMENT ON casts, conversions, languages, operator classes, and | Tom 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-19 | SERIAL no longer creates an index by default, as of 7.3. | Bruce Momjian | |
| 2003-11-17 | Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches. | Bruce Momjian | |
| 2003-11-16 | Fix 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-16 | Sync HEAD with update committed only in 7.4 branch. | Tom Lane | |
| 2003-11-16 | Another try at fixing the Linux overcommit docs, per Andrew Dunstan. | Tom Lane | |
| 2003-11-16 | pgadmin III released. | Bruce Momjian | |
| 2003-11-16 | Update info about SysV configuration procedures on OS X 10.3. | Tom Lane | |
| 2003-11-16 | Some editorializing on the Linux memory overcommit docs, from Neil Conway. | Tom Lane | |
| 2003-11-16 | More release-notes copy editing, from Neil Conway. | Tom Lane | |
| 2003-11-15 | A little bit more copy-editing... | Tom Lane | |
| 2003-11-15 | Minor wording improvement suggested by a comment in the interactive docs. | Tom Lane | |
| 2003-11-15 | Correct names of people with funny characters. | Peter Eisentraut | |
| 2003-11-14 | Repair error in syntax documentation for CREATE TABLE: one does not put | Tom Lane | |
| a comma between multiple column_constraint's for a single column. Per report from Tomislaw Kitynski. | |||
| 2003-11-14 | Add release date for 7.4. | Bruce Momjian | |
