| Commit message (Expand) | Author | Age | Files | Lines |
| * | Second try committing the path changes. | Michael Meskes | 2006-08-29 | 31 | -55/+59 |
| * | Removed debug option from pg_regress call. | Michael Meskes | 2006-08-29 | 31 | -58/+58 |
| * | Fixed parser and library to allow empty database names. | Michael Meskes | 2006-08-29 | 40 | -160/+257 |
| * | Revert change to turn autovacuum on by default. | Peter Eisentraut | 2006-08-29 | 2 | -15/+15 |
| * | Only call log_after_parse() if necessary. | Bruce Momjian | 2006-08-29 | 1 | -2/+4 |
| * | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 | 6 | -56/+76 |
| * | Fix pgstat_report_waiting() to not dump core if called before | Tom Lane | 2006-08-28 | 1 | -10/+9 |
| * | Partial fix for ecpg's VPATH problems. It compiles and successfully | Tom Lane | 2006-08-28 | 9 | -641/+666 |
| * | Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist | Tom Lane | 2006-08-28 | 1 | -8/+24 |
| * | Turn autovacuum on by default. (stats_row_level is also on by default.) | Peter Eisentraut | 2006-08-28 | 2 | -15/+15 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 6 | -42/+53 |
| * | Add some notes about why it's not a bug that RI_FKey_check calls | Tom Lane | 2006-08-27 | 1 | -4/+14 |
| * | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 | 3 | -32/+129 |
| * | Move xact.c's partial support for Lists of TransactionIds into pg_list.h. | Tom Lane | 2006-08-27 | 2 | -10/+13 |
| * | - Enabled single-quoted connection targets. | Michael Meskes | 2006-08-27 | 11 | -106/+336 |
| * | Make saveHistory work properly on OS X when HISTFILE is set to /dev/null. | Tom Lane | 2006-08-27 | 1 | -2/+9 |
| * | Changed double output. | Michael Meskes | 2006-08-26 | 3 | -16/+16 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 28 | -127/+870 |
| * | Synced parser | Michael Meskes | 2006-08-24 | 2 | -1/+4 |
| * | Needed more stuff from c.h. | Michael Meskes | 2006-08-24 | 3 | -2/+32 |
| * | Fixed of by one variable size. | Michael Meskes | 2006-08-24 | 5 | -21/+25 |
| * | Need more defines in ecpg_config.h, patch sent by Rocco Altier <RoccoA@Routes... | Michael Meskes | 2006-08-24 | 1 | -0/+6 |
| * | Add some debug logging code to AllocateFile's failure path to log the | Tom Lane | 2006-08-24 | 1 | -1/+15 |
| * | Optimize the case where a btree indexscan has current and mark positions | Tom Lane | 2006-08-24 | 3 | -26/+67 |
| * | Somehow my version compiled but the change didn't make it to CVS. | Michael Meskes | 2006-08-23 | 1 | -2/+2 |
| * | Argh, forgot the new file yet again. | Michael Meskes | 2006-08-23 | 1 | -0/+4 |
| * | Replaced double-quote-fix with a hopefully better version. | Michael Meskes | 2006-08-23 | 19 | -249/+251 |
| * | Descriptor values were quoted twice. | Michael Meskes | 2006-08-22 | 9 | -33/+46 |
| * | In new "invalid byte sequence" error hint, call it "error", not | Bruce Momjian | 2006-08-22 | 1 | -2/+2 |
| * | Add hint for "invalid byte sequence for encoding" error message, | Bruce Momjian | 2006-08-22 | 1 | -2/+5 |
| * | Ooops, ldap fix for win32 broke the non-win32 case. | Tom Lane | 2006-08-22 | 1 | -6/+5 |
| * | Fix encrypted-LDAP support so that it doesn't cause the server to fail | Tom Lane | 2006-08-21 | 1 | -6/+36 |
| * | Minor code rearrangement to save a few cycles in RI_FKey_check when | Tom Lane | 2006-08-21 | 1 | -13/+13 |
| * | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 | 5 | -37/+156 |
| * | Fixed a few memory leaks. One indeed was part of a loop. | Michael Meskes | 2006-08-21 | 1 | -1/+4 |
| * | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 23 | -321/+482 |
| * | Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for | Alvaro Herrera | 2006-08-20 | 3 | -116/+270 |
| * | Fixed a few trivial memory leaks reported by Coverity just to test my setup. | Michael Meskes | 2006-08-20 | 1 | -1/+7 |
| * | Added another test | Michael Meskes | 2006-08-19 | 5 | -0/+491 |
| * | More SoC stuff | Michael Meskes | 2006-08-19 | 18 | -240/+308 |
| * | Suppress subquery pullup/pushdown when a subquery contains volatile | Tom Lane | 2006-08-19 | 2 | -2/+22 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 8 | -11/+69 |
| * | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 | 5 | -10/+310 |
| * | Fixed a buffer overrun that was masked on Linux systems. | Michael Meskes | 2006-08-18 | 4 | -36/+40 |
| * | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 | 8 | -89/+151 |
| * | Changed lexer to no longer use the default rule. | Michael Meskes | 2006-08-18 | 6 | -46/+55 |
| * | Update Win32 CMD quoting rules information location, CMD /?, from | Bruce Momjian | 2006-08-18 | 1 | -2/+2 |
| * | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 | 8 | -30/+195 |
| * | Fix an oversight in mergejoin planning: the planner would reject a | Tom Lane | 2006-08-17 | 1 | -5/+10 |
| * | Teach convert_subquery_pathkeys() to handle the case where the | Tom Lane | 2006-08-17 | 1 | -27/+61 |