summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2007-01-25Correction: temp_tablespaces was implemented by Albert Cervera Areny,Bruce Momjian
2007-01-25Various fixes in the logic of XML functions:Peter Eisentraut
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-25Prevent WAL logging when COPY is done in the same transation thatBruce 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-23Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane
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-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-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-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-20Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian
2007-01-20Move code that places LOG error level between ERROR and PANIC into newBruce Momjian
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-19Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut
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-17Revise bgwriter fsync-request mechanism to improve robustness when a tableTom Lane
2007-01-16Implement width_bucket() for the float8 data type.Neil Conway
2007-01-16Fix incorrect permissions check in information_schema.key_column_usage view:Tom Lane
2007-01-16Enable autovacuum in the default configuration, per discussion.Alvaro Herrera
2007-01-16Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera
2007-01-14Fix reverse compilation of IS DOCUMENT expression.Peter Eisentraut
2007-01-14Add support for xmlval IS DOCUMENT expression.Peter Eisentraut
2007-01-12Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane
2007-01-12Fix compiler warningPeter Eisentraut
2007-01-12Use XML output escaping also in XMLFOREST.Peter Eisentraut
2007-01-12Update error messsage wording.Bruce Momjian
2007-01-12Update ORDER BY UNION function/exprssion wording (again).Bruce Momjian
2007-01-12Add some notes about the basic mathematical laws that the system presumesTom Lane
2007-01-12Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut
2007-01-11Fix a performance problem in databases with large numbers of tablesTom Lane
2007-01-11Update UNION/INTERSECT/EXCEPT ORDER BY error wording forBruce Momjian
2007-01-11Improve error wording of ORDER BY in UNION that uses new expressions inBruce Momjian
2007-01-11Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort orders.Tom Lane
2007-01-10Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut