Commit Graph

1738 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Andrew Dunstan ccaad19112 remove use of temp file for perlchunks.h, as in recent change to plperl GNUmakefile 16 years ago
Andrew Dunstan 510f3502eb Provide regression testing for plperlu, and for plperl+plperlu interaction. 16 years ago
Andrew Dunstan 0346442b5d Build perlchunks.h for plperl on MSVC 16 years ago
Magnus Hagander af322a8a3e Move the default configuration for the MSVC build system to config_default.pl, 16 years ago
Magnus Hagander 04de9be910 Disable linker warning 4197 on Win64, that is caused by the fact that we export 16 years ago
Tom Lane 64737e9313 Get rid of the need for manual maintenance of the initial contents of 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Magnus Hagander 8292079ad3 Silence compiler warning about size of size_t being larger than the result 16 years ago
Magnus Hagander f9c5d3e555 Detect a 64-bit build environment on Windows, and generate the appropriate 16 years ago
Magnus Hagander 5069e959b0 Delete solution cache file on clean, if it exists. 16 years ago
Magnus Hagander 50a4054d63 Exclude part of the product name string that is localized in Japanese versions 16 years ago
Magnus Hagander df0cdd53d6 Add basic build support for Visual Studio 2008, without resorting to 16 years ago
Tom Lane d37cda2c0c plpgsql patch broke the MSVC build, too. 16 years ago
Magnus Hagander 7aeaa97de2 Add notes about updating disk and shared memory size information in the 16 years ago
Bruce Momjian 017c47bf51 test_fsync: 16 years ago
Tom Lane 2dee828cac Remove plpgsql's separate lexer (finally!), in favor of using the core lexer 17 years ago
Peter Eisentraut b1e71e8f35 Update translation updating procedure. This pertains to some changes I 17 years ago
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