Commit Graph

26295 Commits (b13635ce59ca44cc0bc1dcccd9bf7e086fa13ac7)
 

Author SHA1 Message Date
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
Peter Eisentraut 84ce707ba8 Added --htmldir option to pg_config, equivalent to the new configure option. 18 years ago
Michael Meskes a9bc069c0b - Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. 18 years ago
Peter Eisentraut b120382353 Upgrade to Autoconf 2.61: 18 years ago
Tom Lane 8b63aa1ffc Add back #include <time.h> in a couple of files that seem to need it 18 years ago
Tom Lane cd00406774 Replace time_t with pg_time_t (same values, but always int64) in on-disk 18 years ago
Bruce Momjian ee7a6770f6 Move item as done: 18 years ago
Tom Lane 2874d38d7f Update docs to reflect the fact that we can now deal with DST rules 18 years ago
Tom Lane 0171e72d4d Update timezone code to track the upstream changes since 2003. In particular 18 years ago
Bruce Momjian 2f67722dda No need to use checkpoint_warning to log checkpoints --- we added 18 years ago