| Commit message (Expand) | Author | Age |
* | Fix pgstat_report_waiting() to not dump core if called before | Tom Lane | 2006-08-28 |
* | Partial fix for ecpg's VPATH problems. It compiles and successfully | Tom Lane | 2006-08-28 |
* | Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist | Tom Lane | 2006-08-28 |
* | Turn autovacuum on by default. (stats_row_level is also on by default.) | Peter Eisentraut | 2006-08-28 |
* | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 |
* | Add some notes about why it's not a bug that RI_FKey_check calls | Tom Lane | 2006-08-27 |
* | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 |
* | Move xact.c's partial support for Lists of TransactionIds into pg_list.h. | Tom Lane | 2006-08-27 |
* | - Enabled single-quoted connection targets. | Michael Meskes | 2006-08-27 |
* | Make saveHistory work properly on OS X when HISTFILE is set to /dev/null. | Tom Lane | 2006-08-27 |
* | Changed double output. | Michael Meskes | 2006-08-26 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Synced parser | Michael Meskes | 2006-08-24 |
* | Needed more stuff from c.h. | Michael Meskes | 2006-08-24 |
* | Fixed of by one variable size. | Michael Meskes | 2006-08-24 |
* | Need more defines in ecpg_config.h, patch sent by Rocco Altier <RoccoA@Routes... | Michael Meskes | 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-24 |
* | Somehow my version compiled but the change didn't make it to CVS. | Michael Meskes | 2006-08-23 |
* | Argh, forgot the new file yet again. | Michael Meskes | 2006-08-23 |
* | Replaced double-quote-fix with a hopefully better version. | Michael Meskes | 2006-08-23 |
* | Descriptor values were quoted twice. | Michael Meskes | 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-22 |
* | 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 |
* | Fixed a few memory leaks. One indeed was part of a loop. | Michael Meskes | 2006-08-21 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 |
* | Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for | Alvaro Herrera | 2006-08-20 |
* | Fixed a few trivial memory leaks reported by Coverity just to test my setup. | Michael Meskes | 2006-08-20 |
* | Added another test | Michael Meskes | 2006-08-19 |
* | More SoC stuff | Michael Meskes | 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-19 |
* | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 |
* | Fixed a buffer overrun that was masked on Linux systems. | Michael Meskes | 2006-08-18 |
* | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 |
* | Changed lexer to no longer use the default rule. | Michael Meskes | 2006-08-18 |
* | Update Win32 CMD quoting rules information location, CMD /?, from | Bruce Momjian | 2006-08-18 |
* | 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-17 |
* | 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-16 |
* | Add a hack so that get_type_io_data() can work from bootstrap.c's | Tom Lane | 2006-08-15 |
* | Add hooks to allow debugging and performance measurement plugins | Tom Lane | 2006-08-15 |
* | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 |
* | Fixed a typo and made two mallocs Coverity friendly. | Michael Meskes | 2006-08-15 |