aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix a few typos in comments in GiN.Neil Conway2007-02-01
* Revert error message change for may/can/might --- needs discussion.Bruce Momjian2007-01-31
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Rewrite uuid input and output routines to avoid dependency on theNeil Conway2007-01-31
* Revert gincostestimate changes.Teodor Sigaev2007-01-31
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-31
* Update documentation for pg_get_serial_sequence() function.Bruce Momjian2007-01-30
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30
* Add comment noting that hashm_procid in a hash index's metapage isn'tTom Lane2007-01-29
* Update process termination message to display signal number and nameBruce Momjian2007-01-29
* Improve hash join to discard input tuples immediately if they can'tTom Lane2007-01-28
* Rename the uuid_t type to pg_uuid_t, to avoid a conflict with anyNeil Conway2007-01-28
* 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