| Commit message (Expand) | Author | Age | Files | Lines |
| * | Brace cleanup. | Bruce Momjian | 2006-01-11 | 1 | -3/+1 |
| * | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 | 9 | -34/+61 |
| * | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 19 | -68/+68 |
| * | Remove a confusing pair of parentheses. | Neil Conway | 2006-01-11 | 1 | -3/+3 |
| * | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane | 2006-01-10 | 2 | -18/+98 |
| * | Minor code clarity improvement: AFAICS, estate.eval_econtext must be | Neil Conway | 2006-01-10 | 1 | -5/+3 |
| * | Improve patternsel() by applying the operator itself to each value | Tom Lane | 2006-01-10 | 1 | -92/+180 |
| * | remove unneeded defines for uid_t and gid_t, which conflict with perl's typed... | Andrew Dunstan | 2006-01-10 | 1 | -6/+2 |
| * | In PLy_function_build_args(), the code loops repeatedly, constructing | Neil Conway | 2006-01-10 | 1 | -1/+2 |
| * | Fix pg_dump to add the required OPERATOR() decoration to schema-qualified | Tom Lane | 2006-01-09 | 1 | -12/+24 |
| * | Change allow_system_table_mods to PGC_POSTMASTER, restoring previous | Peter Eisentraut | 2006-01-09 | 1 | -2/+2 |
| * | Minor code cleanup for PL/Python: fixup some strangely formatted comments, | Neil Conway | 2006-01-09 | 1 | -69/+47 |
| * | Rationalise perl header inclusions via a common include file, which also | Andrew Dunstan | 2006-01-08 | 5 | -43/+54 |
| * | Fix the assert_enabled issue properly. This eliminates the former ABI | Tom Lane | 2006-01-08 | 3 | -9/+8 |
| * | Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per | Tom Lane | 2006-01-08 | 1 | -3/+1 |
| * | Avoid leaking memory while reading toasted entries from pg_rewrite, | Tom Lane | 2006-01-08 | 1 | -21/+39 |
| * | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 | 11 | -30/+255 |
| * | Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to | Tom Lane | 2006-01-07 | 1 | -1/+7 |
| * | Add comment explaining why RelationOpenSmgr() call is not needed. | Tom Lane | 2006-01-07 | 1 | -1/+2 |
| * | During CatCacheRemoveCList, we must now remove any members that are | Tom Lane | 2006-01-07 | 1 | -1/+19 |
| * | Fix failure to apply domain constraints to a NULL constant that's added to | Tom Lane | 2006-01-06 | 1 | -2/+9 |
| * | Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'. | Bruce Momjian | 2006-01-06 | 1 | -3/+5 |
| * | Fix Windows-only postmaster code to reject a connection request and continue, | Tom Lane | 2006-01-06 | 1 | -2/+15 |
| * | Convert Assert checking for empty page into a regular test and elog. | Tom Lane | 2006-01-06 | 1 | -3/+10 |
| * | Fix ReadBuffer() to correctly handle the case where it's trying to extend | Tom Lane | 2006-01-06 | 1 | -6/+40 |
| * | Update x86 Solaris documenation ideas. | Bruce Momjian | 2006-01-05 | 1 | -3/+5 |
| * | Add compile flags sample. | Bruce Momjian | 2006-01-05 | 1 | -1/+2 |
| * | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 | 12 | -246/+316 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 25 | -1155/+22 |
| * | Remove QNX file. | Bruce Momjian | 2006-01-05 | 1 | -12/+0 |
| * | Remove QNX port. | Bruce Momjian | 2006-01-05 | 26 | -1760/+19 |
| * | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 | 15 | -259/+414 |
| * | Fix another case in which autovacuum would fail while analyzing | Tom Lane | 2006-01-04 | 1 | -1/+9 |
| * | Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, | Tom Lane | 2006-01-03 | 1 | -3/+3 |
| * | Add checks to verify that a plpgsql function returning a rowtype is actually | Tom Lane | 2006-01-03 | 1 | -3/+41 |
| * | Assume select() might modify struct timeout, so remove previous | Bruce Momjian | 2006-01-03 | 1 | -9/+10 |
| * | Use setitimer() for stats file write, rather than do a gettimeofday() | Bruce Momjian | 2006-01-03 | 1 | -76/+39 |
| * | Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus. | Tom Lane | 2006-01-02 | 1 | -4/+6 |
| * | Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. | Tom Lane | 2006-01-02 | 1 | -3/+2 |
| * | Remove the nexus between trial_buffs and trial_conns, and don't test shared b... | Andrew Dunstan | 2006-01-02 | 1 | -8/+14 |
| * | Remove unnecessary assignment, per Tom. | Bruce Momjian | 2006-01-02 | 1 | -1/+0 |
| * | Change if (!(x || y)) construct with if (!x && !y), for clarity. | Bruce Momjian | 2006-01-02 | 1 | -10/+10 |
| * | Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report | Tom Lane | 2006-01-01 | 1 | -78/+77 |
| * | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway | 2006-01-01 | 9 | -14870/+14870 |
| * | Trim an obsolete comment: it is no longer relevant that "SELECT" was | Neil Conway | 2006-01-01 | 1 | -4/+4 |
| * | Clean up initdb's code for selecting max_connections and shared_buffers | Tom Lane | 2005-12-31 | 1 | -65/+61 |
| * | Rename variable to cmd_str. | Bruce Momjian | 2005-12-31 | 2 | -10/+10 |
| * | Rename variable 'what' to 'stat_msg'. | Bruce Momjian | 2005-12-31 | 2 | -10/+10 |
| * | Prefix client-side prepare with '[protocol]' rather than '[client]'. | Bruce Momjian | 2005-12-31 | 1 | -7/+7 |
| * | Rename send_rfq to send_ready_for_query. | Bruce Momjian | 2005-12-30 | 1 | -8/+8 |