summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-081-5/+46
* Add include needed for new getrusage() call.Bruce Momjian2006-10-081-1/+2
* On Windows, we know the backend stack size limit because we have toTom Lane2006-10-083-5/+12
* Added missing entry (CASCADED) in keywords table.Peter Eisentraut2006-10-071-1/+2
* When planning a query at Bind time, be careful to pass the correctTom Lane2006-10-071-5/+6
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-072-18/+81
* Adjust HINT for stack depth limit to mention checking the underlyingTom Lane2006-10-071-10/+7
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-071-138/+197
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-062-17/+25
* Message style improvementsPeter Eisentraut2006-10-0621-79/+80
* Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane2006-10-052-276/+86
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-052-58/+49
* Work around buggy strtod on (some versions of?) IRIX. Combination ofTom Lane2006-10-051-1/+53
* Fix comment to agree with presentation.Tom Lane2006-10-041-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-04232-6108/+6933
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-031-44/+29
* Improve numeric overflow error message.Bruce Momjian2006-10-031-3/+4
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-039-22/+22
* The attached patch changes units of the some default values inBruce Momjian2006-10-032-35/+77
* Mention in postgresql.conf that autovacuum also needsBruce Momjian2006-10-031-0/+2
* Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERRORTom Lane2006-10-011-2/+9
* Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane2006-10-011-3/+7
* Allow assignment to array elements not contiguous with those alreadyTom Lane2006-09-291-85/+114
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-285-123/+215
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-279-66/+65
* Degrade the transaction-id wraparound point message from LOG to DEBUG1, perAlvaro Herrera2006-09-261-2/+2
* Increase default value of effective_cache_size to 128MB, per discussion.Tom Lane2006-09-251-1/+1
* Add a check to prevent overwriting valid data if smgrnblocks() gives aTom Lane2006-09-251-4/+21
* Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane2006-09-253-23/+57
* Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane2006-09-223-10/+21
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-223-5/+31
* Add units to the default postgresql.conf. For the most part, this shouldPeter Eisentraut2006-09-222-22/+23
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-216-59/+143
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-201-108/+202
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-198-39/+163
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-185-26/+269
* Fix problems with column name list of CREATE TABLE AS being applied toTom Lane2006-09-181-43/+66
* Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing;Tom Lane2006-09-181-11/+18
* Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane2006-09-171-19/+19
* Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane2006-09-172-7/+4
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-162-12/+124
* Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane2006-09-151-2/+2
* Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark.Tom Lane2006-09-151-12/+11
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-141-2/+2
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-142-12/+29
* Improve error message. Per discussionTeodor Sigaev2006-09-141-2/+9
* Make logging of extended-protocol commands a bit more consistent, perTom Lane2006-09-131-5/+6
* Code review for patch to avoid second scan when vacuuming index-lessTom Lane2006-09-131-32/+53
* Remove unnecessary brace pair.Bruce Momjian2006-09-101-3/+1
* Back out patch added during 8.2.X development:Bruce Momjian2006-09-101-1/+2