summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-01-09Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane
2003-01-09Fix IPv6 detection and IPv6 to 4 conversion to use only standardPeter Eisentraut
2003-01-09Call timestamp_in with proper arguments, per gripe from Mark Halliwell.Tom Lane
2003-01-09Fix indenting of log_min_error_statement.Bruce Momjian
2003-01-09Remove bit.c/h routines. Not used anymore.Bruce Momjian
2003-01-09Repair inconsistent rounding behavior for timestamp, time, interval,Tom Lane
2003-01-09add to threads discussion.Bruce Momjian
2003-01-09Add missing pg_proc entry for interval_scale(). The lack of this entryTom Lane
2003-01-08Remove 'const' from secure_write, to prevent compiler warning.Bruce Momjian
2003-01-08Guard against stopping when numberTuples=0 and counter wraps around.Tom Lane
2003-01-08The second was that renegotiation was just plain broken. I can'tBruce Momjian
2003-01-08I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian
2003-01-08Fix dumping of DEFERRABLE/INITIALLY DEFERRED:Bruce Momjian
2003-01-08Updated deferred trigger patch.Bruce Momjian
2003-01-08This trivial patch implements disabled, deferred triggers, per myBruce Momjian
2003-01-08Enhanced error/help message for pg_controldata.Bruce Momjian
2003-01-08Reconsider old decision to try to constant-fold default and constraintTom Lane
2003-01-08Repair bug noticed by Deepak Bhole: a shell type should have a dependencyTom Lane
2003-01-08Fix pgpass to work with PQconnectDB().Bruce Momjian
2003-01-08Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane
2003-01-08Only set the database name if we find a match in the services file.Bruce Momjian
2003-01-08Correction to last patch. As per the DB-API spec, we need to return NoneD'Arcy J.M. Cain
2003-01-08Add:Bruce Momjian
2003-01-08Code review for FETCH/MOVE 0 changes. Improve documentation, do theTom Lane
2003-01-07SendFunctionResult should take care to detoast varlena results.Tom Lane
2003-01-07Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane
2003-01-07Upgrade to my2pg 1.9Bruce Momjian
2003-01-07Upgrade to even newer ora2pg 2.0.Bruce Momjian
2003-01-07Upgrade to ora2pg 1.10. Backpatch to 7.3.X.Bruce Momjian
2003-01-07Update for new we-always-have-getopt_long approach.Tom Lane
2003-01-07Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane
2003-01-07Add connection service file.Bruce Momjian
2003-01-07Silence compiler warning caused by removal of netinet/in.hBruce Momjian
2003-01-07Document that psql \encoding doesn't see SET CLIENT_ENCODING changes.Bruce Momjian
2003-01-07Fix missing tab in file.Bruce Momjian
2003-01-07Small syntax cleanup.Bruce Momjian
2003-01-07Check for sockaddr_in6 for IPv6 code, rather than ip6.h.Bruce Momjian
2003-01-07Document libpq service capability, and add sample file.Bruce Momjian
2003-01-07Tweak mdnblocks() to avoid doing lseek() on segments that it hasTom Lane
2003-01-06Enable IPv6 libpq 'hostaddr' addresses. Update docs.Bruce Momjian
2003-01-06Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut
2003-01-06Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut
2003-01-06Update comments on IPv6 #define.Bruce Momjian
2003-01-06Add test for netinet/ip6.h and getaddrinfo, to enable IPv6.Bruce Momjian
2003-01-06Update ipv6 comment, move configure test to the right placeBruce Momjian
2003-01-06Add prototype for getaddrinfo().Bruce Momjian
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2003-01-06Add note explaining that a mergejoinable equality operator is nowTom Lane
2003-01-06ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane
2003-01-05Revert rpath-mangling patch. See discussion on -patches around Nov 29 forPeter Eisentraut