summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-01-25Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian
2007-01-25Properly detoast access to bytea field pg_trigger.tgargs. Old codeBruce Momjian
2007-01-25Fix for plpython functions; return true/false for boolean,Bruce Momjian
2007-01-25Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian
2007-01-25Allow pg_dumpall to specify a database name rather than the defaultBruce Momjian
2007-01-25Add --tablespaces-only and --roles-only options to pg_dumpall.Bruce Momjian
2007-01-25Prevent WAL logging when COPY is done in the same transation thatBruce Momjian
2007-01-24When using MSVC, disable the building of ecpg if pthreads is notBruce Momjian
2007-01-24Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane
2007-01-24Relax an Assert() that has been found to be too strict in some situationsTom Lane
2007-01-23Simplify handling of XML error messages: Just use the string provided byPeter Eisentraut
2007-01-23Update pg_dump to support dumping operator families.Tom Lane
2007-01-23Add comment about exception lists in both winnt.h and ntstatus.h.Bruce Momjian
2007-01-23This patch is required for vcbuild to work after the changes toAlvaro Herrera
2007-01-23Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane
2007-01-23Remove newline from error message because URL is gone.Bruce Momjian
2007-01-23Back out use of FormatMessage(), does error values, not exceptionBruce Momjian
2007-01-23Print meaningfull error text for abonormal process exit on Win32, ratherBruce Momjian
2007-01-22Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane
2007-01-22Use errhint() for WIN32 SIGTERM message, where possible.Bruce Momjian
2007-01-22Uppercase hex value.Bruce Momjian
2007-01-22When system() fails in Win32, report it as an exception, print theBruce Momjian
2007-01-22Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane
2007-01-21Remove some unused variablesPeter Eisentraut
2007-01-21Put back libpq link, but make sure that libpq's in-tree directory isPeter Eisentraut
2007-01-21Refactor some lsyscache routines to eliminate duplicate code and saveTom Lane
2007-01-20Simplify pg_am representation of ordering-capable access methods:Tom Lane
2007-01-20Make setseed() return void, rather than an int4 without any use. PerNeil Conway
2007-01-20Add documentation of memory and time units to postgresql.conf.Bruce Momjian
2007-01-20Don't use 'int' where you mean 'bool'.Tom Lane
2007-01-20List disabled triggers separately in psql's "\d <table>" output.Neil Conway
2007-01-20Refactor planner's pathkeys data structure to create a separate, explicitTom Lane
2007-01-20Refactor the index AM API slightly: move currentItemData andNeil Conway
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-20Regression tests for large objects. Patch from Jeremy Drake.Neil Conway
2007-01-20Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian
2007-01-20Teach psql's \lo slash commands to respect quiet mode, and to outputNeil Conway
2007-01-20The libpq library directory was mentioned here in the wrong place, whichPeter Eisentraut
2007-01-20Only build ecpg test code when the test is to be performed, in line withPeter Eisentraut
2007-01-20Move code that places LOG error level between ERROR and PANIC into newBruce Momjian
2007-01-20Fix xmlconcat regression testPeter Eisentraut
2007-01-20Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut
2007-01-20Add missing copyright blurb, make ruleutils.c use the standard layoutNeil Conway
2007-01-19Fix pg_regress breakage for PL and contrib tests, by not requiring thatAlvaro Herrera
2007-01-19Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut
2007-01-19Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera
2007-01-18Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut
2007-01-17Add a note pointing out that is_pseudo_constant_clause() doesn't checkTom Lane
2007-01-17Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane
2007-01-17Tweak the width_bucket() regression tests to avoid an unnecessaryNeil Conway