Commit Graph

22888 Commits (7da24bcbc19de15afa72fa03bc5ab8317bf12338)
 

Author SHA1 Message Date
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
Bruce Momjian a8e44f0b1b Update GRANT USAGE on schema permission description. 19 years ago
Neil Conway c28fbd4589 pgcrypto merge cleanup: 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 c5fad5f35e Done: 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
Neil Conway c1e59cc5d9 Minor documentation tweak: in the tables of functions and operators, 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 89e2a95589 Fix some pgcrypto portability issues, per Marko Kreen. 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
Tom Lane 98bac16e4d Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka. 19 years ago
Tom Lane e2f7eb36d6 In PGP public key tests, encrypt the secret key with AES not CAST5, 19 years ago
Tom Lane cd24163f6d Fix another passel of include-file breakage. Kris Jurka, Tom Lane 19 years ago
Tom Lane c743cc2ee4 Add dependency to fix parallel-make race condition. Alexander Dupuy 19 years ago
Bruce Momjian a4f1da03cc Have find_static skip main() functions. 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Tom Lane ae643747b1 Fix a passel of recently-committed violations of the rule 'thou shalt 19 years ago
Bruce Momjian 51e8882197 Revert part of recent include patch not ready for application. 19 years ago
Bruce Momjian 03c2e5924e Add additional includes needed on some platforms. 19 years ago
Bruce Momjian 06bed485b0 Move CFLAGS for pginclude to the end of the command line. 19 years ago
Neil Conway a10fc5f254 Minor doc tweak: replace a "--" with "&mdash;". 19 years ago
Neil Conway f2a8aa0f89 Reorder the entries in the function section of the manual, to ensure they 19 years ago
Bruce Momjian fad1ea86bd Move math.h after postgresql.h 19 years ago