summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2003-12-19Forbid REVOKE on untrusted languages, and don't dump privileges ofPeter Eisentraut
2003-12-19Make to_hex() behave portably on negative input values (treat them asTom Lane
2003-12-19Use a shutdown callback to ensure proper clean up when rescanningJoe Conway
2003-12-18Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane
2003-12-18Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane
2003-12-18Ensure set-returning functions in the targetlist of a plan node will beTom Lane
2003-12-18Here is the definition of relation_byte_size() in optimizer/path/costsize.c:Bruce Momjian
2003-12-18Be a little smarter in group_clauses_by_indexkey_for_join: detect casesTom Lane
2003-12-17information_schema.constraint_column_usage and key_column_usage shouldTom Lane
2003-12-17Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz.Tom Lane
2003-12-17Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercionTom Lane
2003-12-17Repair planner failure when there are multiple IN clauses, each withTom Lane
2003-12-16Fix constraint_column_usage for foreign keys.Peter Eisentraut
2003-12-15Add mention with might need to use cp -R someday for portability.Bruce Momjian
2003-12-14I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-12-09query_tree_mutator should copy RangeTblEntry nodes even when it's notTom Lane
2003-12-08Whole-row references were broken for subqueries and functions, becauseTom Lane
2003-12-07Remove test on c.relkind from check_constraints view; unnecessary andTom Lane
2003-12-07Fix typmod interpretation for bit types. (It was erroneously assumed thatPeter Eisentraut
2003-12-07Repair indexed bytea like operations, and related selectivityJoe Conway
2003-12-05Guard against bug in Solaris' bsearch(), per Michael Wildpaner.Tom Lane
2003-12-03Added new group of read-only GUC variables to allow simple accessJoe Conway
2003-12-03Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane
2003-12-02Add a warning to AtEOXact_SPI() to catch cases where the currentJoe Conway
2003-12-02Code and docs review for numeric-factorial patch.Tom Lane
2003-12-01This patch refactors execTuples.c in two ways.Bruce Momjian
2003-12-01Avoid assuming that type key_t is 32 bits, since it reportedly isn'tTom Lane
2003-12-01This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian
2003-12-01Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian
2003-12-01Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian
2003-12-01netmask() and hostmask() functions should return maximum-length masklen,Tom Lane
2003-12-01Force zero_damaged_pages to be effectively ON during recovery from WAL,Tom Lane
2003-12-01Seems there are three GUC variables that are defined as "Shows ..."Bruce Momjian
2003-11-30Make PQescapeBytea and byteaout consistent with each other, andJoe Conway
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29Put out a more useful version indication in the welcome banner for aTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-27Conditionalize variable that is only used conditionally, to avoid warning.Peter Eisentraut
2003-11-26Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage.Tom Lane
2003-11-25Repair subselect.c's occasional assignment of the wrong vartypmod toTom Lane
2003-11-25Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane
2003-11-24Overdue code review for ALTER SEQUENCE patch. Don't generate illegal NodeTom Lane
2003-11-24Repair missed renamings of show_statement_stats and show_executor_stats.Tom Lane
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2003-11-21Remove unused variable.Tom Lane
2003-11-19Background writer processJan Wieck
2003-11-16Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane
2003-11-16Changed parameter name for shared cache status report interval toJan Wieck
2003-11-15Make creation of statistics collection socket more robust, by allowing itTom Lane