aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix Windows-only postmaster code to reject a connection request and continue,Tom Lane2006-01-06
* Convert Assert checking for empty page into a regular test and elog.Tom Lane2006-01-06
* Fix ReadBuffer() to correctly handle the case where it's trying to extendTom Lane2006-01-06
* Update x86 Solaris documenation ideas.Bruce Momjian2006-01-05
* Add compile flags sample.Bruce Momjian2006-01-05
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Remove BEOS port.Bruce Momjian2006-01-05
* Remove QNX port.Bruce Momjian2006-01-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Fix another case in which autovacuum would fail while analyzingTom Lane2006-01-04
* Assume select() might modify struct timeout, so remove previousBruce Momjian2006-01-03
* Use setitimer() for stats file write, rather than do a gettimeofday()Bruce Momjian2006-01-03
* Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus.Tom Lane2006-01-02
* Reset flex state in a way that works for both flex 2.5.4 and 2.5.31.Tom Lane2006-01-02
* Change if (!(x || y)) construct with if (!x && !y), for clarity.Bruce Momjian2006-01-02
* Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per reportTom Lane2006-01-01
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-01
* Rename variable to cmd_str.Bruce Momjian2005-12-31
* Rename variable 'what' to 'stat_msg'.Bruce Momjian2005-12-31
* Prefix client-side prepare with '[protocol]' rather than '[client]'.Bruce Momjian2005-12-31
* Rename send_rfq to send_ready_for_query.Bruce Momjian2005-12-30
* Mmark client-side prepare/bind/execute statements with "[client]" soBruce Momjian2005-12-30
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-30
* Repair EXPLAIN failure when trying to display a plan condition that involvesTom Lane2005-12-30
* Disallow setting ssl = on if SSL is not compiled in.Peter Eisentraut2005-12-30
* Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane2005-12-29
* Revert some careless search-and-replace: "ADD" in comment text shouldNeil Conway2005-12-29
* Arrange to set the LC_XXX environment variables to match our localeTom Lane2005-12-28
* Move plpgsql's fetchArgInfo() into funcapi.c, and rename toTom Lane2005-12-28
* Mention "table" in "violates foreign key constraint" message that wasBruce Momjian2005-12-28
* Remove silly use of DLLIMPORT.Tom Lane2005-12-28
* Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian2005-12-28
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-28
* Our code had:Bruce Momjian2005-12-27
* Protect ADD and HEADER symbols from conflicting with MIPS includes.Bruce Momjian2005-12-27
* More uses of IS_HIGHBIT_SET() macro.Bruce Momjian2005-12-26
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Formatting cleanups.Bruce Momjian2005-12-24
* Formatting cleanup.Bruce Momjian2005-12-24
* Fix long standing Asian multibyte charsets bug.Tatsuo Ishii2005-12-24
* Wups, fat-fingered the calculation the first time. Update comment inTom Lane2005-12-23
* Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default statePeter Eisentraut2005-12-23
* Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.Tatsuo Ishii2005-12-23
* Add quotes around search_path "$user" so that SHOW output can be used inBruce Momjian2005-12-23
* Adjust string comparison so that only bitwise-equal strings are consideredTom Lane2005-12-22
* Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane2005-12-20
* Rethink prior patch to filter out dead backend entries from the pgstatsTom Lane2005-12-16
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-14
* Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane2005-12-14
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-11