aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove some unnecessary conversion work in build_regtype_array().Tom Lane2007-01-28
* Repair oversight in creation of "append relations": we should set upTom Lane2007-01-28
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-28
* Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorlyTom Lane2007-01-28
* Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian2007-01-28
* Dept of second thoughts: the IQ of estimate_array_length() needs to beTom Lane2007-01-28
* Fix scalararraysel() to cope with binary-compatible cases, such as text[]Tom Lane2007-01-28
* Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian2007-01-28
* Correct an old logic error in btree page splitting: when considering a splitTom Lane2007-01-27
* Reactivate libxml memory management via palloc, now that I think I'vePeter Eisentraut2007-01-27
* Add trailing zero byte in Unicode codepoint conversion.Peter Eisentraut2007-01-27
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-26
* Correction: temp_tablespaces was implemented by Albert Cervera Areny,Bruce Momjian2007-01-25
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-25
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-25
* Properly detoast access to bytea field pg_trigger.tgargs. Old codeBruce Momjian2007-01-25
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-25
* Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane2007-01-24
* Relax an Assert() that has been found to be too strict in some situationsTom Lane2007-01-24
* Simplify handling of XML error messages: Just use the string provided byPeter Eisentraut2007-01-23
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Back out use of FormatMessage(), does error values, not exceptionBruce Momjian2007-01-23
* Print meaningfull error text for abonormal process exit on Win32, ratherBruce Momjian2007-01-23
* Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane2007-01-22
* Use errhint() for WIN32 SIGTERM message, where possible.Bruce Momjian2007-01-22
* When system() fails in Win32, report it as an exception, print theBruce Momjian2007-01-22
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Refactor some lsyscache routines to eliminate duplicate code and saveTom Lane2007-01-21
* Simplify pg_am representation of ordering-capable access methods:Tom Lane2007-01-20
* Make setseed() return void, rather than an int4 without any use. PerNeil Conway2007-01-20
* Add documentation of memory and time units to postgresql.conf.Bruce Momjian2007-01-20
* Don't use 'int' where you mean 'bool'.Tom Lane2007-01-20
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-20
* Refactor the index AM API slightly: move currentItemData andNeil Conway2007-01-20
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian2007-01-20
* Move code that places LOG error level between ERROR and PANIC into newBruce Momjian2007-01-20
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-20
* Add missing copyright blurb, make ruleutils.c use the standard layoutNeil Conway2007-01-20
* Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut2007-01-19
* Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut2007-01-18
* Add a note pointing out that is_pseudo_constant_clause() doesn't checkTom Lane2007-01-17
* Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane2007-01-17
* Revise bgwriter fsync-request mechanism to improve robustness when a tableTom Lane2007-01-17
* Implement width_bucket() for the float8 data type.Neil Conway2007-01-16
* Fix incorrect permissions check in information_schema.key_column_usage view:Tom Lane2007-01-16
* Enable autovacuum in the default configuration, per discussion.Alvaro Herrera2007-01-16
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-16
* Fix reverse compilation of IS DOCUMENT expression.Peter Eisentraut2007-01-14
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-14