| Commit message (Expand) | Author | Age |
* | Call pgstat_drop_database during DROP DATABASE, so that any stats file | Tom Lane | 2007-02-09 |
* | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 |
* | Remove blank lines in code. | Bruce Momjian | 2007-02-09 |
* | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 |
* | Remove blank line from C code. | Bruce Momjian | 2007-02-09 |
* | Fix bug when localized to_char() day or month names were incorectly | Bruce Momjian | 2007-02-08 |
* | This patch fixes shared_preload_libraries on Windows hosts. It forces | Bruce Momjian | 2007-02-08 |
* | Fix reference-after-free in the new btree page split code, as reported by | Alvaro Herrera | 2007-02-08 |
* | Normalize fgets() calls to use sizeof() for calculating the buffer size | Peter Eisentraut | 2007-02-08 |
* | Reduce WAL activity for page splits: | Bruce Momjian | 2007-02-08 |
* | Check if the role exists before doing more complex ident and Kerberos | Bruce Momjian | 2007-02-08 |
* | Fix bug in our code when using to_timestamp() or to_date() without "TM". | Bruce Momjian | 2007-02-08 |
* | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane | 2007-02-07 |
* | Remove the xlog-centric "database system is ready" message and replace it with | Tom Lane | 2007-02-07 |
* | Replace some strncpy() by strlcpy(). | Peter Eisentraut | 2007-02-07 |
* | Fix an error in the original coding of holdable cursors: PersistHoldablePortal | Tom Lane | 2007-02-06 |
* | Remove typmod checking from the recent security-related patches. It turns | Tom Lane | 2007-02-06 |
* | Fix typo in comment. | Tom Lane | 2007-02-06 |
* | Remove some dead code, per Heikki. | Tom Lane | 2007-02-06 |
* | Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It | Peter Eisentraut | 2007-02-06 |
* | Fix a performance regression in 8.2: optimization of MIN/MAX into indexscans | Tom Lane | 2007-02-06 |
* | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane | 2007-02-06 |
* | Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to | Tom Lane | 2007-02-05 |
* | Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's | Tom Lane | 2007-02-04 |
* | Change vacuum lazy "compacting" warning message to: | Bruce Momjian | 2007-02-04 |
* | Update SQL conformance information about XML features. | Peter Eisentraut | 2007-02-03 |
* | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut | 2007-02-03 |
* | Repair failure to check that a table is still compatible with a previously | Tom Lane | 2007-02-02 |
* | Repair insufficiently careful type checking for SQL-language functions: | Tom Lane | 2007-02-02 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | 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 |