| Age | Commit message (Expand) | Author |
| 2006-08-29 | Revert change to turn autovacuum on by default. | Peter Eisentraut |
| 2006-08-29 | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian |
| 2006-08-28 | Turn autovacuum on by default. (stats_row_level is also on by default.) | Peter Eisentraut |
| 2006-08-27 | Add some notes about why it's not a bug that RI_FKey_check calls | Tom Lane |
| 2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
| 2006-08-22 | In new "invalid byte sequence" error hint, call it "error", not | Bruce Momjian |
| 2006-08-22 | Add hint for "invalid byte sequence for encoding" error message, | Bruce Momjian |
| 2006-08-21 | Minor code rearrangement to save a few cycles in RI_FKey_check when | Tom Lane |
| 2006-08-21 | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane |
| 2006-08-19 | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane |
| 2006-08-17 | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane |
| 2006-08-16 | Seems some C compilers think 'restrict' is a fully reserved word. | Tom Lane |
| 2006-08-15 | Add a hack so that get_type_io_data() can work from bootstrap.c's | Tom Lane |
| 2006-08-15 | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane |
| 2006-08-14 | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane |
| 2006-08-14 | Remove hash_destroy calls in hash_create's failure paths. As noted by | Tom Lane |
| 2006-08-14 | Revert (again) GUC patch to return commented fields to their default | Bruce Momjian |
| 2006-08-13 | Fix recent guc comment-to-default patch for custom variables. | Bruce Momjian |
| 2006-08-13 | Recommit patch to allow commented GUC variables to return to their | Bruce Momjian |
| 2006-08-13 | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian |
| 2006-08-12 | Back out patch to reorganize guc processing. Was causing regression | Bruce Momjian |
| 2006-08-12 | Back out patch that allowed commented guc variables to return to their | Bruce Momjian |
| 2006-08-12 | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane |
| 2006-08-11 | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian |
| 2006-08-11 | Refactor GUC set_config_option function: | Bruce Momjian |
| 2006-08-08 | Add a feature for automatic initialization and finalization of dynamically | Tom Lane |
| 2006-08-08 | For protocol-level prepare/bind/execute: | Bruce Momjian |
| 2006-08-04 | Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState | Tom Lane |
| 2006-08-02 | Move 'ddl' right after 'none' in postgresql.conf. It used to be between | Bruce Momjian |
| 2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
| 2006-07-31 | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane |
| 2006-07-29 | Adjust initialization sequence for timezone_abbreviations so that | Tom Lane |
| 2006-07-28 | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane |
| 2006-07-27 | Aggregate functions now support multiple input arguments. I also took | Tom Lane |
| 2006-07-27 | Allow units to be specified with configuration settings. | Peter Eisentraut |
| 2006-07-26 | Work around bug in strxfmt() but in MS VS2005. | Bruce Momjian |
| 2006-07-26 | When a GUC string variable is not set, print the empty string (in SHOW etc.), | Peter Eisentraut |
| 2006-07-26 | Convert effective_cache_size to an integer, for better integration with | Peter Eisentraut |
| 2006-07-25 | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane |
| 2006-07-24 | DTrace support, with a small initial set of probes | Peter Eisentraut |
| 2006-07-24 | Mark postgresql.conf entries that require server restart; some minor | Peter Eisentraut |
| 2006-07-24 | Add a fudge factor to genericcostestimate() to prevent the planner from | Tom Lane |
| 2006-07-23 | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane |
| 2006-07-22 | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane |
| 2006-07-21 | Add the full set of comparison functions for type TID, including a btree | Tom Lane |
| 2006-07-15 | Fix some makefiles that fail to yield good results from 'make -qp'. | Tom Lane |
| 2006-07-14 | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-07-14 | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane |
| 2006-07-13 | More include file adjustments. | Bruce Momjian |