| Age | Commit message (Expand) | Author |
| 2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
| 2006-08-24 | Add some debug logging code to AllocateFile's failure path to log the | Tom Lane |
| 2006-08-24 | Optimize the case where a btree indexscan has current and mark positions | 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-22 | Ooops, ldap fix for win32 broke the non-win32 case. | Tom Lane |
| 2006-08-21 | Fix encrypted-LDAP support so that it doesn't cause the server to fail | Tom Lane |
| 2006-08-21 | Minor code rearrangement to save a few cycles in RI_FKey_check when | Tom Lane |
| 2006-08-21 | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane |
| 2006-08-21 | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane |
| 2006-08-20 | Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for | Alvaro Herrera |
| 2006-08-19 | Suppress subquery pullup/pushdown when a subquery contains volatile | Tom Lane |
| 2006-08-19 | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane |
| 2006-08-18 | Now that we've rearranged relation open to get a lock before touching | Tom Lane |
| 2006-08-17 | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane |
| 2006-08-17 | Fix an oversight in mergejoin planning: the planner would reject a | Tom Lane |
| 2006-08-17 | Teach convert_subquery_pathkeys() to handle the case where the | Tom Lane |
| 2006-08-16 | Put probes.o file in right directory, fixes dtrace compilation | Peter Eisentraut |
| 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 | Cause '*' and 'foo.*' notations to mark the referenced RTE(s) as | Tom Lane |
| 2006-08-14 | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane |
| 2006-08-14 | When executing a list of queries derived from rule expansion, | 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 core dump in duration logging for a V3-protocol Execute message | Tom Lane |
| 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 | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane |
| 2006-08-12 | Remove ancient, obsolete comment. | Tom Lane |
| 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 | Set Win32 server-size socket buffer to 32k, for performance reasons. | Bruce Momjian |
| 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-10 | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane |
| 2006-08-10 | Fix display of log duration so it is milliseconds.microseconds "ms". | Bruce Momjian |
| 2006-08-09 | Round microseconds on setitimer upwards. | Bruce Momjian |
| 2006-08-09 | On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't | Bruce Momjian |
| 2006-08-09 | Fix statement_timeout on Win32 so that it properly treats micro-seconds | Bruce Momjian |
| 2006-08-09 | Formatting improvement. | 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-07 | Put back another improperly-removed #include. | Tom Lane |
| 2006-08-07 | On some platforms, pg_usleep isn't interruptible by signals; fix | Tom Lane |
| 2006-08-07 | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane |
| 2006-08-06 | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane |