Commit Graph

241 Commits (c7bceca156cc7ffd744b17669b7839b69eb1c9d3)

Author SHA1 Message Date
Peter Eisentraut 955a1f81a7 Factor out the code that detects the long long int snprintf format into a 23 years ago
Tom Lane 15ab7a8720 Where available, use utime() or utimes() to update the file mod time 23 years ago
Bruce Momjian bcf7a35f3c A tiny patch to fix a typo in configure.in and another one in 23 years ago
Peter Eisentraut 9df2c44032 Fix IPv6 detection and IPv6 to 4 conversion to use only standard 23 years ago
Bruce Momjian 7c97b00e4a Check for sockaddr_in6 for IPv6 code, rather than ip6.h. 23 years ago
Peter Eisentraut 939a59ffc6 Use our own version of getopt_long() if the OS doesn't have one. 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 c3e9699f21 Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries 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 90b3a0b6fd Improve comment. 23 years ago
Bruce Momjian 05a6b37912 Re-addd Rod's ALTER DOMAIN patch. 23 years ago
Bruce Momjian 8fc86dd593 We have just finished porting the old KAME IPv6 patch over to 23 years ago
Bruce Momjian f988edb4e1 Add OpenBSD local indent credentials, from William Ahern. 23 years ago
Tom Lane b8cdc57ba7 Brand CVS tip as 7.4devel. 23 years ago
Bruce Momjian 24135fbf09 Stamp beta4. 23 years ago
Bruce Momjian 4668d54f0b Add fseeko for NetBSD. 23 years ago
Bruce Momjian d36caf103b Stamp for 7.3 beta3. 23 years ago
Bruce Momjian b093f8825d Fix include files for new PageOutput call. 23 years ago
Bruce Momjian c9984ab79d Add comments on bsd/os handling. 23 years ago
Bruce Momjian dc4d18e056 Add fseeko/ftello using fsetpos/fgetpos for BSD/OS. 23 years ago
Bruce Momjian 4852dd9d61 Stamp configure for beta2. 23 years ago
Peter Eisentraut 105907f7dc Put in defense against gcc -ffast-math. 23 years ago
Bruce Momjian ff9973a8f1 Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway. 23 years ago
Bruce Momjian 8aa966e4b8 Add mention of config.log for configure failure debugging. 23 years ago
Bruce Momjian f3b211841e Add JAVA_HOME test for Ant. 23 years ago
Peter Eisentraut b9d5620a14 autoconf 23 years ago
Peter Eisentraut e43ecb3d1a Remove leftovers from subproject removals. Fixes for Python and Kerberos 23 years ago
Bruce Momjian ba982373dc Stamp configure.in with 7.3b1, not just 7.3. Seems Marc does that 23 years ago
Bruce Momjian 79ecb80c74 Brand 7.3. Ready for beta! 23 years ago
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 23 years ago
Bruce Momjian 75803a0163 Add check for Ant version >= 1.5. 23 years ago
Bruce Momjian ce26e71945 Run autoconf. 23 years ago
Bruce Momjian 4890ec9eac Re-enable perl configure tests for psql help file generation. 23 years ago
Marc G. Fournier 9a0b4d7f84 perl5 interface moved to gborg 23 years ago
Marc G. Fournier 5a303f878e Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc 23 years ago
Marc G. Fournier da4683fbe1 Okay, libpq++ is moved to GBorg, and all traces of it have been removed 23 years ago
Peter Eisentraut 6faf8024fa Enable large file support. 23 years ago
Peter Eisentraut b0c3c48eb3 Assemble portability modules into libpgport library. 23 years ago
Bruce Momjian 33b3c95200 Complete TODO item: 24 years ago
Bruce Momjian 404e9a12a5 Move libc replacement files from src/backend/port to src/port. 24 years ago
Bruce Momjian de1a6978fe Improve getopt_long search, per Peter: 24 years ago
Bruce Momjian 3cbb9eb265 Move few remaining src/utils files to backend/port so everything is in 24 years ago
Bruce Momjian cc618f2653 Add search for libgetopt.a in hopes of finding getopt_long(). 24 years ago
Bruce Momjian b9104e3a97 Remove certain Makefile dependencies by using full pathnames in 24 years ago
Bruce Momjian 4f4753832e Move CXX platform-specific stuff into template files. 24 years ago
Peter Eisentraut 7662419f1b Change PL/Perl and Pg interface build to use configured compiler and 24 years ago
Peter Eisentraut 2f2d05763d Change PL/Tcl build to use configured compiler and Makefile.shlib 24 years ago
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores. 24 years ago
Tom Lane 97b6e3f06f Fix typo. 24 years ago