Commit Graph

26304 Commits (e04fa58dcdf59e480db4a65be3d731d45a99fa3d)
 

Author SHA1 Message Date
Tom Lane e04fa58dcd Fix unportable usages of tolower(). On signed-char machines, it is necessary 18 years ago
Tom Lane 3bf822c4d7 Disable the undocumented xmlvalidate() function, which was unintentionally 18 years ago
Andrew Dunstan 64f30bb206 Don't call AddUserToDacl on Cygwin 18 years ago
Alvaro Herrera 7157114d54 Remove long-unused and broken TCL_ARRAYS. 18 years ago
Tom Lane c67f6f2f57 Reducing the assumed alignment of struct varlena means that the compiler 18 years ago
Magnus Hagander 2d2b022267 Fix handling of restricted processes for Windows Vista (mainly), 18 years ago
Bruce Momjian 4db0d87c9d Update wording: 18 years ago
Peter Eisentraut 02504dfd0a Write the objfiles.txt rules in a way that is compatible with GNU make 3.78, 18 years ago
Neil Conway ff428cdeda Fix several memory leaks when rescanning SRFs. Arrange for an SRF's 18 years ago
Magnus Hagander b13635ce59 Support for building contrib/uuid-ossp with MSVC. 18 years ago
Peter Eisentraut b8eef28353 Change expand_subsys function so that it preserves the relative order of 18 years ago
Tom Lane 1743778d04 If RelationBuildDesc() fails to open a critical system index, PANIC with 18 years ago
Peter Eisentraut 00941eea77 Add more clarification about SSH tunnels from Faheem Mitha. 18 years ago
Peter Eisentraut f49beb3f50 In the SSH setup instructions, change 18 years ago
Peter Eisentraut f26203ef32 Add information about format modifiers that apply to numeric formats. 18 years ago
Peter Eisentraut bd929b4909 Fixed dtrace build 18 years ago
Peter Eisentraut 9623b727da Don't build the win32 support files in the all target, only in distprep and 18 years ago
Peter Eisentraut f6f8d61a47 Fix uninstall target. 18 years ago
Peter Eisentraut 0e04ee41d0 Create two separate libpq.rc's: One that is built at build time, and one 18 years ago
Peter Eisentraut bdaf90b70f Reorganize some of the exports list generation code. It seems that this 18 years ago
Peter Eisentraut 734a56ca2e Escape # character in variable assignment 18 years ago
Peter Eisentraut d391bdac50 Need more dependencies to get the build order right when objfiles.txt 18 years ago
Peter Eisentraut 3690019da8 We don't need to rebuild objfiles.txt every time an object file changes. 18 years ago
Peter Eisentraut a1d5d85747 Refactor the code that creates the shared library export files to appear 18 years ago
Tom Lane fd15dba543 Fix encode(...bytea..., 'escape') so that it converts all high-bit-set byte 18 years ago
Tom Lane bc93919be7 Reject year zero during datetime input, except when it's a 2-digit year 18 years ago
Tom Lane 05506fc4af Fix datetime input to behave correctly for Feb 29 in years BC. 18 years ago
Peter Eisentraut 9956ddc191 Link postgres from all object files at once, to avoid the error-prone 18 years ago
Tom Lane ad20c990f7 Use our own getopt() and getopt_long() on Solaris, because that platform's 18 years ago
Tom Lane 2e0e563124 Avoid trying to print a NULL char pointer in --describe-config. On some 18 years ago
Tom Lane 9713c06319 Change the declaration of struct varlena so that the length word is 18 years ago
Tom Lane 870993e871 Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR to 18 years ago
Tom Lane 8dd6c4b4be Make pg_regress -V consistent with the corresponding code in other 18 years ago
Tom Lane 7454515e12 Fix mistakes in pg_ctl's code for "start -w" that tries to cope with 18 years ago
Tom Lane 5ce6829b73 Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique new 18 years ago
Alvaro Herrera f78611bba4 Improve error messages emitted when VACUUM and ANALYZE skip a table. 18 years ago
Alvaro Herrera bccc8e3608 Change error message to be able to differentiate the two cases. Per suggestion 18 years ago
Peter Eisentraut 95ea526e21 Backport fixed AC_FUNC_FSEEKO 18 years ago
Magnus Hagander 66c80bfd98 Un-break msvc port yet again (it started pulling in the Darwin 18 years ago
Peter Eisentraut c7054a6c14 More refactoring, so that the SUBSYS.o rules are now all in one place. 18 years ago
Peter Eisentraut e2f16cd0ef This subdirectory has been unused, dead, and broken for 10 years. 18 years ago
Magnus Hagander 592487823d Fix function prototype to silence compiler warnings. 18 years ago
Magnus Hagander fae032c9fc Unbreak MSVC build after recent addition of HTMLDIR. 18 years ago
Peter Eisentraut 1f4a587fc3 Remove another target I forgot during the refactoring 18 years ago
Peter Eisentraut 0474dcb608 Refactor backend makefiles to remove lots of duplicate code 18 years ago
Bruce Momjian a74e0414a2 Put back code modularization of fseeko() configure checks. 18 years ago
Bruce Momjian 7f9693b4fd Put fseeko check back in old location, in hopes of silencing build warnings. 18 years ago
Tom Lane cf59277ac9 Remove unnecessary opening of other relation in RI_FKey_keyequal_upd_pk 18 years ago
Bruce Momjian fc54be81d1 autoconf 2.61's AC_FUNC_FSEEKO reports success/failure differently, so 18 years ago
Peter Eisentraut a345dcd2f7 Observe errors in makefile 18 years ago