Commit Graph

24091 Commits (8ff2bccee31a7be12f653bc533b3e76c052534f8)
 

Author SHA1 Message Date
Neil Conway 8ff2bccee3 Squelch some VC++ compiler warnings. Mark float literals with the "f" 19 years ago
Bruce Momjian 8924c56820 Update BSD/OS platform for 8.2. 19 years ago
Bruce Momjian 2e6d1e5f7a Add URL for shrinking tuple to just its headers: 19 years ago
Bruce Momjian 70268b50dd Update Win32 exception comment. 19 years ago
Neil Conway 74b6f73bc2 Add a setlocal command to the beginning of build.bat. This is required 19 years ago
Michael Meskes a5a1506c96 Removed compiler warning due to unneeded unsigned declaration. 19 years ago
Bruce Momjian 167fa70a2e Update pg_dumpall -f option description. 19 years ago
Bruce Momjian c8bdd8ce88 Correction: temp_tablespaces was implemented by Albert Cervera Areny, 19 years ago
Bruce Momjian 0626a7d1b5 Reverse out use of Py_RETURN_TRUE in plpython, only supported in Python >= 19 years ago
Peter Eisentraut 22bd156ff0 Various fixes in the logic of XML functions: 19 years ago
Bruce Momjian 9597446d11 Done: 19 years ago
Bruce Momjian 148ea5cbea Add GUC temp_tablespaces to provide a default location for temporary 19 years ago
Bruce Momjian 5af6b2abe9 Properly detoast access to bytea field pg_trigger.tgargs. Old code 19 years ago
Bruce Momjian 251281767a Fix for plpython functions; return true/false for boolean, 19 years ago
Bruce Momjian 6441288ec9 Add 'output file' option for pg_dumpall, especially useful for Win32, 19 years ago
Bruce Momjian 1b7d863f1d Remove developers list from TODO list now that we have URLs to reference 19 years ago
Bruce Momjian 7aa09c5df5 Done: 19 years ago
Bruce Momjian d37881fd90 Allow pg_dumpall to specify a database name rather than the default 19 years ago
Bruce Momjian 5ce94b28cc Add --tablespaces-only and --roles-only options to pg_dumpall. 19 years ago
Bruce Momjian ef65f6f7a4 Prevent WAL logging when COPY is done in the same transation that 19 years ago
Bruce Momjian 693c85d954 When using MSVC, disable the building of ecpg if pthreads is not 19 years ago
Tom Lane 0887fa1117 Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same 19 years ago
Tom Lane 07cf99ac6f Relax an Assert() that has been found to be too strict in some situations 19 years ago
Peter Eisentraut 4e8b5cd94b Simplify handling of XML error messages: Just use the string provided by 19 years ago
Tom Lane a56c5fb0f5 Update xindex.sgml to discuss operator families. 19 years ago
Tom Lane 379958128c Update pg_dump to support dumping operator families. 19 years ago
Bruce Momjian 867c133599 Add comment about exception lists in both winnt.h and ntstatus.h. 19 years ago
Alvaro Herrera e25138f3e9 This patch is required for vcbuild to work after the changes to 19 years ago
Tom Lane a33cf1041f Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR 19 years ago
Bruce Momjian 8502b68513 Remove newline from error message because URL is gone. 19 years ago
Bruce Momjian 882b9948d7 Back out use of FormatMessage(), does error values, not exception 19 years ago
Bruce Momjian 610f60a092 Print meaningfull error text for abonormal process exit on Win32, rather 19 years ago
Bruce Momjian b97b86649a Update my email address in FAQ. 19 years ago
Tom Lane 4f06c688c7 Put back planner's ability to cache the results of mergejoinscansel(), 19 years ago
Bruce Momjian 45e0736938 Use errhint() for WIN32 SIGTERM message, where possible. 19 years ago
Bruce Momjian d26a5f1fea Uppercase hex value. 19 years ago
Bruce Momjian 208ae0c290 When system() fails in Win32, report it as an exception, print the 19 years ago
Bruce Momjian eeae929dbe Update documenation instructions. on how to delete template1. 19 years ago
Tom Lane 686f15e39e Adjust pgbench so it won't spit up on non-select queries returning 19 years ago
Tom Lane 5a7471c307 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc 19 years ago
Peter Eisentraut a85e9c61e5 Remove some unused variables 19 years ago
Peter Eisentraut 962e825cd7 Put back libpq link, but make sure that libpq's in-tree directory is 19 years ago
Tom Lane 066926dfbb Refactor some lsyscache routines to eliminate duplicate code and save 19 years ago
Bruce Momjian 98218e9ef6 Add bitmap index URL: 19 years ago
Tom Lane fcf4b146c6 Simplify pg_am representation of ordering-capable access methods: 19 years ago
Bruce Momjian c82cc604f5 Add URL for dead space map: 19 years ago
Neil Conway 726f0807ad Update docs for recent change to setseed() return value. 19 years ago
Neil Conway aef0f53b62 Make setseed() return void, rather than an int4 without any use. Per 19 years ago
Bruce Momjian ebef17c7a2 Add documentation of memory and time units to postgresql.conf. 19 years ago
Tom Lane 67f06327f9 Don't use 'int' where you mean 'bool'. 19 years ago