Commit Graph

771 Commits (f3aec2c7f51904e7920cd27115fdab831795d96b)

Author SHA1 Message Date
Tom Lane f3aec2c7f5 Support "samehost" and "samenet" specifications in pg_hba.conf, 17 years ago
Tom Lane 3686bcb9c9 Ooops, fix to Genbki.pm for ROWTYPE_OID wasn't quite right. Also, make a few 17 years ago
Tom Lane 4985635230 Extend the BKI infrastructure to allow system catalogs to be given 17 years ago
Bruce Momjian c6bc0feb00 fsync test files 17 years ago
Andrew Dunstan 7ef5ffdeaf Fix MSVC build breakage from psql help changes. Per Josh Williams. 17 years ago
Bruce Momjian 585806cb9f Remove handling of CVS entries for TODO/FAQ, because they are removed 17 years ago
Tom Lane e59686f029 Fix version_stamp.pl to allow 'alphaN' version stamps. Not sure how 17 years ago
Andrew Dunstan 514c3f19a2 Pick up REGRESS_OPTS from contrib makefiles. Along the way, fix ordering of makefile tests to mimic gmake. 17 years ago
Bruce Momjian 933b17b663 Adjust test_fsync code to be more sane. 17 years ago
Peter Eisentraut 7798147a76 Expand test coverage support to entire tree 17 years ago
Magnus Hagander 220e36c97f Enable the use of multiple CPUs/cores when building on MSVC. This only 17 years ago
Peter Eisentraut f7ad9cab30 Add a further customization to the SGML Emacs mode to prevent the use of 17 years ago
Tom Lane c43feefa80 Add erand48() to the set of functions supported by our src/port/ library, 17 years ago
Peter Eisentraut de160e2c00 Make backend header files C++ safe 17 years ago
Tom Lane f4ab0b032b Stamp HEAD as 8.5devel. 17 years ago
Bruce Momjian 838d74d0ce Tighten typedef check for Linux. 17 years ago
Bruce Momjian 1ef4eeef65 Mention BSD/OS find_typedef behavior. 17 years ago
Bruce Momjian 6e8d957d35 Document struct/union problem with pgindent. 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Bruce Momjian 4e86efb4e5 Add FreeBSD support for find_typedef, per request from Andrew. 17 years ago
Bruce Momjian 09cba66235 Fix Linux typedef code. 17 years ago
Bruce Momjian f371fda397 Fix BSD find_typedef logic. 17 years ago
Bruce Momjian 6c4b3f5f8c Update pgindent instructions. 17 years ago
Bruce Momjian 78f3c3906e Document new location for typedef list. 17 years ago
Andrew Dunstan 8b78428fc0 Search for versioned perl library instead of using hardcoded name on Windows. Backpatch to release 8.3 17 years ago
Peter Eisentraut 65ffbbf1a5 Fix sgml-mode example. thanks Andrew Dunstan 17 years ago
Peter Eisentraut 939a40b0af Add some instructions on how to customize emacs for working on the SGML 17 years ago
Bruce Momjian d0ab409eae Add missing third argument to open(). 17 years ago
Peter Eisentraut ffbd17e73e Replace a couple of references to files that no longer exist in the source 17 years ago
Tom Lane a16e007c92 We don't need major_release_split any more. 17 years ago
Heikki Linnakangas cfb61be9cf Clean up check_keywords.pl script, making it 'strict' and removing a few 17 years ago
Heikki Linnakangas 19499bf99a Add check_keyword.pl script to perform some basic sanity checks to the 17 years ago
Magnus Hagander 02dec25003 Read nls.nk files to determine the proper name of NLS catalogs to install. 17 years ago
Bruce Momjian f9578e179a No more need to update FAQs. 17 years ago
Peter Eisentraut f71a0523f9 Add URL for config.guess/sub updates 17 years ago
Magnus Hagander 2762e5555c Support Perl 5.10 and TCL 8.5 in MSVC builds. 17 years ago
Magnus Hagander ace2b067d5 Fix MSVC build for new ways to pull in keywords.c and kwlookup.c. 17 years ago
Magnus Hagander 59a64e381c Remove references to foreign data wrapper libraries, since they have 17 years ago
Magnus Hagander 0154345078 Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 17 years ago
Magnus Hagander 477c5d3b0d Install .mo files for NLS as <program>-<version>.mo when building with MSVC 17 years ago
Bruce Momjian 6faf495b8a Make 'find' syntax consistent; add .git exclusion to make_ctags. 17 years ago
Peter Eisentraut c82b63a54f Avoid version-control system directories when creating TAGS. Besides 17 years ago
Peter Eisentraut 03b4fc7240 Remove useless (and insecure) temp file handling. 17 years ago
Magnus Hagander 2b1782fa58 Make the MSVC build output "32-bit" at the end of the version string, the 17 years ago
Bruce Momjian 65deb13436 Be smarter --- accept missing comma, and force comma if missing. 17 years ago
Bruce Momjian 34273b44a6 Mention src/interfaces/libpq/libpq.rc.in needs to be updated for 17 years ago
Bruce Momjian c4eaa9672a Make comma optional for copyright text change. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Magnus Hagander 4fc6e2fdcf Teach MSVC build system about building foreign data wrappers. 17 years ago
Andrew Dunstan 04ecc64310 Attempt to fix MSVC breakage from Major Version patch. 17 years ago