summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2005-10-06Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundantTom Lane
2005-10-06Minor API cleanup for async notifications: we can only register theNeil Conway
2005-10-06When a function not returning RECORD has a single OUT parameter, useTom Lane
2005-10-06Fix oversight in indexscan plan creation. I recently added code to useTom Lane
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-10-05Code cleanup for log_disconnections(). Patch from Qingqing Zhou,Neil Conway
2005-10-05Make set_function_size_estimates() marginally smarter: per originalTom Lane
2005-10-04Add _ to gettext triggers. Must have been forgotten here when it was introduced.Peter Eisentraut
2005-10-03COPY's test for read-only transaction was backward; it prohibited COPY TOTom Lane
2005-10-03Add a trace_sort option to help with measuring resource usage of externalTom Lane
2005-10-03Separate out the VacRUsage stuff as an independent module, in preparationTom Lane
2005-10-03Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie.Tom Lane
2005-10-03Expand pg_control information so that we can verify that the databaseTom Lane
2005-10-02Change nextval and other sequence functions to specify their sequenceTom Lane
2005-10-01_SPI_execute_plan failed to return result tuple table to caller inTom Lane
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