| Age | Commit message (Expand) | Author |
| 2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
| 2003-02-09 | Make further use of new bitmapset code: executor's chgParam, extParam, | Tom Lane |
| 2003-02-08 | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane |
| 2003-02-07 | Revise mechanism for getting rid of temp tables at backend shutdown. | Tom Lane |
| 2003-02-06 | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane |
| 2003-02-05 | Replace regular expression package with Henry Spencer's latest version | Tom Lane |
| 2003-02-04 | Minor code cleanup: remove no-longer-useful pull_subplans() function, | Tom Lane |
| 2003-02-03 | Determine the set of constraints applied to a domain at executor | Tom Lane |
| 2003-02-03 | Tweak planner and executor to avoid doing ExecProject() in table scan | Tom Lane |
| 2003-02-02 | Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from | Tom Lane |
| 2003-01-29 | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane |
| 2003-01-28 | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane |
| 2003-01-27 | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane |
| 2003-01-25 | Allow the planner to collapse explicit inner JOINs together, rather than | Tom Lane |
| 2003-01-25 | Where available, use utime() or utimes() to update the file mod time | Tom Lane |
| 2003-01-24 | Modify planner's implied-equality-deduction code so that when a set | Tom Lane |
| 2003-01-23 | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut |
| 2003-01-23 | Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, | Tom Lane |
| 2003-01-21 | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | Tom Lane |
| 2003-01-20 | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane |
| 2003-01-17 | Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code | Tom Lane |
| 2003-01-17 | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane |
| 2003-01-16 | Add code to print information about a detected deadlock cycle. The | Tom Lane |
| 2003-01-16 | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane |
| 2003-01-15 | Now that switch_outer processing no longer relies on being run after | Tom Lane |
| 2003-01-15 | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane |
| 2003-01-13 | Reconsider mechanism for marking sub-selects that are at top level of | Tom Lane |
| 2003-01-12 | Revise cost_qual_eval() to compute both startup (one-time) and per-tuple | Tom Lane |
| 2003-01-12 | Replace RelidGetNamespaceId() by get_rel_namespace(). | Peter Eisentraut |
| 2003-01-12 | First cut at implementing IN (and NOT IN) via hashtables. There is | Tom Lane |
| 2003-01-10 | Create a new file executor/execGrouping.c to centralize utility routines | Tom Lane |
| 2003-01-10 | Read-only transactions, as defined in SQL. | Peter Eisentraut |
| 2003-01-10 | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane |
| 2003-01-09 | Adjust parser so that 'x NOT IN (subselect)' is converted to | Tom Lane |
| 2003-01-09 | Move new typedef AclId into c.h, so as to avoid cluttering namespace | Tom Lane |
| 2003-01-09 | Remove bit.c/h routines. Not used anymore. | Bruce Momjian |
| 2003-01-09 | Add missing pg_proc entry for interval_scale(). The lack of this entry | Tom Lane |
| 2003-01-08 | Repair bug noticed by Deepak Bhole: a shell type should have a dependency | Tom Lane |
| 2003-01-08 | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane |
| 2003-01-07 | Apply the proper version of Christopher Kings-Lynne's describe patch | Tom Lane |
| 2003-01-06 | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut |
| 2003-01-06 | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut |
| 2003-01-06 | Update comments on IPv6 #define. | Bruce Momjian |
| 2003-01-06 | Update ipv6 comment, move configure test to the right place | Bruce Momjian |
| 2003-01-06 | Add prototype for getaddrinfo(). | Bruce Momjian |
| 2003-01-06 | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian |
| 2003-01-06 | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane |
| 2003-01-01 | Awhile back I wrote that freebsd.h was probably broken in the places where | Tom Lane |
| 2002-12-30 | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane |
| 2002-12-30 | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane |