summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-01-06Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.Bruce Momjian
2006-01-06Fix Windows-only postmaster code to reject a connection request and continue,Tom Lane
2006-01-06Convert Assert checking for empty page into a regular test and elog.Tom Lane
2006-01-06Fix ReadBuffer() to correctly handle the case where it's trying to extendTom Lane
2006-01-05Update x86 Solaris documenation ideas.Bruce Momjian
2006-01-05Add compile flags sample.Bruce Momjian
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX file.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2006-01-04Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane
2006-01-04Fix another case in which autovacuum would fail while analyzingTom Lane
2006-01-03Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane
2006-01-03Add checks to verify that a plpgsql function returning a rowtype is actuallyTom Lane
2006-01-03Assume select() might modify struct timeout, so remove previousBruce Momjian
2006-01-03Use setitimer() for stats file write, rather than do a gettimeofday()Bruce Momjian
2006-01-02Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus.Tom Lane
2006-01-02Reset flex state in a way that works for both flex 2.5.4 and 2.5.31.Tom Lane
2006-01-02Remove the nexus between trial_buffs and trial_conns, and don't test shared b...Andrew Dunstan
2006-01-02Remove unnecessary assignment, per Tom.Bruce Momjian
2006-01-02Change if (!(x || y)) construct with if (!x && !y), for clarity.Bruce Momjian
2006-01-01Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per reportTom Lane
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2006-01-01Trim an obsolete comment: it is no longer relevant that "SELECT" wasNeil Conway
2005-12-31Clean up initdb's code for selecting max_connections and shared_buffersTom Lane
2005-12-31Rename variable to cmd_str.Bruce Momjian
2005-12-31Rename variable 'what' to 'stat_msg'.Bruce Momjian
2005-12-31Prefix client-side prepare with '[protocol]' rather than '[client]'.Bruce Momjian
2005-12-30Rename send_rfq to send_ready_for_query.Bruce Momjian
2005-12-30Mmark client-side prepare/bind/execute statements with "[client]" soBruce Momjian
2005-12-30Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian
2005-12-30Repair EXPLAIN failure when trying to display a plan condition that involvesTom Lane
2005-12-30Disallow setting ssl = on if SSL is not compiled in.Peter Eisentraut
2005-12-29Index: src/pl/plpython/plpython.cNeil Conway
2005-12-29Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane
2005-12-29Move declaration of check_function_bodies to where the perl headersAndrew Dunstan
2005-12-29Revert some careless search-and-replace: "ADD" in comment text shouldNeil Conway
2005-12-28Arrange to set the LC_XXX environment variables to match our localeTom Lane
2005-12-28Update regression tests for new referential integrity error messageBruce Momjian
2005-12-28Fix plperl validator to honor check_function_bodies: when that is OFF,Tom Lane
2005-12-28Move plpgsql's fetchArgInfo() into funcapi.c, and rename toTom Lane
2005-12-28Mention "table" in "violates foreign key constraint" message that wasBruce Momjian
2005-12-28Remove silly use of DLLIMPORT.Tom Lane
2005-12-28Add COPY CSV test that tests CSV output of \.Bruce Momjian
2005-12-28Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian
2005-12-28Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane
2005-12-27Increase amount of shared buffers initdb tries to allocate to 4000,Andrew Dunstan
2005-12-27Our code had:Bruce Momjian
2005-12-27Protect ADD and HEADER symbols from conflicting with MIPS includes.Bruce Momjian
2005-12-26More uses of IS_HIGHBIT_SET() macro.Bruce Momjian