- Feb 20, 2011
-
-
Bruce Momjian authored
avg() because it was inaccurate.
-
- Feb 07, 2011
-
-
Bruce Momjian authored
-
- Jan 21, 2011
-
-
Robert Haas authored
Jeff Turner
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Jul 03, 2010
-
-
Robert Haas authored
Erik Rijkers
-
- Apr 03, 2010
-
-
Peter Eisentraut authored
The endterm attribute is mainly useful when the toolchain does not support automatic link target text generation for a particular situation. In the past, this was required by the man page tools for all reference page links, but that is no longer the case, and it now actually gets in the way of proper automatic link text generation. The only remaining use cases are currently xrefs to refsects.
-
- Jun 17, 2009
-
-
Tom Lane authored
Most of those changes were good, but some not so good ...
-
- Apr 27, 2009
-
-
Bruce Momjian authored
and SQL).
-
- Feb 04, 2009
-
-
Alvaro Herrera authored
-
- Dec 31, 2008
-
-
Tom Lane authored
patch. This includes the ability to force the frame to cover the whole partition, and the ability to make the frame end exactly on the current row rather than its last ORDER BY peer. Supporting any more of the full SQL frame-clause syntax will require nontrivial hacking on the window aggregate code, so it'll have to wait for 8.5 or beyond.
-
- Dec 28, 2008
-
-
Tom Lane authored
Hitoshi Harada, with some kibitzing from Heikki and Tom.
-
- Feb 01, 2007
-
-
Bruce Momjian authored
appropriate.
-
- Jan 31, 2007
-
-
Bruce Momjian authored
Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash". Also update two error messages mentioned in the documenation to match.
-
- Oct 22, 2006
-
-
Tom Lane authored
-
- Sep 16, 2006
-
-
Bruce Momjian authored
-
- Mar 10, 2006
-
-
Bruce Momjian authored
-
- Apr 09, 2005
-
-
Bruce Momjian authored
we can put words in ulink and the URL will still be printed. per Peter
-
- Mar 31, 2005
-
-
Bruce Momjian authored
-
- Dec 17, 2004
-
-
Tom Lane authored
-
- Nov 15, 2004
-
-
Neil Conway authored
output.
-
- Aug 08, 2004
-
-
Tom Lane authored
and into ddl.sgml. Rewrite for more completeness and (hopefully) clarity.
-
Bruce Momjian authored
David Fetter
-
- Aug 07, 2004
-
-
Tom Lane authored
don't generate constraint names like "$1" anymore.
-
- Aug 01, 2004
-
-
Tom Lane authored
number of active subtransaction XIDs in each backend's PGPROC entry, and use this to avoid expensive probes into pg_subtrans during TransactionIdIsInProgress. Extend EOXactCallback API to allow add-on modules to get control at subxact start/end. (This is deliberately not compatible with the former API, since any uses of that API probably need manual review anyway.) Add basic reference documentation for SAVEPOINT and related commands. Minor other cleanups to check off some of the open issues for subtransactions. Alvaro Herrera and Tom Lane.
-
- Mar 31, 2004
-
-
Bruce Momjian authored
--------------------------------------------------------------------------- 1. In keeping with the recent discussion that there should be more said about views, stored procedures, and triggers, in the tutorial, I have added a bit of verbiage to that end. 2. Some formatting changes to the datetime discussion, as well as addition of a citation of a relevant book on calendars. Christopher Browne
-
Bruce Momjian authored
-
- Mar 30, 2004
-
-
Bruce Momjian authored
said about views, stored procedures, and triggers, in the tutorial, I have added a bit of verbiage to that end. 2. Some formatting changes to the datetime discussion, as well as addition of a citation of a relevant book on calendars. Christopher Browne
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Sep 30, 2003
-
-
Tom Lane authored
A couple other minor fixes.
-
- Sep 13, 2003
-
-
Tom Lane authored
-
- Aug 31, 2003
-
-
Peter Eisentraut authored
-
- Mar 25, 2003
-
-
Peter Eisentraut authored
vague cross-references with real links.
-
- Mar 13, 2003
-
-
Peter Eisentraut authored
-
- Feb 19, 2003
-
-
Bruce Momjian authored
- more work from the SGML police - some grammar improvements: rewriting a paragraph or two, replacing contractions where (IMHO) appropriate - fix missing utility commands in lock mode docs - improve CLUSTER, REINDEX, SET SESSION AUTHORIZATION ref pages Neil Conway
-
- Nov 11, 2002
-
-
Peter Eisentraut authored
-
- Oct 24, 2002
-
-
Peter Eisentraut authored
statement.
-
- Oct 20, 2002
-
-
Tom Lane authored
Miscellaneous other copy-editing.
-
- Jun 11, 2002
-
-
Thomas G. Lockhart authored
Implement SQL99 SIMILAR TO as a synonym for our existing operator "~". Implement SQL99 regular expression SUBSTRING(string FROM pat FOR escape). Extend the definition to make the FOR clause optional. Define textregexsubstr() to actually implement this feature. Update the regression test to include these new string features. All tests pass. Rename the regular expression support routines from "pg95_xxx" to "pg_xxx". Define CREATE CHARACTER SET in the parser per SQL99. No implementation yet.
-
- Feb 12, 2002
-
-
Bruce Momjian authored
-
- Nov 23, 2001
-
-
Tom Lane authored
-