Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-19 | Remove JDBC from the build system and documentation, too. | Tom Lane | |
2004-01-19 | Improve discussion of consistent-snapshot backup technique. Haphazard | Tom Lane | |
editing of this text had left nearly contradictory statements in adjacent paragraphs ... | |||
2004-01-15 | Some refinement of XSLT processing: The result now looks just about as good | Peter Eisentraut | |
as the result of the SGML-based tool chain. | |||
2004-01-13 | Make rule and stylesheet to try out XSLT for DocBook processing | Peter Eisentraut | |
2004-01-11 | Put See Also links back in alphabetical order. | Peter Eisentraut | |
2004-01-11 | Minor documentation improvements. | Neil Conway | |
2004-01-11 | Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of | Neil Conway | |
expressions supported by CREATE SCHEMA. Also added the beginning of some regression tests for CREATE SCHEMA; plenty more work is needed here. | |||
2004-01-10 | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | |
intended to allow application authors to insulate themselves from changes to the default value of 'default_with_oids' in future releases of PostgreSQL. This patch also fixes a bug in the earlier implementation of the 'default_with_oids' GUC variable: code in gram.y should not examine the value of GUC variables directly due to synchronization issues. | |||
2004-01-10 | Allow BEGIN WORK to specify transaction isolation level, like START | Bruce Momjian | |
TRANSACTION. | |||
2004-01-09 | Allow libpq to do thread-safe SIGPIPE handling. This allows it to | Bruce Momjian | |
ignore SIGPIPE from send() in libpq, but terminate on any other SIGPIPE, unless the user installs their own signal handler. This is a minor fix because the only time you get SIGPIPE from libpq's send() is when the backend dies. | |||
2004-01-09 | German FAQ update. | Bruce Momjian | |
Ian Barwick | |||
2004-01-08 | Update Russian FAQ. | Bruce Momjian | |
Viktor Vislobokov | |||
2004-01-06 | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | |
parameters to be declared with names. pg_proc has a column to store names, and CREATE FUNCTION can insert data into it, but that's all as yet. I need to do more work on the pg_dump and plpgsql portions of the patch before committing those, but I thought I'd get the bulky changes in before the tree drifts under me. initdb forced due to pg_proc change. | |||
2004-01-06 | Favor Freenode rather than EFnet in IRC listing. Freenode is more popular. | Bruce Momjian | |
2004-01-06 | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | |
hide it behind #ifdef WAL_DEBUG blocks. | |||
2004-01-05 | Remove an old and out-of-date SGML comment from this file: we already | Neil Conway | |
have WAL, outer joins, and TOAST. | |||
2004-01-05 | Fix (yet another) instance of incorrect markup for a GUC variable. | Neil Conway | |
2004-01-05 | Update for 7.4.1 as newest version. | Bruce Momjian | |
2004-01-04 | Correct gettext URL. | Peter Eisentraut | |
2003-12-30 | Recommend SHOW, instead of pg_controldata, for checking LC_COLLATE and | Tom Lane | |
LC_CTYPE settings of a database. | |||
2003-12-26 | Be a little more consistent about which terms are uppercased in | Tom Lane | |
index entries. | |||
2003-12-26 | Fixed docs to clearly note that ecpg is originally a C precompiler and C++ ↵ | Michael Meskes | |
stuff is not 100%. | |||
2003-12-25 | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | |
> > needed, and other people in the past asked about it too. > > It is in Oracle, but you aren't exactly on the spot. It should be > > IYYY - 4 digits ('2003') > IYY - 3 digits ('003') > IY - 2 digits ('03') > I - 1 digit ('3') Here is an updated patch that does that. Kurt Roeckx | |||
2003-12-23 | Supress non-temp schemas from psql \dn display. | Bruce Momjian | |
2003-12-23 | Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms | Tom Lane | |
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. | |||
2003-12-21 | Fix broken markup, adjust 7.4.1 release date, re-sync HEAD with branch. | Tom Lane | |
2003-12-21 | Update 7.4.1 release notes in preparation for release. | Bruce Momjian | |
2003-12-21 | Back out: | Bruce Momjian | |
> 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. | |||
2003-12-20 | Another markup fix for recent patch. | Bruce Momjian | |
2003-12-20 | Fix broken markup. | Bruce Momjian | |
2003-12-20 | In my mind there were two categories of open issues | Bruce Momjian | |
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 | |||
2003-12-19 | 7.4.1 release note improvements | Peter Eisentraut | |
2003-12-18 | Please find enclosed a patch exemplifying typical use of the ARE | Bruce Momjian | |
Class-Shorthand Escapes<C2><AE>. I believe it will help intrepid regex users. :) David Fetter | |||
2003-12-17 | Restore information schema upgrade instructions of Peter. | Bruce Momjian | |
2003-12-16 | Add example for converting epoch back to timestamp. | Peter Eisentraut | |
2003-12-16 | Mention ecpg SET CONNECTION is not thread-aware. | Bruce Momjian | |
2003-12-15 | Override some of the changes in DocBook DSSSL stylesheets 1.78 to restore | Peter Eisentraut | |
previous behavior of <literal>, <envar>, <acronym>, and others. | |||
2003-12-15 | Update HISTORY and release notes for 7.4.1. | Bruce Momjian | |
2003-12-14 | Fix two typos in the documentation for PREPARE. | Neil Conway | |
2003-12-14 | This patch fixes a few more uppercase GUC vars. I also removed an | Neil Conway | |
example from the RESET reference page because it seemed completely redundant. | |||
2003-12-14 | This patch makes some improvements and adds some additional detail | Neil Conway | |
to the documentation on routine database maintainence activities. I also corrected a bunch of SGML markup. | |||
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. |