| Commit message (Expand) | Author | Age |
* | Fix a few typos in comments in GiN. | Neil Conway | 2007-02-01 |
* | Revert error message change for may/can/might --- needs discussion. | Bruce Momjian | 2007-01-31 |
* | Update documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Rewrite uuid input and output routines to avoid dependency on the | Neil Conway | 2007-01-31 |
* | Revert gincostestimate changes. | Teodor Sigaev | 2007-01-31 |
* | Allow GIN's extractQuery method to signal that nothing can satisfy the query. | Teodor Sigaev | 2007-01-31 |
* | Update documentation for pg_get_serial_sequence() function. | Bruce Momjian | 2007-01-30 |
* | Add support for cross-type hashing in hash index searches and hash joins. | Tom Lane | 2007-01-30 |
* | Add comment noting that hashm_procid in a hash index's metapage isn't | Tom Lane | 2007-01-29 |
* | Update process termination message to display signal number and name | Bruce Momjian | 2007-01-29 |
* | Improve hash join to discard input tuples immediately if they can't | Tom Lane | 2007-01-28 |
* | Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any | Neil Conway | 2007-01-28 |
* | Remove some unnecessary conversion work in build_regtype_array(). | Tom Lane | 2007-01-28 |
* | Repair oversight in creation of "append relations": we should set up | Tom Lane | 2007-01-28 |
* | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway | 2007-01-28 |
* | Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorly | Tom Lane | 2007-01-28 |
* | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian | 2007-01-28 |
* | Dept of second thoughts: the IQ of estimate_array_length() needs to be | Tom Lane | 2007-01-28 |
* | Fix scalararraysel() to cope with binary-compatible cases, such as text[] | Tom Lane | 2007-01-28 |
* | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian | 2007-01-28 |
* | Correct an old logic error in btree page splitting: when considering a split | Tom Lane | 2007-01-27 |
* | Reactivate libxml memory management via palloc, now that I think I've | Peter Eisentraut | 2007-01-27 |
* | Add trailing zero byte in Unicode codepoint conversion. | Peter Eisentraut | 2007-01-27 |
* | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 |
* | Correction: temp_tablespaces was implemented by Albert Cervera Areny, | Bruce Momjian | 2007-01-25 |
* | Various fixes in the logic of XML functions: | Peter Eisentraut | 2007-01-25 |
* | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian | 2007-01-25 |
* | Properly detoast access to bytea field pg_trigger.tgargs. Old code | Bruce Momjian | 2007-01-25 |
* | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian | 2007-01-25 |
* | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane | 2007-01-24 |
* | Relax an Assert() that has been found to be too strict in some situations | Tom Lane | 2007-01-24 |
* | Simplify handling of XML error messages: Just use the string provided by | Peter Eisentraut | 2007-01-23 |
* | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane | 2007-01-23 |
* | Back out use of FormatMessage(), does error values, not exception | Bruce Momjian | 2007-01-23 |
* | Print meaningfull error text for abonormal process exit on Win32, rather | Bruce Momjian | 2007-01-23 |
* | Put back planner's ability to cache the results of mergejoinscansel(), | Tom Lane | 2007-01-22 |
* | Use errhint() for WIN32 SIGTERM message, where possible. | Bruce Momjian | 2007-01-22 |
* | When system() fails in Win32, report it as an exception, print the | Bruce Momjian | 2007-01-22 |
* | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 |
* | Refactor some lsyscache routines to eliminate duplicate code and save | Tom Lane | 2007-01-21 |
* | Simplify pg_am representation of ordering-capable access methods: | Tom Lane | 2007-01-20 |
* | Make setseed() return void, rather than an int4 without any use. Per | Neil Conway | 2007-01-20 |
* | Add documentation of memory and time units to postgresql.conf. | Bruce Momjian | 2007-01-20 |
* | Don't use 'int' where you mean 'bool'. | Tom Lane | 2007-01-20 |
* | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 |
* | Refactor the index AM API slightly: move currentItemData and | Neil Conway | 2007-01-20 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 |
* | Modify max_fsm_pages in postgresql.conf.sample to show a typical value, | Bruce Momjian | 2007-01-20 |
* | Move code that places LOG error level between ERROR and PANIC into new | Bruce Momjian | 2007-01-20 |
* | Fix xmlconcat by properly merging the XML declarations. Add aggregate | Peter Eisentraut | 2007-01-20 |