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