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