aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-10
* Do not shell-quote the name of the editor, so that the editor can be aPeter Eisentraut2003-01-10
* Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane2003-01-10
* Add optional drop behavior clause to REVOKE command, for SQL conformance.Peter Eisentraut2003-01-10
* Clean ip.c.Peter Eisentraut2003-01-10
* Adjust parser so that 'x NOT IN (subselect)' is converted toTom Lane2003-01-09
* Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane2003-01-09
* Fix IPv6 detection and IPv6 to 4 conversion to use only standardPeter Eisentraut2003-01-09
* Fix indenting of log_min_error_statement.Bruce Momjian2003-01-09
* Remove bit.c/h routines. Not used anymore.Bruce Momjian2003-01-09
* Repair inconsistent rounding behavior for timestamp, time, interval,Tom Lane2003-01-09
* Add missing pg_proc entry for interval_scale(). The lack of this entryTom Lane2003-01-09
* Remove 'const' from secure_write, to prevent compiler warning.Bruce Momjian2003-01-08
* Guard against stopping when numberTuples=0 and counter wraps around.Tom Lane2003-01-08
* The second was that renegotiation was just plain broken. I can'tBruce Momjian2003-01-08
* I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian2003-01-08
* Fix dumping of DEFERRABLE/INITIALLY DEFERRED:Bruce Momjian2003-01-08
* Updated deferred trigger patch.Bruce Momjian2003-01-08
* This trivial patch implements disabled, deferred triggers, per myBruce Momjian2003-01-08
* Enhanced error/help message for pg_controldata.Bruce Momjian2003-01-08
* Reconsider old decision to try to constant-fold default and constraintTom Lane2003-01-08
* Repair bug noticed by Deepak Bhole: a shell type should have a dependencyTom Lane2003-01-08
* Fix pgpass to work with PQconnectDB().Bruce Momjian2003-01-08
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-08
* Only set the database name if we find a match in the services file.Bruce Momjian2003-01-08
* Correction to last patch. As per the DB-API spec, we need to return NoneD'Arcy J.M. Cain2003-01-08
* Code review for FETCH/MOVE 0 changes. Improve documentation, do theTom Lane2003-01-08
* SendFunctionResult should take care to detoast varlena results.Tom Lane2003-01-07
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-07
* Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane2003-01-07
* Add connection service file.Bruce Momjian2003-01-07
* Silence compiler warning caused by removal of netinet/in.hBruce Momjian2003-01-07
* Fix missing tab in file.Bruce Momjian2003-01-07
* Document libpq service capability, and add sample file.Bruce Momjian2003-01-07
* Tweak mdnblocks() to avoid doing lseek() on segments that it hasTom Lane2003-01-07
* Enable IPv6 libpq 'hostaddr' addresses. Update docs.Bruce Momjian2003-01-06
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-06
* Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut2003-01-06
* Update comments on IPv6 #define.Bruce Momjian2003-01-06
* Update ipv6 comment, move configure test to the right placeBruce Momjian2003-01-06
* Add prototype for getaddrinfo().Bruce Momjian2003-01-06
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
* ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane2003-01-06
* Revert rpath-mangling patch. See discussion on -patches around Nov 29 forPeter Eisentraut2003-01-05
* Fix inherited UPDATE for cases where child column numbering doesn'tTom Lane2003-01-05
* Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor'sTom Lane2003-01-04
* Adjust lo type in contrib during pg_restore so that pg_restore couldHiroshi Inoue2003-01-03
* flockfile/funlockfile is POSIX, so NetBSD has them too --- use them.Bruce Momjian2003-01-02
* Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane2003-01-02
* Fix BSD/OS thread file locking bug in new fseeko code.Bruce Momjian2003-01-02