summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-09Fix broken markup.Tom Lane
2005-12-09Fix core dump in error path of plpgsql_parse_tripwordtype. SomebodyTom Lane
2005-12-09Completed:Bruce Momjian
2005-12-09Let initdb detect the date order of the lc_time locale and initialize thePeter Eisentraut
2005-12-09I reconfirmed MS-VC6. Thank you for wonderful correspondence.Bruce Momjian
2005-12-09Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian
2005-12-09Simplify lock manager data structures by making a clear separation betweenTom Lane
2005-12-08Release note wording improvements.Bruce Momjian
2005-12-08Wrap UTF-8 paragraph.Bruce Momjian
2005-12-08Update wording of translation bug item.Bruce Momjian
2005-12-08Update for 8.1.1.Bruce Momjian
2005-12-08Update release notes for 8.1.1.Bruce Momjian
2005-12-08Add Teodor:Bruce Momjian
2005-12-08Remove a few people:Bruce Momjian
2005-12-08FAQ_AIX in 8.1.0 contains outdated information about how to deal withBruce Momjian
2005-12-08there's a paragraph in the ALTER TABLE reference page that reads:Bruce Momjian
2005-12-08> 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion.Bruce Momjian
2005-12-08Put [] around default value for port number.Peter Eisentraut
2005-12-08Remove empty heading row in error table.Bruce Momjian
2005-12-08Add missing translation markerPeter Eisentraut
2005-12-08Add "Constant" column to error code table.Bruce Momjian
2005-12-08Documentation fix: s/event_object_name/event_object_table/gPeter Eisentraut
2005-12-08Fix bgwriter's failure to release buffer pins and open files after anTom Lane
2005-12-08I recently received the Debian bug report below about missing iconvBruce Momjian
2005-12-08Add documentation about the inability of plpsql to use parameter namesBruce Momjian
2005-12-08Disble some Win32-specific code in win32-client-only builds:Bruce Momjian
2005-12-08Fix thinko in comment.Tom Lane
2005-12-08Improve tag recognizingTeodor Sigaev
2005-12-07Push the responsibility for handling ignore_killed_tuples down intoTom Lane
2005-12-07A couple of tiny performance hacks in _bt_step(). Remove PageIsEmptyTom Lane
2005-12-07Update:Bruce Momjian
2005-12-07Fix incorrect SPI example, per Yoshihisa Nakano.Tom Lane
2005-12-07Fix a couple of lingering references to POSTQUEL query syntax, per Simon.Tom Lane
2005-12-07Spell "explicitly" correctly, per Simon.Tom Lane
2005-12-07Improve lazy vacuum wording.Bruce Momjian
2005-12-07Fix small memory leakTeodor Sigaev
2005-12-07Improve word parser.Teodor Sigaev
2005-12-07Clarify vacuum lazy can shrink a file under certain circumstances.Bruce Momjian
2005-12-06Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane
2005-12-06Update iconv wording, per Peter.Bruce Momjian
2005-12-06Add:Bruce Momjian
2005-12-06Highlight diff idea for iconv.Bruce Momjian
2005-12-06iconv uses UTF-8, not UTF8.Bruce Momjian
2005-12-06Document method of removing invalid UTF8 escape sequences from dumpBruce Momjian
2005-12-06Documentation cleanup mention:Bruce Momjian
2005-12-06Since my name has a non-ascii-letter in it, it's often spelled wrong. InBruce Momjian
2005-12-06Add documentation on the use of *printf() macros and libintl.Bruce Momjian
2005-12-06Fix stupid bug with sizeofTeodor Sigaev
2005-12-06Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane
2005-12-06In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfoTom Lane