Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
Andrew Dunstan 631ea61883 Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores). 19 years ago
Tom Lane d0e4a076d1 Make the order of operations in PostmasterMain a bit saner ... some 19 years ago
Peter Eisentraut e9b4969062 DTrace support, with a small initial set of probes 19 years ago
Peter Eisentraut 9dc34b5feb Mark postgresql.conf entries that require server restart; some minor 19 years ago
Andrew Dunstan 20a733d0a0 Remove dubious and redundant (we think) setting of libdir in PATH for non temp-install case. 19 years ago
Tom Lane 8dcaea7be0 Add a fudge factor to genericcostestimate() to prevent the planner from 19 years ago
Tom Lane a794fb0681 Convert the lock manager to use the new dynahash.c support for partitioned 19 years ago
Tom Lane b25dc481c8 Fix oversight in sizing of shared buffer lookup hashtable. Because 19 years ago
Tom Lane 10b9ca3d05 Split the buffer mapping table into multiple separately lockable 19 years ago
Tom Lane 51ee9fa157 Add support to dynahash.c for partitioning shared hashtables according 19 years ago
Tom Lane c0e9b3139f Hmm, seems --disable-spinlocks has been broken for awhile and nobody 19 years ago
Tom Lane 98359c3e3f In the recent changes to make the planner account better for cache 19 years ago
Andrew Dunstan b0dc1fbbc5 Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel. 19 years ago
Peter Eisentraut 3b2da547e9 For automatic dependency tracking, replace our sed hackery with the GCC- 19 years ago
Tom Lane 0144eb92bb Add the full set of comparison functions for type TID, including a btree 19 years ago
Tom Lane bc660c4237 Ah, I finally realize why Magnus wanted to add a --bindir option to 19 years ago
Tom Lane 11f6d2fcba As a stopgap to get the Windows buildfarm members running again, hot-wire 19 years ago
Peter Eisentraut 679de5e573 Make pg_config location overridable for pgxs builds. 19 years ago
Tom Lane 7da24bcbc1 Print out diff status code when we think there's a hard failure. 19 years ago
Tom Lane c3104376f9 Suppress unused-variable compiler warning, per Andrew Dunstan. 19 years ago
Tom Lane 27a83103ea Fix pg_regress.c to report tests in a parallel group when they finish, 19 years ago
Tom Lane 5652ea703b Make pg_regress.c get paths from pg_config_paths.h, instead of -D 19 years ago
Tom Lane 9dc842f083 Don't try to truncate multixact SLRU files in checkpoints done during xlog 19 years ago
Tom Lane 60cfe25e68 Adjust spawn_process() to avoid unnecessary overhead processes: we can 19 years ago
Bruce Momjian 87c3129e2e Update WIN32 quoting roles documentation. 19 years ago
Tom Lane 5b8b137b16 Adjust pg_regress to print out the exact string given to system() when 19 years ago
Bruce Momjian 9d9a65bfa7 Add WIN32 compile suggestion to pginclude README. 19 years ago
Tom Lane fe2c4e414a kill() is declared in <signal.h> per Single Unix Spec. 19 years ago
Tom Lane 1c5531b108 Tweak command quoting for Windows (I'd forgotten about SYSTEMQUOTE). 19 years ago
Tom Lane bcee9e8c09 Remove unnecessary inclusion of libpq into pg_regress --- overly 19 years ago
Tom Lane a38c85bd5d Rewrite pg_regress as a C program instead of a shell script. 19 years ago
Tom Lane 88295244be copydir() and rmtree() need to use lstat, not stat, to behave as expected 19 years ago
Bruce Momjian 11b7aecbd4 The Win32 DEF files that are generated for libpq contain the attribute 19 years ago
Bruce Momjian 5ca68299be Add pginclude testing ideas. 19 years ago
Bruce Momjian fcd1b0d891 Mark a few functions as static or NOT_USED. 19 years ago
Tom Lane 84e6042725 Make pg_regress a tad simpler and more general-purpose by removing its 19 years ago
Bruce Momjian 2256d299bb Mention dependency problems caused by pgrminclude on include files. 19 years ago
Neil Conway d77f73eb2a Improve psql's \df slash command to include the argument names and modes 19 years ago
Tom Lane 5c75ff2af4 Include libpq/pqcomm.h to ensure we have correct knowledge of 19 years ago
Tom Lane 93120f3501 In a Windows backend, don't build src/port/pgsleep.c's version of 19 years ago
Tom Lane e96373aae5 Ensure that we retry rather than erroring out when send() or recv() return 19 years ago
Tom Lane a420818d67 Fix a few places where $Id$ and $Header$ CVS tags had crept into the 19 years ago
Tom Lane 808849e54f Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h. 19 years ago
Tom Lane 3ff58b48c9 Put back another not-so-unnecessary #include, per report from Hiroshi Saito. 19 years ago
Tom Lane c36418be40 Fix getDatumCopy(): don't use store_att_byval to copy into a Datum 19 years ago
Tom Lane e040ab44e4 Improve error message wording. 19 years ago
Tom Lane daecd97617 Put back some more not-so-unused-as-all-that #includes. This un-breaks 19 years ago
Tom Lane 9b556322c5 Fix some missing inclusions identified with new pgcheckdefines tool. 19 years ago
Tom Lane a7143b3088 Fix some makefiles that fail to yield good results from 'make -qp'. 19 years ago
Tom Lane 2d11d26113 Create a tool to catch #include omissions that might not result in any 19 years ago