| Age | Commit message (Expand) | Author |
| 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 | Call timestamp_in with proper arguments, per gripe from Mark Halliwell. | Tom Lane |
| 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-09 | add to threads discussion. | Bruce Momjian |
| 2003-01-09 | Add missing pg_proc entry for interval_scale(). The lack of this entry | 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 | Enhanced error/help message for pg_controldata. | 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 pgpass to work with PQconnectDB(). | Bruce Momjian |
| 2003-01-08 | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane |
| 2003-01-08 | Only set the database name if we find a match in the services file. | Bruce Momjian |
| 2003-01-08 | Correction to last patch. As per the DB-API spec, we need to return None | D'Arcy J.M. Cain |
| 2003-01-08 | Add: | Bruce Momjian |
| 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 | Upgrade to my2pg 1.9 | Bruce Momjian |
| 2003-01-07 | Upgrade to even newer ora2pg 2.0. | Bruce Momjian |
| 2003-01-07 | Upgrade to ora2pg 1.10. Backpatch to 7.3.X. | Bruce Momjian |
| 2003-01-07 | Update for new we-always-have-getopt_long approach. | 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 | Document that psql \encoding doesn't see SET CLIENT_ENCODING changes. | Bruce Momjian |
| 2003-01-07 | Fix missing tab in file. | Bruce Momjian |
| 2003-01-07 | Small syntax cleanup. | Bruce Momjian |
| 2003-01-07 | Check for sockaddr_in6 for IPv6 code, rather than ip6.h. | 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 | Enable IPv6 libpq 'hostaddr' addresses. Update docs. | Bruce Momjian |
| 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 | Add test for netinet/ip6.h and getaddrinfo, to enable IPv6. | 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 | Add note explaining that a mergejoinable equality operator is now | Tom Lane |
| 2003-01-06 | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane |
| 2003-01-05 | Revert rpath-mangling patch. See discussion on -patches around Nov 29 for | Peter Eisentraut |