aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Since sort_bounded_heap makes state changes that should be madeTom Lane2007-09-01
* Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane2007-08-31
* Extend whole-row Var evaluation to cope with the case that the sub-planTom Lane2007-08-31
* Install check_stack_depth() protection in two recursive tsqueryTom Lane2007-08-31
* Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane2007-08-31
* Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTEDTom Lane2007-08-30
* Relax permissions checks on dbsize functions, per discussion. Revert out allTom Lane2007-08-29
* Add a debug logging message when a resource manager rejects an attemptedTom Lane2007-08-28
* Improve behavior of log_lock_waits patch. Ensure that something gets loggedTom Lane2007-08-28
* Fix generation of snowball_create.sql on msvc builds.Magnus Hagander2007-08-27
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-27
* Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane2007-08-27
* Restrict pg_relation_size to relation owner, pg_database_size to DB owner,Tom Lane2007-08-27
* Make currtid() functions require SELECT privileges on the target table.Tom Lane2007-08-27
* Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when theTom Lane2007-08-26
* Fix brain fade in DefineIndex(): it was continuing to access the table'sTom Lane2007-08-25
* Simplify implementation of ts_debug() function --- use a join insteadTom Lane2007-08-25
* Fix synonym-dict breakage introduced in last patch :-(.Tom Lane2007-08-25
* Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane2007-08-25
* Cleanup for some problems in tsearch patch:Tom Lane2007-08-25
* Reduce memory requirements for writing CSVlogs, so it will work with aboutAndrew Dunstan2007-08-23
* Suppress testing the options of CREATE TEXT SEARCH DICTIONARY duringTom Lane2007-08-22
* Fix VPATH-build problem in new tsearch makefile, per Chad Wagner.Tom Lane2007-08-22
* Remove option to change parser of an existing text search configuration.Tom Lane2007-08-22
* Whoops, missed updating dsynonym_init for new dictionary parameter method.Tom Lane2007-08-22
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separateTom Lane2007-08-21
* Avoid using TEXT as a Bison symbol, since this provokes warnings onTom Lane2007-08-21
* Remove extraneous semicolon --- buildfarm member bear, for one,Tom Lane2007-08-21
* Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitutionTom Lane2007-08-21
* Fix money type's send/receive functions to conform to recent wideningTom Lane2007-08-21
* Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane2007-08-21
* Suppress uninitialized-variable warning.Tom Lane2007-08-21
* Fix a small 64-bit problem in tsearch patch.Tom Lane2007-08-21
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-19
* Arrange to cache a ResultRelInfo in the executor's EState for relations thatTom Lane2007-08-15
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Fix oversight in async-commit patch: there were some places in heapam.cTom Lane2007-08-14
* TEMPORARILY make synchronous_commit default to OFF, so that we can get moreTom Lane2007-08-13
* Fix two bugs induced in VACUUM FULL by async-commit patch.Tom Lane2007-08-13
* Remove an "optimization" I installed in 2001, to make repalloc() attempt toTom Lane2007-08-12
* Increase the initial size of StringInfo buffers to 1024 bytes (from 256);Tom Lane2007-08-12
* Avoid memory leakage across successive calls of regexp_matches() orTom Lane2007-08-11
* Code review for regexp_matches/regexp_split patch. Refactor to avoid assumingTom Lane2007-08-11
* Revise postmaster startup/shutdown logic to eliminate the problem that aTom Lane2007-08-09
* Fix a gradual memory leak in ExecReScanAgg(). Because the aggregationNeil Conway2007-08-08
* Fix thinko in multi-autovac-workers code: validity checks made byTom Lane2007-08-08
* Adjust the output of MemoryContextStats() so that the stats for aNeil Conway2007-08-07
* Fix up bad layout of some comments (probably pg_indent's fault), andTom Lane2007-08-04