Commit Graph

24101 Commits (d3be7fae115fe04e552d7f90723f9ee81401197a)
 

Author SHA1 Message Date
Peter Eisentraut d3be7fae11 Add trailing zero byte in Unicode codepoint conversion. 19 years ago
Bruce Momjian abbf860f72 Add: 19 years ago
Bruce Momjian ddf569e3ed Add: 19 years ago
Bruce Momjian f77b1f05f5 Add: 19 years ago
Andrew Dunstan 175a242187 Allow args to spi_prepare to be standard type aliaes as well as those known in pg_type. Fixes bug #2917. Add some regression tests for these cases. 19 years ago
Bruce Momjian 27552ce540 Update installation wording for an upgrade to state that dump/restore 19 years ago
Bruce Momjian adef25e5ea Control openjade draft-mode by variable DRAFT, rather than whether the 19 years ago
Bruce Momjian f0fc95612d Update wording of installation when upgrading, to more clearly 19 years ago
Bruce Momjian 320abc3a95 Modify draft SGML instructions to use DRAFT=Y because recursion was 19 years ago
Tom Lane 4355d214c2 On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for 19 years ago
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