| Commit message (Expand) | Author | Age |
* | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 |
* | Do not shell-quote the name of the editor, so that the editor can be a | 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-10 |
* | Clean ip.c. | Peter Eisentraut | 2003-01-10 |
* | 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-09 |
* | Add missing pg_proc entry for interval_scale(). The lack of this entry | Tom Lane | 2003-01-09 |
* | 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 |
* | Code review for FETCH/MOVE 0 changes. Improve documentation, do the | Tom Lane | 2003-01-08 |
* | 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-07 |
* | 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 |
* | 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-06 |
* | Revert rpath-mangling patch. See discussion on -patches around Nov 29 for | Peter Eisentraut | 2003-01-05 |
* | Fix inherited UPDATE for cases where child column numbering doesn't | Tom Lane | 2003-01-05 |
* | Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor's | Tom Lane | 2003-01-04 |
* | Adjust lo type in contrib during pg_restore so that pg_restore could | Hiroshi Inoue | 2003-01-03 |
* | flockfile/funlockfile is POSIX, so NetBSD has them too --- use them. | Bruce Momjian | 2003-01-02 |
* | Enforces NOT NULL constraints to be applied against new PRIMARY KEY | Tom Lane | 2003-01-02 |
* | Fix BSD/OS thread file locking bug in new fseeko code. | Bruce Momjian | 2003-01-02 |