Commit Graph

14416 Commits (59779c81ba9e6ea29cec1a59d0cfdbe76fa016ff)
 

Author SHA1 Message Date
Tom Lane 59779c81ba Add missing #include <getopt.h>. 24 years ago
Tom Lane 83b06823f6 Move new typedef AclId into c.h, so as to avoid cluttering namespace 24 years ago
Peter Eisentraut 9df2c44032 Fix IPv6 detection and IPv6 to 4 conversion to use only standard 24 years ago
Tom Lane 2e98da5246 Call timestamp_in with proper arguments, per gripe from Mark Halliwell. 24 years ago
Bruce Momjian 8e20b91e78 Fix indenting of log_min_error_statement. 24 years ago
Bruce Momjian 0481f3f461 Remove bit.c/h routines. Not used anymore. 24 years ago
Tom Lane fb715e05f5 Repair inconsistent rounding behavior for timestamp, time, interval, 24 years ago
Bruce Momjian 2cd00f0bac add to threads discussion. 24 years ago
Tom Lane 1c25c52c66 Add missing pg_proc entry for interval_scale(). The lack of this entry 24 years ago
Bruce Momjian 7aa2038d82 Remove 'const' from secure_write, to prevent compiler warning. 24 years ago
Tom Lane 3bb248ac23 Guard against stopping when numberTuples=0 and counter wraps around. 24 years ago
Bruce Momjian b56af49849 The second was that renegotiation was just plain broken. I can't 24 years ago
Bruce Momjian 6ccb5aebad I was playing around with 7.3.1 and found some more SSL problems. The 24 years ago
Bruce Momjian d31b20af69 Fix dumping of DEFERRABLE/INITIALLY DEFERRED: 24 years ago
Bruce Momjian 5e36cbe6ee Updated deferred trigger patch. 24 years ago
Bruce Momjian c77bc1380a This trivial patch implements disabled, deferred triggers, per my 24 years ago
Bruce Momjian c9967a4909 Enhanced error/help message for pg_controldata. 24 years ago
Tom Lane 2d140d35a4 Reconsider old decision to try to constant-fold default and constraint 24 years ago
Tom Lane 51d2e3bd6e Repair bug noticed by Deepak Bhole: a shell type should have a dependency 24 years ago
Bruce Momjian fe7f8f2b91 Fix pgpass to work with PQconnectDB(). 24 years ago
Tom Lane cbca6c4896 Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to 24 years ago
Bruce Momjian 9270f1cdaa Only set the database name if we find a match in the services file. 24 years ago
D'Arcy J.M. Cain 6f14e2771a Correction to last patch. As per the DB-API spec, we need to return None 24 years ago
Bruce Momjian e38246a643 Add: 24 years ago
Tom Lane 061168d38f Code review for FETCH/MOVE 0 changes. Improve documentation, do the 24 years ago
Tom Lane 1bc9e98549 SendFunctionResult should take care to detoast varlena results. 24 years ago
Tom Lane 9f1f2bfb66 Fix various places where global s/NOTICE/WARNING/ was applied with too 24 years ago
Bruce Momjian 3e40ff58c5 Upgrade to my2pg 1.9 24 years ago
Bruce Momjian a24104eb5e Upgrade to even newer ora2pg 2.0. 24 years ago
Bruce Momjian ffab4fdf24 Upgrade to ora2pg 1.10. Backpatch to 7.3.X. 24 years ago
Tom Lane 30a800a0e9 Update for new we-always-have-getopt_long approach. 24 years ago
Tom Lane b4b62cff93 Apply the proper version of Christopher Kings-Lynne's describe patch 24 years ago
Bruce Momjian 1b59b442ce Add connection service file. 24 years ago
Bruce Momjian 7320a81ad6 Silence compiler warning caused by removal of netinet/in.h 24 years ago
Bruce Momjian 925800cc0b Document that psql \encoding doesn't see SET CLIENT_ENCODING changes. 24 years ago
Bruce Momjian cb200245a1 Fix missing tab in file. 24 years ago
Bruce Momjian 91ef6b071b Small syntax cleanup. 24 years ago
Bruce Momjian 7c97b00e4a Check for sockaddr_in6 for IPv6 code, rather than ip6.h. 24 years ago
Bruce Momjian c859cda782 Document libpq service capability, and add sample file. 24 years ago
Tom Lane 973a210cce Tweak mdnblocks() to avoid doing lseek() on segments that it has 24 years ago
Bruce Momjian c9cf982038 Enable IPv6 libpq 'hostaddr' addresses. Update docs. 24 years ago
Peter Eisentraut 939a59ffc6 Use our own version of getopt_long() if the OS doesn't have one. 24 years ago
Peter Eisentraut 6e90803f90 Fix for systems that don't have INET_ADDRSTRLEN. 24 years ago
Bruce Momjian 6b39507498 Update comments on IPv6 #define. 24 years ago
Bruce Momjian f240746739 Add test for netinet/ip6.h and getaddrinfo, to enable IPv6. 24 years ago
Bruce Momjian 895f954f24 Update ipv6 comment, move configure test to the right place 24 years ago
Bruce Momjian 2d5e27c637 Add prototype for getaddrinfo(). 24 years ago
Bruce Momjian c3e9699f21 Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries 24 years ago
Tom Lane d99e7b5a0d Add note explaining that a mergejoinable equality operator is now 24 years ago
Tom Lane daec989f6a ALTER DOMAIN OWNER, from Rod Taylor. 24 years ago