| Age | Commit message (Expand) | Author |
| 2006-09-05 | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane |
| 2006-09-05 | Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and | Tom Lane |
| 2006-09-05 | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian |
| 2006-09-04 | Change ILIKE to invoke lower() and then do plain LIKE comparison when | Tom Lane |
| 2006-09-04 | Fix interval input parser so that fractional weeks and months are | Tom Lane |
| 2006-09-03 | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane |
| 2006-09-03 | Properly round months into days and into seconds for interval | Bruce Momjian |
| 2006-09-03 | Fix case where "PM" to_timestamp() mask was eating too many characters. | Bruce Momjian |
| 2006-09-02 | Make autovacuum behavior more agressive, per discussion on hackers list | Bruce Momjian |
| 2006-09-02 | Update postgresql.conf line for default superuser_reserved_connections. | Bruce Momjian |
| 2006-09-02 | Change "superuser_reserved_connections" default to 3, because of | Bruce Momjian |
| 2006-09-02 | Remove GUC_REPORT for new "server_version_num" GUC variable. Added | Bruce Momjian |
| 2006-09-02 | Add new variable "server_version_num", which is almost the same as | Bruce Momjian |
| 2006-08-31 | Repair interpretation of GB as MB. | Peter Eisentraut |
| 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 |