| Commit message (Expand) | Author | Age |
* | Mention only Windows 2000SP4 works. | Bruce Momjian | 2006-08-18 |
* | Update Win32 CMD quoting rules information location, CMD /?, from | Bruce Momjian | 2006-08-18 |
* | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 |
* | Produce a clean failure in configure when dtrace is selected but cannot be | Peter Eisentraut | 2006-08-17 |
* | Fix an oversight in mergejoin planning: the planner would reject a | Tom Lane | 2006-08-17 |
* | Teach convert_subquery_pathkeys() to handle the case where the | Tom Lane | 2006-08-17 |
* | Add: | Bruce Momjian | 2006-08-17 |
* | Add: | Bruce Momjian | 2006-08-17 |
* | Add: | Bruce Momjian | 2006-08-16 |
* | Put probes.o file in right directory, fixes dtrace compilation | Peter Eisentraut | 2006-08-16 |
* | Seems some C compilers think 'restrict' is a fully reserved word. | Tom Lane | 2006-08-16 |
* | Add a hack so that get_type_io_data() can work from bootstrap.c's | Tom Lane | 2006-08-15 |
* | Add hooks to allow debugging and performance measurement plugins | Tom Lane | 2006-08-15 |
* | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 |
* | Fix pgbench to handle empty lines in script files as documented. | Tatsuo Ishii | 2006-08-15 |
* | Fixed a typo and made two mallocs Coverity friendly. | Michael Meskes | 2006-08-15 |
* | Sorry, forgot the new files. | Michael Meskes | 2006-08-15 |
* | Added lots of SoC stuff made by Joachim. | Michael Meskes | 2006-08-15 |
* | Cause '*' and 'foo.*' notations to mark the referenced RTE(s) as | Tom Lane | 2006-08-14 |
* | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 |
* | Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking | Tom Lane | 2006-08-14 |
* | When executing a list of queries derived from rule expansion, | Tom Lane | 2006-08-14 |
* | Remove hash_destroy calls in hash_create's failure paths. As noted by | Tom Lane | 2006-08-14 |
* | Revert (again) GUC patch to return commented fields to their default | Bruce Momjian | 2006-08-14 |
* | Get rid of "lookahead" functionality in plpgsql's yylex() function, | Tom Lane | 2006-08-14 |
* | Fix core dump in duration logging for a V3-protocol Execute message | Tom Lane | 2006-08-13 |
* | Cause psql to report both the returned data and the command status tag | Tom Lane | 2006-08-13 |
* | If test postmaster fails to start within 60 seconds, try to kill -9 it | Tom Lane | 2006-08-13 |
* | Extend 'guc' regression test to check manipulations of datestyle as | Tom Lane | 2006-08-13 |
* | Original coding of 'returning' regression test inadvertently chose a | Tom Lane | 2006-08-13 |
* | Back out plperl OUT hash/array parameter patch, again. | Bruce Momjian | 2006-08-13 |
* | Fix recent guc comment-to-default patch for custom variables. | Bruce Momjian | 2006-08-13 |
* | Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com> | Michael Meskes | 2006-08-13 |
* | Re-apply plperl patch that allows OUT parameters to be placed into Perl | Bruce Momjian | 2006-08-13 |
* | Recommit patch to allow commented GUC variables to return to their | Bruce Momjian | 2006-08-13 |
* | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian | 2006-08-13 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Remove ancient, obsolete comment. | Tom Lane | 2006-08-12 |
* | Back out patch for plperl to handle OUT paramaters into arrays and | Bruce Momjian | 2006-08-12 |
* | Back out patch to reorganize guc processing. Was causing regression | Bruce Momjian | 2006-08-12 |
* | Back out patch that allowed commented guc variables to return to their | Bruce Momjian | 2006-08-12 |
* | Done: | Bruce Momjian | 2006-08-12 |
* | Fix wording, per Neil. | Bruce Momjian | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Set Win32 server-size socket buffer to 32k, for performance reasons. | Bruce Momjian | 2006-08-11 |
* | Done: | Bruce Momjian | 2006-08-11 |
* | Revert undesired FAQ_DEV change. | Bruce Momjian | 2006-08-11 |
* | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian | 2006-08-11 |
* | Refactor GUC set_config_option function: | Bruce Momjian | 2006-08-11 |
* | plperl: | Bruce Momjian | 2006-08-11 |