| Age | Commit message (Expand) | Author |
| 2007-02-11 | Add support for optionally escaping periods when converting SQL identifiers | Peter Eisentraut |
| 2007-02-09 | Call pgstat_drop_database during DROP DATABASE, so that any stats file | Tom Lane |
| 2007-02-09 | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane |
| 2007-02-08 | Reduce WAL activity for page splits: | Bruce Momjian |
| 2007-02-07 | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane |
| 2007-02-07 | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut |
| 2007-02-06 | Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It | Peter Eisentraut |
| 2007-02-06 | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane |
| 2007-02-05 | Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to | Tom Lane |
| 2007-02-04 | Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's | Tom Lane |
| 2007-02-03 | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut |
| 2007-02-02 | Repair failure to check that a table is still compatible with a previously | Tom Lane |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-01-31 | Rewrite uuid input and output routines to avoid dependency on the | Neil Conway |
| 2007-01-31 | Allow GIN's extractQuery method to signal that nothing can satisfy the query. | Teodor Sigaev |
| 2007-01-30 | Add support for cross-type hashing in hash index searches and hash joins. | Tom Lane |
| 2007-01-28 | 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 | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway |
| 2007-01-28 | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian |
| 2007-01-28 | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian |
| 2007-01-26 | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane |
| 2007-01-26 | Squelch some VC++ compiler warnings. Mark float literals with the "f" | Neil Conway |
| 2007-01-25 | Update Win32 exception comment. | 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 | Add 'output file' option for pg_dumpall, especially useful for Win32, | Bruce Momjian |
| 2007-01-25 | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian |
| 2007-01-23 | Add comment about exception lists in both winnt.h and ntstatus.h. | Bruce Momjian |
| 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-22 | Put back planner's ability to cache the results of mergejoinscansel(), | Tom Lane |
| 2007-01-22 | Uppercase hex value. | 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-21 | Refactor some lsyscache routines to eliminate duplicate code and save | Tom Lane |
| 2007-01-20 | 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 | 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 | Fix xmlconcat by properly merging the XML declarations. Add aggregate | Peter Eisentraut |
| 2007-01-19 | Add support for converting binary values (i.e. bytea) into xml values, | Peter Eisentraut |
| 2007-01-19 | Change the sed rules in the regression test for pg_regress hackery to create | Alvaro Herrera |
| 2007-01-17 | Extend yesterday's patch so that the bgwriter is also told to forget | Tom Lane |
| 2007-01-16 | Implement width_bucket() for the float8 data type. | Neil Conway |
| 2007-01-16 | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera |
| 2007-01-14 | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut |
| 2007-01-12 | Use XML output escaping also in XMLFOREST. | Peter Eisentraut |
| 2007-01-11 | Allow Borland CC to compile libpq and psql. | Bruce Momjian |