| Age | Commit message (Expand) | Author |
| 2005-04-14 | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-13 | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane |
| 2005-04-12 | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane |
| 2005-04-11 | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane |
| 2005-04-11 | Fix interaction between materializing holdable cursors and firing | Tom Lane |
| 2005-04-08 | Change the default setting of "add_missing_from" to false. This has been | Neil Conway |
| 2005-04-07 | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway |
| 2005-04-06 | Apply the "nodeAgg" optimization to more of the builtin transition | Neil Conway |
| 2005-04-06 | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane |
| 2005-04-06 | This file was whacked by pgindent before it knew it shouldn't remove | Neil Conway |
| 2005-04-05 | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane |
| 2005-04-04 | This patch changes int2_avg_accum() and int4_avg_accum() use the nodeAgg | Neil Conway |
| 2005-04-01 | Second try at making examine_variable and friends behave sanely in | Tom Lane |
| 2005-04-01 | Fix wrong week returnded by date_trunc('week') for early dates in | Bruce Momjian |
| 2005-03-31 | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane |
| 2005-03-29 | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-03-28 | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane |
| 2005-03-27 | First steps towards index scans with heap access decoupled from index | Tom Lane |
| 2005-03-26 | Fix a pair of related issues with estimation of inequalities that involve | Tom Lane |
| 2005-03-26 | Prevent to_char(interval) from dumping core on month-related formats | Tom Lane |
| 2005-03-25 | Fix resource owner code to generate catcache and relcache leak warnings | Tom Lane |
| 2005-03-25 | Add missing min/max parameters to DefineCustomIntVariable() and | Tom Lane |
| 2005-03-25 | Fix to_date to behave reasonably when CC and YY fields are both used. | Tom Lane |
| 2005-03-24 | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane |
| 2005-03-24 | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian |
| 2005-03-22 | Use InitFunctionCallInfoData() macro instead of MemSet in performance | Tom Lane |
| 2005-03-21 | Fix quote_ident to use quote_identifier rather than its own, not quite | Tom Lane |
| 2005-03-20 | Change the return value of HeapTupleSatisfiesUpdate() to be an enum, | Neil Conway |
| 2005-03-19 | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane |
| 2005-03-18 | Need to reset local buffer pin counts, not only shared buffer pins, | Tom Lane |
| 2005-03-18 | Need to release buffer pins before attempting to drop files during | Tom Lane |
| 2005-03-18 | Treat EPERM as a non-error case when checking to see if old postmaster | Tom Lane |
| 2005-03-16 | Add missing include for new lc_ctype_is_c() function. | Bruce Momjian |
| 2005-03-16 | Prevent locale-aware handling of upper, lower, and initcap when the | Bruce Momjian |
| 2005-03-14 | Add support for Win1252 encoding. | Bruce Momjian |
| 2005-03-14 | Update comments for new encoding names. | Bruce Momjian |
| 2005-03-13 | Make default_with_oids default to false -- user-created tables will now | Neil Conway |
| 2005-03-13 | Document aliases for our supported encodings. | Bruce Momjian |
| 2005-03-12 | Adjust the API for aggregate function calls so that a C-coded function | Tom Lane |
| 2005-03-12 | Fix problem with infinite recursion between write_syslogger_file and | Tom Lane |
| 2005-03-11 | Add fprintf() custom version to libpgport. | Bruce Momjian |
| 2005-03-07 | Unbreak out-of-tree builds, by fixing a typo. | Neil Conway |
| 2005-03-07 | Adjust creation/destruction of TupleDesc data structure to reduce the | Tom Lane |
| 2005-03-07 | Rename canonical encodings, per Peter: | Bruce Momjian |
| 2005-03-06 | Revise hash join code so that we can increase the number of batches | Tom Lane |
| 2005-03-04 | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane |
| 2005-03-01 | Allow Trace_lock_oidmin to be set to zero; this is a reasonable | Tom Lane |