Commit Graph

14435 Commits (3e54e26bcf310ed619c893f4b69c8cf1591b53cc)
 

Author SHA1 Message Date
Tom Lane b4b62cff93 Apply the proper version of Christopher Kings-Lynne's describe patch 23 years ago
Bruce Momjian 1b59b442ce Add connection service file. 23 years ago
Bruce Momjian 7320a81ad6 Silence compiler warning caused by removal of netinet/in.h 23 years ago
Bruce Momjian 925800cc0b Document that psql \encoding doesn't see SET CLIENT_ENCODING changes. 23 years ago
Bruce Momjian cb200245a1 Fix missing tab in file. 23 years ago
Bruce Momjian 91ef6b071b Small syntax cleanup. 23 years ago
Bruce Momjian 7c97b00e4a Check for sockaddr_in6 for IPv6 code, rather than ip6.h. 23 years ago
Bruce Momjian c859cda782 Document libpq service capability, and add sample file. 23 years ago
Tom Lane 973a210cce Tweak mdnblocks() to avoid doing lseek() on segments that it has 23 years ago
Bruce Momjian c9cf982038 Enable IPv6 libpq 'hostaddr' addresses. Update docs. 23 years ago
Peter Eisentraut 939a59ffc6 Use our own version of getopt_long() if the OS doesn't have one. 23 years ago
Peter Eisentraut 6e90803f90 Fix for systems that don't have INET_ADDRSTRLEN. 23 years ago
Bruce Momjian 6b39507498 Update comments on IPv6 #define. 23 years ago
Bruce Momjian f240746739 Add test for netinet/ip6.h and getaddrinfo, to enable IPv6. 23 years ago
Bruce Momjian 895f954f24 Update ipv6 comment, move configure test to the right place 23 years ago
Bruce Momjian 2d5e27c637 Add prototype for getaddrinfo(). 23 years ago
Bruce Momjian c3e9699f21 Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries 23 years ago
Tom Lane d99e7b5a0d Add note explaining that a mergejoinable equality operator is now 23 years ago
Tom Lane daec989f6a ALTER DOMAIN OWNER, from Rod Taylor. 23 years ago
Peter Eisentraut 1bf1597e3a Revert rpath-mangling patch. See discussion on -patches around Nov 29 for 23 years ago
Tom Lane a60f9db508 Fix inherited UPDATE for cases where child column numbering doesn't 23 years ago
Tom Lane 17194f4112 Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor's 23 years ago
Hiroshi Inoue 150ffb2d50 Adjust lo type in contrib during pg_restore so that pg_restore could 23 years ago
Bruce Momjian 7e4d4354bc flockfile/funlockfile is POSIX, so NetBSD has them too --- use them. 23 years ago
Tom Lane 0a02d47a11 Enforces NOT NULL constraints to be applied against new PRIMARY KEY 23 years ago
Bruce Momjian 2f86f146d9 Fix BSD/OS thread file locking bug in new fseeko code. 23 years ago
Tom Lane d6dbb6b283 fastpath code neglected to check whether user has privileges to call the 23 years ago
Tom Lane a26ac42b76 Awhile back I wrote that freebsd.h was probably broken in the places where 23 years ago
Bruce Momjian d2a522e483 Update: 23 years ago
Bruce Momjian 4a9656f2c2 Add: 23 years ago
Hiroshi Inoue 9ab7ab5196 Add casts between lo and oid. 23 years ago
Tom Lane 699782b695 Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as 23 years ago
Bruce Momjian d82794ee33 Attached is a patch to provide makefiles, etc. to allow the compilation 23 years ago
Tom Lane 896bd121cc Code review for transaction-safe-TRUNCATE patch: minor cleanups. 23 years ago
Tom Lane a03c0d93d5 Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction 23 years ago
Tom Lane 2e1f2c3109 Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad 23 years ago
Bruce Momjian 33f0108df8 Cause FETCH 1 to return the current cursor row, or zero if at 23 years ago
Tom Lane a0fa0117a5 Better solution to integer overflow problem in hash batch-number 23 years ago
Bruce Momjian e533e7dcf5 Add missing slash to python install path. 23 years ago
Bruce Momjian 58b95441a4 Add: 23 years ago
Tom Lane 500ba40915 Point does not return a center of lseg. 23 years ago
Tom Lane b33265e9e6 Adjust hash table sizing algorithm to avoid integer overflow in 23 years ago
Bruce Momjian c9d8712043 Clean up quoting in configure.in. configure did not change. 23 years ago
Tom Lane a8a820668a Deliver better error message when a relation name is used in an expression. 23 years ago
Tom Lane 6c08905d4c Remove overenthusiastic free'ing of comment dependencies; could lead to 23 years ago
Bruce Momjian 1868b0be44 Small fix in documentation and some examples of usage. Please, apply to 23 years ago
Bruce Momjian 9a39ba4b0f Trivial patch to increase max_fsm_pages as per earlier discussion. 23 years ago
Bruce Momjian 7288439999 Added: 23 years ago
Tom Lane f772e6cbf7 Clamp the output of estimate_hash_bucketsize() to a sane range; 23 years ago
Tom Lane 1dfbbd51e7 Don't try to free executor state of an InitPlan early --- this breaks 23 years ago