Commit Graph

24071 Commits (693c85d954890ceb4f0a892cd12e718fb4902128)
 

Author SHA1 Message Date
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
Bruce Momjian 51fa6fdc9c Update documentation about postgresqlconf to mention default units that 19 years ago
Tom Lane 3f9b1b92a9 Fix broken markup. 19 years ago
Neil Conway 479ee09059 List disabled triggers separately in psql's "\d <table>" output. 19 years ago
Tom Lane f41803bb39 Refactor planner's pathkeys data structure to create a separate, explicit 19 years ago
Neil Conway 2b7334d487 Refactor the index AM API slightly: move currentItemData and 19 years ago
Peter Eisentraut 978fff7942 Update build time estimate. 19 years ago
Peter Eisentraut 2cc01004c6 Remove remains of old depend target. 19 years ago
Neil Conway 64230a9f28 Regression tests for large objects. Patch from Jeremy Drake. 19 years ago
Bruce Momjian f5f9577e50 Modify max_fsm_pages in postgresql.conf.sample to show a typical value, 19 years ago
Neil Conway 4945a8fad4 Teach psql's \lo slash commands to respect quiet mode, and to output 19 years ago
Bruce Momjian 24ac4c968c Document that to remove template1, datistemplate must be 'false'. 19 years ago
Peter Eisentraut 552348c166 The libpq library directory was mentioned here in the wrong place, which 19 years ago
Peter Eisentraut 862c3ff04d Only build ecpg test code when the test is to be performed, in line with 19 years ago
Bruce Momjian 09c1baabc3 Move code that places LOG error level between ERROR and PANIC into new 19 years ago
Peter Eisentraut 92b8d17ab4 Fix xmlconcat regression test 19 years ago
Peter Eisentraut b4c8d49036 Fix xmlconcat by properly merging the XML declarations. Add aggregate 19 years ago
Bruce Momjian 9a83bd50b7 Add wiki URL: 19 years ago
Neil Conway d97a89f21b Add missing copyright blurb, make ruleutils.c use the standard layout 19 years ago
Bruce Momjian 4fdfdd44bd Add items: 19 years ago
Alvaro Herrera 67a4c24bc8 Fix pg_regress breakage for PL and contrib tests, by not requiring that 19 years ago