Commit Graph

214 Commits (524ec00d3e3f7cff97e30e7b67c597f2e8ddbcf0)

Author SHA1 Message Date
Tom Lane 4e7d6f5349 Add a --dbname option to the pg_regress script, and use pl_regression 21 years ago
Bruce Momjian a7032690f9 Use 'cp' and 'chmod' in place of 'install' to install header files. 21 years ago
Bruce Momjian 6b7ef076b5 Have libpgport link before libpq so that PG client applications are more 21 years ago
Tom Lane 46be09e91a Revert ill-conceived change of libpq linkage --- breaks ecpg. 21 years ago
Bruce Momjian 8269ad4ffe Force PG client applications to link to non-shared libpgport before 21 years ago
Tom Lane 889f038129 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the 21 years ago
Bruce Momjian 9af9320750 Add Win32 version stamps that increment each day for proper SYSTEM32 21 years ago
Bruce Momjian d0c01f29df Allow --enable-thread-safety with --disable-shared libraries by passing 21 years ago
Bruce Momjian b5498167d7 Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to 21 years ago
Tom Lane a9ddd649df Modify the platform-specific makefiles so that macro 'rpath' is defined 21 years ago
Neil Conway 857e210ea9 When using GCC, change the default CFLAGS to: 22 years ago
Bruce Momjian db9e2fd0a9 The previous build rules caused each binary to be re-linked on every 22 years ago
Bruce Momjian 4d94e99b90 > This lets you do something like: 22 years ago
Tom Lane 669ca7af83 Another try at making plpython autoconfiguration work correctly. Use a 22 years ago
Bruce Momjian 7d3d5affda Improve consistency of win32 version sed script. 22 years ago
Bruce Momjian e6470a22b7 Fix for Win32 file version sed macro, per report from Dave Page. 22 years ago
Bruce Momjian 5431393274 Allow plpython to build on Win32. 22 years ago
Bruce Momjian da67c919d9 Add Win32 version info to client binaries. 22 years ago
Neil Conway b3f2f6ebec Use 'override' when appending text to LDFLAGS, so the build doesn't break 22 years ago
Peter Eisentraut 122016379d Move comment at end of line to a separate line so trailing tabs don't 22 years ago
Bruce Momjian f7587aeba8 > Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO: 22 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 22 years ago
Bruce Momjian 2284cfa255 Quote PERL expansion for Win32 path that might have spaces. 22 years ago
Bruce Momjian ca9540d34f Add docs for initdb --auth. 22 years ago
Peter Eisentraut adf57cd7e2 PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 22 years ago
Bruce Momjian de2c66539e Move -lpgport to the beginning of the library list for win32 linking. 22 years ago
Tom Lane a712570880 Make --without-docdir configure option actually work, per Manfred. 22 years ago
Tom Lane 3983869439 Use wide-character library routines, if available, for upper/lower/initcap 22 years ago
Tom Lane 13f96c4b6b Put path configuration information into a .h file instead of cluttering 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
Bruce Momjian 3f41675f6a Move unixware thread stuff into Makefile.unixware. 22 years ago
Bruce Momjian 5e938d831a Force thread flags for all Unixware builds if threading is requested. 22 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Bruce Momjian b99a3a7541 Rename to USE_PGTZ to match code. 22 years ago
Bruce Momjian 7146eb0bc3 Integrate timezone library to be called only from Win32. 22 years ago
Bruce Momjian 7a66015e98 Add new auto-detection of thread flags. 22 years ago
PostgreSQL Daemon 41fa9e9bae Remove all of the libpgtcl and pgtclsh files, including all references to 22 years ago
Bruce Momjian 60a068b389 Move non-blocking code into its own /port file, for code clarity. 22 years ago
Tom Lane 58f337a343 Centralize implementation of delay code by creating a pg_usleep() 22 years ago
Bruce Momjian e5e5a323ca Briefly, 22 years ago
Tom Lane bd046b99f0 Remove JDBC from the build system and documentation, too. 22 years ago
Bruce Momjian 85f51dea1c Supress ecpg thread test if configure didn't enable threads. Fix 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian 391dceb462 Finalize configuration of thread_test program. 23 years ago
Bruce Momjian 227dd9b427 Rename thread compile flag. Move thread test program to tools/thread, 23 years ago
Tom Lane 7703e55c32 Make the default pg_hba.conf include an entry for ::1 only if configure 23 years ago
Peter Eisentraut f10a9033bf Clean up after pygresql removal: adjust/remove documentation and remove 23 years ago
Bruce Momjian 63c4d156e0 Move simple_prompt()/sprompt.c into /port. 23 years ago
Bruce Momjian e8dd31701b more thread.c consistency. 23 years ago