| Age | Commit message (Expand) | Author |
| 2003-01-11 | > > This patch improves the documentation for the shared_buffers GUC param. | Bruce Momjian |
| 2003-01-11 | Rewrite for-loop, because this is not the Obfuscated C Code Contest. | Bruce Momjian |
| 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-10 | Add optional drop behavior clause to REVOKE command, for SQL conformance. | Peter Eisentraut |
| 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 | Fix IPv6 detection and IPv6 to 4 conversion to use only standard | Peter Eisentraut |
| 2003-01-09 | Fix indenting of log_min_error_statement. | Bruce Momjian |
| 2003-01-09 | Remove bit.c/h routines. Not used anymore. | Bruce Momjian |
| 2003-01-09 | Repair inconsistent rounding behavior for timestamp, time, interval, | Tom Lane |
| 2003-01-08 | Remove 'const' from secure_write, to prevent compiler warning. | Bruce Momjian |
| 2003-01-08 | Guard against stopping when numberTuples=0 and counter wraps around. | Tom Lane |
| 2003-01-08 | The second was that renegotiation was just plain broken. I can't | Bruce Momjian |
| 2003-01-08 | I was playing around with 7.3.1 and found some more SSL problems. The | Bruce Momjian |
| 2003-01-08 | Fix dumping of DEFERRABLE/INITIALLY DEFERRED: | Bruce Momjian |
| 2003-01-08 | Updated deferred trigger patch. | Bruce Momjian |
| 2003-01-08 | This trivial patch implements disabled, deferred triggers, per my | Bruce Momjian |
| 2003-01-08 | Reconsider old decision to try to constant-fold default and constraint | 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-08 | Code review for FETCH/MOVE 0 changes. Improve documentation, do the | Tom Lane |
| 2003-01-07 | SendFunctionResult should take care to detoast varlena results. | Tom Lane |
| 2003-01-07 | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane |
| 2003-01-07 | Apply the proper version of Christopher Kings-Lynne's describe patch | Tom Lane |
| 2003-01-07 | Add connection service file. | Bruce Momjian |
| 2003-01-07 | Silence compiler warning caused by removal of netinet/in.h | Bruce Momjian |
| 2003-01-07 | Fix missing tab in file. | Bruce Momjian |
| 2003-01-07 | Document libpq service capability, and add sample file. | Bruce Momjian |
| 2003-01-07 | Tweak mdnblocks() to avoid doing lseek() on segments that it has | Tom Lane |
| 2003-01-06 | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut |
| 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-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 |
| 2003-01-01 | fastpath code neglected to check whether user has privileges to call the | 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 transaction-safe-TRUNCATE patch: minor cleanups. | Tom Lane |
| 2002-12-30 | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane |
| 2002-12-30 | Cause FETCH 1 to return the current cursor row, or zero if at | Bruce Momjian |
| 2002-12-30 | Better solution to integer overflow problem in hash batch-number | Tom Lane |
| 2002-12-30 | Point does not return a center of lseg. | Tom Lane |
| 2002-12-29 | Adjust hash table sizing algorithm to avoid integer overflow in | Tom Lane |
| 2002-12-27 | Deliver better error message when a relation name is used in an expression. | Tom Lane |
| 2002-12-27 | Trivial patch to increase max_fsm_pages as per earlier discussion. | Bruce Momjian |
| 2002-12-26 | Clamp the output of estimate_hash_bucketsize() to a sane range; | Tom Lane |
| 2002-12-26 | Don't try to free executor state of an InitPlan early --- this breaks | Tom Lane |
| 2002-12-23 | Update SSL error message for improper permissions. Backpatch to 7.3.X. | Bruce Momjian |