| Age | Commit message (Expand) | Author |
| 2003-04-24 | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane |
| 2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
| 2003-04-17 | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane |
| 2003-04-08 | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane |
| 2003-04-07 | Avoid primary key lookup (and lock) if foreign key does not change | Jan Wieck |
| 2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
| 2003-03-27 | to_char fixes, Karel Zak | Bruce Momjian |
| 2003-03-25 | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian |
| 2003-03-23 | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane |
| 2003-03-21 | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut |
| 2003-03-21 | Reimplement NUMERIC datatype using base-10000 arithmetic; also improve | Tom Lane |
| 2003-03-20 | Update for new serial functionality. | Bruce Momjian |
| 2003-03-20 | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian |
| 2003-03-20 | Todo items: | Bruce Momjian |
| 2003-03-20 | Attached is a patch that limits the range tested by horology to | Bruce Momjian |
| 2003-03-20 | This trivial cleans up a little bit of the code in | Bruce Momjian |
| 2003-03-20 | Add start time to pg_stat_activity | Bruce Momjian |
| 2003-03-15 | Arrange to print the relevant key values when reporting a foreign-key | Tom Lane |
| 2003-03-11 | Add explicit tests for division by zero to all user-accessible integer | Tom Lane |
| 2003-03-05 | Turns out new IN implementation has got some problems in an UPDATE or | Tom Lane |
| 2003-02-19 | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian |
| 2003-02-19 | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian |
| 2003-02-19 | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian |
| 2003-02-16 | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane |
| 2003-02-13 | Arrange to give error when a SetOp member statement refers to a variable | Tom Lane |
| 2003-02-13 | The "random" regression test uses a function called oidrand(), which | Bruce Momjian |
| 2003-02-13 | Code for WITHOUT OIDS. | Bruce Momjian |
| 2003-02-10 | Fix thinko in new logic about pushing down non-nullability constraints: | Tom Lane |
| 2003-02-03 | Determine the set of constraints applied to a domain at executor | Tom Lane |
| 2003-01-31 | Allow a time zone to be specified (and silently ignored) in the input | 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-23 | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut |
| 2003-01-20 | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane |
| 2003-01-16 | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane |
| 2003-01-15 | Back out ORDER BY addition to Inet, for Tom. | Bruce Momjian |
| 2003-01-15 | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane |
| 2003-01-15 | Add ORDER BY for inet regression, pointed out by Rod Taylor. | Bruce Momjian |
| 2003-01-10 | Read-only transactions, as defined in SQL. | Peter Eisentraut |
| 2003-01-05 | Fix inherited UPDATE for cases where child column numbering doesn't | Tom Lane |
| 2003-01-04 | Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor's | Tom Lane |
| 2003-01-02 | Enforces NOT NULL constraints to be applied against new PRIMARY KEY | Tom Lane |
| 2002-12-30 | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane |
| 2002-12-14 | Initial version of the SQL information schema | Peter Eisentraut |
| 2002-12-13 | Admit defeat on the prospect of keeping straight exactly which platforms | Tom Lane |
| 2002-12-13 | Add a basic regression test for IS DISTINCT FROM, which has spent way too | Tom Lane |
| 2002-12-12 | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane |
| 2002-12-10 | Reverse out unintended resultmap change. | Tom Lane |
| 2002-12-06 | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian |