| Commit message (Expand) | Author | Age |
* | Clarify STABLE function documentation to highlight how such functions | Bruce Momjian | 2006-01-19 |
* | Fix assorted typos in the documentation, and use American spelling | Neil Conway | 2005-10-15 |
* | Merge some user-submitted suggestions for improvement into the | Neil Conway | 2005-10-15 |
* | fix nonsensical summary row on example | Andrew Dunstan | 2005-10-14 |
* | Various documentation improvements. Add a lot of index entries for | Neil Conway | 2005-09-14 |
* | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane | 2005-05-30 |
* | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 |
* | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 |
* | Adjust the API for aggregate function calls so that a C-coded function | Tom Lane | 2005-03-12 |
* | Fix two typos, per report from Hashem Masoud. | Neil Conway | 2005-02-21 |
* | More < and > cleanups converted to ampersands. | Bruce Momjian | 2005-01-22 |
* | Change -> and <- to use proper ampersand markups. | Bruce Momjian | 2005-01-22 |
* | Add index entries for function volatilities. | Kris Jurka | 2005-01-14 |
* | Some more small improvements in response to 7.4 interactive docs comments. | Tom Lane | 2005-01-08 |
* | Add a tip showing how functions on composite types can be used to | Tom Lane | 2005-01-07 |
* | Improve discussion of SQL functions taking/returning row types. | Tom Lane | 2005-01-07 |
* | More minor updates and copy-editing. | Tom Lane | 2004-12-30 |
* | More updates and copy-editing. Rearrange order of sections a little bit | Tom Lane | 2004-12-30 |
* | Spell checker run | Peter Eisentraut | 2004-12-13 |
* | Replace "--" and "---" with "—" as appropriate, for better-looking | Neil Conway | 2004-11-15 |
* | Some editorializing on the docs for the dollar-quoting feature: fix | Tom Lane | 2004-09-20 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 |
* | Various minor improvements to the SGML documentation: fix some incorrect | Neil Conway | 2004-08-24 |
* | PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with | Peter Eisentraut | 2004-07-30 |
* | Add documentation for the new "dollar quoting" feature, and update existing | Neil Conway | 2004-05-16 |
* | Implement the width_bucket() function, per SQL2003. This commit only adds | Neil Conway | 2004-05-14 |
* | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | Refer to GUC variables using <xref> tags rather than <varname> tags, | Neil Conway | 2004-03-09 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Documentation cleanup | Peter Eisentraut | 2003-11-12 |
* | Spell checking, consistent terminology. | Peter Eisentraut | 2003-11-01 |
* | Move docs about index cost estimation functions and writing a procedural | Tom Lane | 2003-10-22 |
* | Update obsolete examples of error messages; various other minor editing. | Tom Lane | 2003-09-12 |
* | This patch fixes a few missed GUC variables that were still upper case, | Bruce Momjian | 2003-09-11 |
* | Add/edit index entries. | Peter Eisentraut | 2003-08-31 |
* | Make various links point to specific places instead of entire parts | Tom Lane | 2003-08-10 |
* | Update docs for 7.4 array features and polymorphic functions. | Tom Lane | 2003-08-09 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 |
* | Adopt latest bison's spelling of 'syntax error' rather than 'parse error' | Tom Lane | 2003-05-29 |
* | In an effort to reduce the total number of chapters, combine the small | Peter Eisentraut | 2003-04-10 |
* | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 |
* | This patch makes the following changes to the documentation: | Bruce Momjian | 2003-02-19 |
* | This patch includes a lot of minor cleanups to the SGML documentation, | Bruce Momjian | 2003-01-19 |
* | Add dash to: | Bruce Momjian | 2003-01-17 |
* | SGML improvements. | Bruce Momjian | 2002-11-15 |
* | Add more appropriate markup. | Peter Eisentraut | 2002-09-21 |
* | plpgsql functions can return RECORD, per Neil Conway. | Tom Lane | 2002-09-01 |
* | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane | 2002-08-30 |