| Age | Commit message (Expand) | Author |
| 2006-06-28 | Forget to add new file :(( | Teodor Sigaev |
| 2006-06-28 | Changes | Teodor Sigaev |
| 2006-06-27 | Remove embedded newline in string literal --- seems to make newer gcc | Tom Lane |
| 2006-06-27 | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian |
| 2006-06-27 | Convert hash join code to use MinimalTuple format in tuple hash table | Tom Lane |
| 2006-06-27 | Default stats_command_string to 'on', now that its overhead is minimal. | Bruce Momjian |
| 2006-06-27 | Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrect | Tom Lane |
| 2006-06-27 | Revert patch, doesn't do what it should: | Bruce Momjian |
| 2006-06-27 | Extend the MinimalTuple concept to tuplesort.c, thereby reducing the | Tom Lane |
| 2006-06-27 | Will revert in next patch more cleanly. | Bruce Momjian |
| 2006-06-27 | Not done: | Bruce Momjian |
| 2006-06-27 | Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without | Alvaro Herrera |
| 2006-06-27 | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian |
| 2006-06-27 | Done: | Bruce Momjian |
| 2006-06-27 | Disallow changing/dropping default expression of a SERIAL column | Bruce Momjian |
| 2006-06-27 | Fix for recent Win32 pg_dump tar temp file patch. | Bruce Momjian |
| 2006-06-27 | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane |
| 2006-06-27 | On Win32, use loop to create pg_dump temporary tar file in the current | Bruce Momjian |
| 2006-06-27 | Done: | Bruce Momjian |
| 2006-06-27 | Add PQescapeIdentifier() to libpq | Bruce Momjian |
| 2006-06-26 | Fix blank line. | Bruce Momjian |
| 2006-06-26 | Add comment about the use of pg_config_paths.h. | Bruce Momjian |
| 2006-06-26 | Change the row constructor syntax (ROW(...)) so that list elements foo.* | Tom Lane |
| 2006-06-26 | Added missing braces to prevent a segfault after usage of an undeclared cursor. | Michael Meskes |
| 2006-06-26 | Use Unix newlines, instead of DOS ones. | Bruce Momjian |
| 2006-06-26 | Use Unix line endings instead of DOS ones, per Magnus. | Bruce Momjian |
| 2006-06-26 | Update include files to Unix newline format, per report from Magnus. | Bruce Momjian |
| 2006-06-26 | Update comment description of geo routines and move comment to more | Bruce Momjian |
| 2006-06-26 | Added some more coverity report patches send in by Joachim Wieland <joe@mckni... | Michael Meskes |
| 2006-06-25 | Update my info: | Bruce Momjian |
| 2006-06-25 | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane |
| 2006-06-25 | Add: | Bruce Momjian |
| 2006-06-25 | Moved some free() calls that coverity correctly complains about. | Michael Meskes |
| 2006-06-25 | Our version of getopt_long does not set optarg upon detecting an error, as | Alvaro Herrera |
| 2006-06-25 | Remove individual user copyright because the code is contributed to | Bruce Momjian |
| 2006-06-25 | Fix GEVHDRSZ for Win32. | Bruce Momjian |
| 2006-06-25 | Fix Win32/Cygwin problems: | Bruce Momjian |
| 2006-06-24 | Update entry: | Bruce Momjian |
| 2006-06-24 | Add UPDATE entry for row reuse. | Bruce Momjian |
| 2006-06-24 | Fix re-inclusion of port header file on Windows, per Magnus. | Tom Lane |
| 2006-06-23 | Clarified copyright notice | Michael Meskes |
| 2006-06-22 | Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, | Tom Lane |
| 2006-06-22 | pg_stop_backup was calling XLogArchiveNotify() twice for the newly created | Tom Lane |
| 2006-06-22 | Standalone backends need pgstat_bestart() too, per Qingqing Zhou. | Tom Lane |
| 2006-06-21 | Move setup_cancel_handler() up near start of psql main(), where the | Tom Lane |
| 2006-06-21 | Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involving | Tom Lane |
| 2006-06-21 | Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). | Tom Lane |
| 2006-06-21 | Eliminate a gratuitously different wording of the 'cannot use aggregate funct... | Tom Lane |
| 2006-06-21 | - During dblink_open, if transaction state was IDLE, force cursor count to | Joe Conway |
| 2006-06-21 | Clean up psql variable code a little: eliminate unnecessary tests in | Tom Lane |