| Age | Commit message (Expand) | Author |
| 2007-03-22 | Commit newest version of xmlpath(). | Bruce Momjian |
| 2007-03-22 | Add xmlpath() to evaluate XPath expressions, with namespaces support. | Bruce Momjian |
| 2007-03-21 | Fix some problems with selectivity estimation for partial indexes. | Tom Lane |
| 2007-03-20 | Add three new regexp functions: regexp_matches, regexp_split_to_array, | Neil Conway |
| 2007-03-19 | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck |
| 2007-03-19 | Fix 8.2 breakage of domains over array types, and add a regression test case | Tom Lane |
| 2007-03-18 | Code cleanup: mark some variables with the "const" modifier, when they | Neil Conway |
| 2007-03-17 | Ooops, got only one of the two ArrayExpr variants correct in first | Tom Lane |
| 2007-03-17 | Fix up the remaining places where the expression node structure would lose | Tom Lane |
| 2007-03-16 | Add new columns for tuple statistics on a database level to | Magnus Hagander |
| 2007-03-15 | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane |
| 2007-03-13 | Reverted waiting for further fixes: | Peter Eisentraut |
| 2007-03-13 | Properly use pg_strcasecmp() instead of strcasecmp(). | Magnus Hagander |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-03-12 | Make configuration parameters fall back to their default values when they | Peter Eisentraut |
| 2007-03-11 | Fix a race condition that caused pg_database_size() and pg_tablespace_size() | Alvaro Herrera |
| 2007-03-06 | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian |
| 2007-03-05 | Remove copied comments from geo_ops.c source file and replace with new | Bruce Momjian |
| 2007-03-03 | Fix for COPY-after-truncate feature. | Bruce Momjian |
| 2007-03-03 | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway |
| 2007-03-03 | Add GUC log_lock_waits to log long wait times. | Bruce Momjian |
| 2007-03-02 | Make log_min_error_statement put LOG level at the same priority as | Tom Lane |
| 2007-03-01 | Fix date/time formats for XML Schema output. | Peter Eisentraut |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-23 | Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to | Tom Lane |
| 2007-02-23 | Move BLCKSZ < 1024 check to guc.c. | Bruce Momjian |
| 2007-02-22 | Change Agg and Group nodes so that Vars contained in their targetlists | Tom Lane |
| 2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
| 2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
| 2007-02-19 | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | Bruce Momjian |
| 2007-02-19 | Get rid of some old and crufty global variables in the planner. When | Tom Lane |
| 2007-02-17 | Remove rint() for to_char MS and US output. We can't us rint() because | Bruce Momjian |
| 2007-02-17 | Cleanup of to_char() patch. | Bruce Momjian |
| 2007-02-17 | Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, | Bruce Momjian |
| 2007-02-16 | Reduce the amount of memory "clobbered" for every process title change, | Bruce Momjian |
| 2007-02-16 | Better fix for determining minimum and maximum int64 values that doesn't | Peter Eisentraut |
| 2007-02-16 | Code review for SSLKEY patch. | Tom Lane |
| 2007-02-16 | Fix // comment | Peter Eisentraut |
| 2007-02-16 | Add stdint.h include | Peter Eisentraut |
| 2007-02-16 | Functions for mapping table data and table schemas to XML (a.k.a. XML export) | Peter Eisentraut |
| 2007-02-16 | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian |
| 2007-02-16 | SSL improvements: | Bruce Momjian |
| 2007-02-15 | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera |
| 2007-02-14 | Fix to_date()/to_timestamp() 'D' field for day of week, was off by one. | Bruce Momjian |
| 2007-02-14 | Fix capitalization and punctuation of two more GUC description strings. | Neil Conway |
| 2007-02-14 | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane |
| 2007-02-13 | Un-break build on ANSI compilers (like msvc) by moving Assert to position | Magnus Hagander |
| 2007-02-13 | Add comment that to_char() for broken glibc pt_BR might cause a problem. | Bruce Momjian |
| 2007-02-11 | Add support for optionally escaping periods when converting SQL identifiers | Peter Eisentraut |
| 2007-02-11 | Fix for early log messages during postmaster startup getting lost when | Magnus Hagander |