Commit Graph

16251 Commits (3a6e2ff08a73e08efe2e1c44a32e56d84ff41dfd)

Author SHA1 Message Date
Tom Lane 10b9ca3d05 Split the buffer mapping table into multiple separately lockable 20 years ago
Tom Lane 51ee9fa157 Add support to dynahash.c for partitioning shared hashtables according 20 years ago
Tom Lane c0e9b3139f Hmm, seems --disable-spinlocks has been broken for awhile and nobody 20 years ago
Tom Lane 98359c3e3f In the recent changes to make the planner account better for cache 20 years ago
Andrew Dunstan b0dc1fbbc5 Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel. 20 years ago
Peter Eisentraut 3b2da547e9 For automatic dependency tracking, replace our sed hackery with the GCC- 20 years ago
Tom Lane 0144eb92bb Add the full set of comparison functions for type TID, including a btree 20 years ago
Tom Lane bc660c4237 Ah, I finally realize why Magnus wanted to add a --bindir option to 20 years ago
Tom Lane 11f6d2fcba As a stopgap to get the Windows buildfarm members running again, hot-wire 20 years ago
Peter Eisentraut 679de5e573 Make pg_config location overridable for pgxs builds. 20 years ago
Tom Lane 7da24bcbc1 Print out diff status code when we think there's a hard failure. 20 years ago
Tom Lane c3104376f9 Suppress unused-variable compiler warning, per Andrew Dunstan. 20 years ago
Tom Lane 27a83103ea Fix pg_regress.c to report tests in a parallel group when they finish, 20 years ago
Tom Lane 5652ea703b Make pg_regress.c get paths from pg_config_paths.h, instead of -D 20 years ago
Tom Lane 9dc842f083 Don't try to truncate multixact SLRU files in checkpoints done during xlog 20 years ago
Tom Lane 60cfe25e68 Adjust spawn_process() to avoid unnecessary overhead processes: we can 20 years ago
Bruce Momjian 87c3129e2e Update WIN32 quoting roles documentation. 20 years ago
Tom Lane 5b8b137b16 Adjust pg_regress to print out the exact string given to system() when 20 years ago
Bruce Momjian 9d9a65bfa7 Add WIN32 compile suggestion to pginclude README. 20 years ago
Tom Lane fe2c4e414a kill() is declared in <signal.h> per Single Unix Spec. 20 years ago
Tom Lane 1c5531b108 Tweak command quoting for Windows (I'd forgotten about SYSTEMQUOTE). 20 years ago
Tom Lane bcee9e8c09 Remove unnecessary inclusion of libpq into pg_regress --- overly 20 years ago
Tom Lane a38c85bd5d Rewrite pg_regress as a C program instead of a shell script. 20 years ago
Tom Lane 88295244be copydir() and rmtree() need to use lstat, not stat, to behave as expected 20 years ago
Bruce Momjian 11b7aecbd4 The Win32 DEF files that are generated for libpq contain the attribute 20 years ago
Bruce Momjian 5ca68299be Add pginclude testing ideas. 20 years ago
Bruce Momjian fcd1b0d891 Mark a few functions as static or NOT_USED. 20 years ago
Tom Lane 84e6042725 Make pg_regress a tad simpler and more general-purpose by removing its 20 years ago
Bruce Momjian 2256d299bb Mention dependency problems caused by pgrminclude on include files. 20 years ago
Neil Conway d77f73eb2a Improve psql's \df slash command to include the argument names and modes 20 years ago
Tom Lane 5c75ff2af4 Include libpq/pqcomm.h to ensure we have correct knowledge of 20 years ago
Tom Lane 93120f3501 In a Windows backend, don't build src/port/pgsleep.c's version of 20 years ago
Tom Lane e96373aae5 Ensure that we retry rather than erroring out when send() or recv() return 20 years ago
Tom Lane a420818d67 Fix a few places where $Id$ and $Header$ CVS tags had crept into the 20 years ago
Tom Lane 808849e54f Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h. 20 years ago
Tom Lane 3ff58b48c9 Put back another not-so-unnecessary #include, per report from Hiroshi Saito. 20 years ago
Tom Lane c36418be40 Fix getDatumCopy(): don't use store_att_byval to copy into a Datum 20 years ago
Tom Lane e040ab44e4 Improve error message wording. 20 years ago
Tom Lane daecd97617 Put back some more not-so-unused-as-all-that #includes. This un-breaks 20 years ago
Tom Lane 9b556322c5 Fix some missing inclusions identified with new pgcheckdefines tool. 20 years ago
Tom Lane a7143b3088 Fix some makefiles that fail to yield good results from 'make -qp'. 20 years ago
Tom Lane 2d11d26113 Create a tool to catch #include omissions that might not result in any 20 years ago
Tom Lane 98bac16e4d Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka. 20 years ago
Tom Lane cd24163f6d Fix another passel of include-file breakage. Kris Jurka, Tom Lane 20 years ago
Tom Lane c743cc2ee4 Add dependency to fix parallel-make race condition. Alexander Dupuy 20 years ago
Bruce Momjian a4f1da03cc Have find_static skip main() functions. 20 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 20 years ago
Tom Lane ae643747b1 Fix a passel of recently-committed violations of the rule 'thou shalt 20 years ago
Bruce Momjian 51e8882197 Revert part of recent include patch not ready for application. 20 years ago
Bruce Momjian 03c2e5924e Add additional includes needed on some platforms. 20 years ago