aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Log protocol-excute fetch operatation as fetch, rather than execute,Bruce Momjian2005-09-26
* The original patch to avoid building a hash join's hashtable when theTom Lane2005-09-25
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* In a machine where INT64_IS_BUSTED, we can only support 32-bit valuesTom Lane2005-09-24
* Add comments explaining clauses used by CREATE ROLE but not ALTER.Bruce Momjian2005-09-23
* Fix typo in comment.Tom Lane2005-09-23
* Fix bug introduced into indexable_outerrelids() by an ill-consideredTom Lane2005-09-22
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-22
* Adjust GiST error messages to conform to message style guidelines.Tom Lane2005-09-22
* Take exclusive buffer lock in scan_heap() to eliminate some corner casesTom Lane2005-09-22
* This patch cleans up the access to members of ItemIdData.Bruce Momjian2005-09-22
* Suppress port number for unix domain sockets in log connect/disconnectBruce Momjian2005-09-22
* Remove some dead code.Tom Lane2005-09-22
* Fix postgresql.conf lexer to accept doubled single quotes in literalTom Lane2005-09-21
* optimize_minmax_aggregates() neglected to check for inherited tables.Tom Lane2005-09-21
* autovacuum setting false -> off, for consistencyBruce Momjian2005-09-20
* Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian2005-09-19
* Update query cancel message:Bruce Momjian2005-09-16
* Small fixesTeodor Sigaev2005-09-16
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-16
* Update two comments to refer to use the new list API names.Neil Conway2005-09-16
* Force the size and alignment of LWLock array entries to be either 16 or 32Tom Lane2005-09-16
* Copy-editing for GiST README.Neil Conway2005-09-15
* Readme about GiST's algorithmsTeodor Sigaev2005-09-15
* Ensure that any memory leaked during an error inside the bgwriter isTom Lane2005-09-12
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-12
* timestamptz_izone should return the input, not NULL, when the inputTom Lane2005-09-09
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-09
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-08
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-05
* Back out prior patch and instead just suppress SubqueryScan eliminationTom Lane2005-09-05
* For non-projecting plan node types such as Limit, set_plan_referencesTom Lane2005-09-05
* Add log display label for unnamed server-side portals.Bruce Momjian2005-09-02
* Fix the spelling.Tom Lane2005-09-02
* Update listen_addresses description.Bruce Momjian2005-09-02
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* Short-circuit AllocSetReset if nothing has been palloc'd in the memoryTom Lane2005-09-01
* Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.Tom Lane2005-09-01
* Log send() failures when sending to statistics process (but only inTom Lane2005-08-30
* DropTableSpace forgot to remove dependency on tablespace's owner.Tom Lane2005-08-30
* Fix misleading comment.Tom Lane2005-08-30
* Update documentation about shared memory sizing to reflect currentTom Lane2005-08-30
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-29
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-29
* Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane2005-08-28
* cost_agg really ought to charge something per output tuple; else thereTom Lane2005-08-27
* Change the division of labor between grouping_planner and query_plannerTom Lane2005-08-27
* Fix two separate bugs in setrefs.c. set_subqueryscan_references needsTom Lane2005-08-27
* The idea of using _strncoll() on Windows doesn't work. Revert to sameTom Lane2005-08-26