| Commit message (Expand) | Author | Age |
* | Fix indexterm spelling | Peter Eisentraut | 2010-08-06 |
* | Fix longstanding typo in V1 calling conventions documentation. | Robert Haas | 2010-05-16 |
* | Make LOAD of an already-loaded library into a no-op, instead of attempting | Tom Lane | 2009-09-03 |
* | Improve documentation about function volatility: mention the snapshot | Tom Lane | 2009-05-27 |
* | Proofreading adjustments for first two parts of documentation (Tutorial | Bruce Momjian | 2009-04-27 |
* | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 |
* | Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxious | Alvaro Herrera | 2008-12-07 |
* | Default values for function arguments | Peter Eisentraut | 2008-12-04 |
* | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane | 2008-10-31 |
* | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Add an example of a SQL function with output parameters returning | Tom Lane | 2007-11-10 |
* | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 |
* | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane | 2007-06-06 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian | 2007-02-01 |
* | Update documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Update documentation for backslashes to mention escape string syntax | Bruce Momjian | 2007-01-30 |
* | Remove unneeded tab in file. | Bruce Momjian | 2006-12-15 |
* | More minor SGML improvements for xfunc.sgml, including making some | Neil Conway | 2006-11-23 |
* | Fix a typo in recent xfunc addition, do some routine SGML police work. | Neil Conway | 2006-11-23 |
* | Shared Memory Hooks Documentation | Bruce Momjian | 2006-11-23 |
* | Remove emacs info from footer of SGML files. | Bruce Momjian | 2006-09-16 |
* | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 |
* | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane | 2006-05-31 |
* | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane | 2006-05-30 |
* | Add pgmagic header block to store compile-time constants: | Bruce Momjian | 2006-05-30 |
* | Removes or minimizes some documentation mentions of backward | Bruce Momjian | 2006-04-23 |
* | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 |
* | Clarify STABLE function documentation to highlight how such functions | Bruce Momjian | 2006-01-19 |
* | Document PGXS' REGRESS feature. | Alvaro Herrera | 2005-11-29 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | 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 |