summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-23Move BLCKSZ < 1024 check to guc.c.Bruce Momjian
2007-02-23Spelling fix.Bruce Momjian
2007-02-23Update Solaris FAQ wording, per Peter.Bruce Momjian
2007-02-23Update upgrade FAQ info.Bruce Momjian
2007-02-23Update Solaris FAQ.Bruce Momjian
2007-02-23Add psql \prompt capability.Bruce Momjian
2007-02-22Change Agg and Group nodes so that Vars contained in their targetlistsTom Lane
2007-02-22Fix bug I introduced in recent patch to make hash joins discard null tuplesTom Lane
2007-02-22Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane
2007-02-21Remove extra tab.Bruce Momjian
2007-02-21Remove tabs from SGML reference files, so their addition can be detectedBruce Momjian
2007-02-21Update upgrade wording.Bruce Momjian
2007-02-21Update new optional VACUUM FULL hint for translations, per Alvaro.Bruce Momjian
2007-02-21Move increase FSM warning to after lazy_truncate_heap() because theBruce Momjian
2007-02-21btree source code cleanups:Bruce Momjian
2007-02-21Update FAQ about minor updates.Bruce Momjian
2007-02-21Update Japanese FAQ.Bruce Momjian
2007-02-21Update URL in German FAQ for bug form, per Schima, FabianBruce Momjian
2007-02-21Update Chinese FAQs to have two versions, a traditional Chinese version (Taiwan)Bruce Momjian
2007-02-21Fix typo, per Dave Page.Bruce Momjian
2007-02-21Update minor release text.Bruce Momjian
2007-02-21Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian
2007-02-21Update upgrade text.Bruce Momjian
2007-02-21Revert changes to process pg_proc.h entries without OIDs. We're not supposedMagnus Hagander
2007-02-21Update URL for set-returning functions.Bruce Momjian
2007-02-21Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand...Andrew Dunstan
2007-02-21Add URL for:Bruce Momjian
2007-02-20Prevent BLCKSZ < 1024, and have initdb test shared buffers based on theBruce Momjian
2007-02-20Add:Bruce Momjian
2007-02-20Fix markup.Bruce Momjian
2007-02-20Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into theBruce Momjian
2007-02-20Add:Bruce Momjian
2007-02-20Add URL for:Bruce Momjian
2007-02-20Add:Bruce Momjian
2007-02-20Update "encode" documentation to mention that 'escape' only changes nullBruce Momjian
2007-02-20Update pgpass Win32 wording.Bruce Momjian
2007-02-20Update information_schema documentation to match system tables.Bruce Momjian
2007-02-20Wording improvement.Bruce Momjian
2007-02-20More clearly document that most PostgreSQL utilities support libpqBruce Momjian
2007-02-20Adjust user-facing documentation to explain why we don't check pgpassTom Lane
2007-02-20Remove the Query structure from the executor's API. This allows us to stopTom Lane
2007-02-20Remove, item not needed for Win32:Bruce Momjian
2007-02-20Add comment that on Win32, we don't need to check the .pgpass fileBruce Momjian
2007-02-20Remove "History" sections for pg_dump and pg_restore. I don't thinkBruce Momjian
2007-02-20Spell check on array patch.Bruce Momjian
2007-02-20Add for WIN32:Bruce Momjian
2007-02-20Update array slice documentation to be clearer.Bruce Momjian
2007-02-20Add:Bruce Momjian
2007-02-20Comment-out documentation for IS OF because it doesn't conform to theBruce Momjian
2007-02-20Identify schema of inherited table in psql \d when necessary.Peter Eisentraut