aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove embedded newline in string literal --- seems to make newer gccTom Lane2006-06-27
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
* Convert hash join code to use MinimalTuple format in tuple hash tableTom Lane2006-06-27
* Default stats_command_string to 'on', now that its overhead is minimal.Bruce Momjian2006-06-27
* Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrectTom Lane2006-06-27
* Revert patch, doesn't do what it should:Bruce Momjian2006-06-27
* Extend the MinimalTuple concept to tuplesort.c, thereby reducing theTom Lane2006-06-27
* Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table withoutAlvaro Herrera2006-06-27
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* Disallow changing/dropping default expression of a SERIAL columnBruce Momjian2006-06-27
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Change the row constructor syntax (ROW(...)) so that list elements foo.*Tom Lane2006-06-26
* Update comment description of geo routines and move comment to moreBruce Momjian2006-06-26
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-25
* Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane2006-06-22
* pg_stop_backup was calling XLogArchiveNotify() twice for the newly createdTom Lane2006-06-22
* Standalone backends need pgstat_bestart() too, per Qingqing Zhou.Tom Lane2006-06-22
* Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involvingTom Lane2006-06-21
* Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT).Tom Lane2006-06-21
* Eliminate a gratuitously different wording of the 'cannot use aggregate funct...Tom Lane2006-06-21
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-20
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane2006-06-18
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18
* Fix a couple of obvious problems in DROP IF EXISTS patch.Tom Lane2006-06-16
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Test for POSIX_FADV_DONTNEED to use posix_fadvise().Bruce Momjian2006-06-16
* Use posix_fadvise() to avoid kernel caching of WAL contents on WAL fileBruce Momjian2006-06-15
* Remove the limit on the number of entries allowed in catcaches, andTom Lane2006-06-15
* Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpathTom Lane2006-06-14
* Avoid use of C commment inside C comment from recent Win32 int overflow patch.Bruce Momjian2006-06-12
* Prevent Win32 from displaying a popup box on backend crash. Instead letBruce Momjian2006-06-12
* Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1,Bruce Momjian2006-06-12
* Minor code cleanup: make the WIN32 case less gratuitously different fromTom Lane2006-06-12
* Fix Assert failure when a fastpath function call is attempted inside anTom Lane2006-06-11
* Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliableTom Lane2006-06-09
* Fix bootstrap.c so that database startup process and bgwriter properly releaseTom Lane2006-06-08
* Remove Win32 file, moved to /port.Bruce Momjian2006-06-08
* Remove obsolete comment about VACUUM FULL: it takes buffer content locksTom Lane2006-06-08
* Allow timezone names in SQL strings,Bruce Momjian2006-06-07
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Per previous analysis, the most correct notion of SampleOverhead is thatTom Lane2006-06-07
* Have REINDEX use NOTICE, so it can be suppressed.Bruce Momjian2006-06-07
* Remove "fuzzy comparison" logic in qsort comparison function forTom Lane2006-06-07
* Use INFO-level for reindex messages, rather than NOTICE.Bruce Momjian2006-06-07
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-06
* While making the seq_page_cost changes, I was struck by the fact thatTom Lane2006-06-05
* Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.Tom Lane2006-06-05