| Age | Commit message (Expand) | Author |
| 2007-09-11 | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane |
| 2007-09-10 | Code review for GUC revert-values-if-removed-from-postgresql.conf patch; | Tom Lane |
| 2007-09-04 | Provide for binary input/output of enums, to fix complaint from Merlin Moncure. | Andrew Dunstan |
| 2007-09-03 | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane |
| 2007-09-03 | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane |
| 2007-08-31 | Apply a band-aid fix for the problem that 8.2 and up completely misestimate | Tom Lane |
| 2007-08-27 | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-19 | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan |
| 2007-08-14 | Fix oversight in async-commit patch: there were some places in heapam.c | Tom Lane |
| 2007-08-04 | Fix up bad layout of some comments (probably pg_indent's fault), and | Tom Lane |
| 2007-07-25 | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander |
| 2007-07-17 | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway |
| 2007-07-06 | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane |
| 2007-06-26 | Remove unused "caller" argument from stringToQualifiedNameList. | Alvaro Herrera |
| 2007-06-15 | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane |
| 2007-06-12 | Minor comment fixes. | Tom Lane |
| 2007-06-06 | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
| 2007-06-05 | The session_replication_role actually can be changed at will during | Jan Wieck |
| 2007-06-03 | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane |
| 2007-06-01 | Allow leading and trailing whitespace in the input to the boolean | Neil Conway |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |
| 2007-05-21 | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane |
| 2007-05-21 | XPath fixes: | Peter Eisentraut |
| 2007-05-17 | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane |
| 2007-05-08 | Add a hash function for "numeric". Mark the equality operator for | Neil Conway |
| 2007-05-04 | Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the | Tom Lane |
| 2007-05-04 | A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, | Tom Lane |
| 2007-05-04 | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane |
| 2007-05-02 | Fix oversight in PG_RE_THROW processing: it's entirely possible that there | Tom Lane |
| 2007-04-30 | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane |
| 2007-04-30 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-21 | Make configuration parameters fall back to their default values when they | Peter Eisentraut |
| 2007-04-16 | Make plancache store cursor options so it can pass them to planner during | Tom Lane |
| 2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
| 2007-04-01 | Mapping schemas and databases to XML and XML Schema. | Peter Eisentraut |
| 2007-03-29 | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane |
| 2007-03-27 | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane |
| 2007-03-26 | Allow non-superuser database owners to create procedural languages. | Tom Lane |
| 2007-03-25 | Clean up the representation of special snapshots by including a "method | Tom Lane |
| 2007-03-23 | Fix plancache so that any required replanning is done with the same | Tom Lane |
| 2007-03-22 | Add xmlpath() to evaluate XPath expressions, with namespaces support. | Bruce Momjian |
| 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-15 | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane |