| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | Disallow changing/dropping default expression of a SERIAL column | Bruce Momjian | 2006-06-27 |
* | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 |
* | Change the row constructor syntax (ROW(...)) so that list elements foo.* | Tom Lane | 2006-06-26 |
* | Update comment description of geo routines and move comment to more | Bruce Momjian | 2006-06-26 |
* | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane | 2006-06-25 |
* | 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-22 |
* | 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 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 |
* | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 |
* | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane | 2006-06-18 |
* | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut | 2006-06-18 |
* | Fix a couple of obvious problems in DROP IF EXISTS patch. | Tom Lane | 2006-06-16 |
* | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Test for POSIX_FADV_DONTNEED to use posix_fadvise(). | Bruce Momjian | 2006-06-16 |
* | Use posix_fadvise() to avoid kernel caching of WAL contents on WAL file | Bruce Momjian | 2006-06-15 |
* | Remove the limit on the number of entries allowed in catcaches, and | Tom Lane | 2006-06-15 |
* | Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpath | Tom Lane | 2006-06-14 |
* | Avoid use of C commment inside C comment from recent Win32 int overflow patch. | Bruce Momjian | 2006-06-12 |
* | Prevent Win32 from displaying a popup box on backend crash. Instead let | Bruce Momjian | 2006-06-12 |
* | Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1, | Bruce Momjian | 2006-06-12 |
* | Minor code cleanup: make the WIN32 case less gratuitously different from | Tom Lane | 2006-06-12 |
* | Fix Assert failure when a fastpath function call is attempted inside an | Tom Lane | 2006-06-11 |
* | Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable | Tom Lane | 2006-06-09 |
* | Fix bootstrap.c so that database startup process and bgwriter properly release | Tom Lane | 2006-06-08 |
* | Remove Win32 file, moved to /port. | Bruce Momjian | 2006-06-08 |
* | Remove obsolete comment about VACUUM FULL: it takes buffer content locks | Tom Lane | 2006-06-08 |
* | Allow timezone names in SQL strings, | Bruce Momjian | 2006-06-07 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Per previous analysis, the most correct notion of SampleOverhead is that | Tom Lane | 2006-06-07 |
* | Have REINDEX use NOTICE, so it can be suppressed. | Bruce Momjian | 2006-06-07 |
* | Remove "fuzzy comparison" logic in qsort comparison function for | Tom Lane | 2006-06-07 |
* | Use INFO-level for reindex messages, rather than NOTICE. | Bruce Momjian | 2006-06-07 |
* | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 |
* | While making the seq_page_cost changes, I was struck by the fact that | Tom Lane | 2006-06-05 |
* | Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. | Tom Lane | 2006-06-05 |