aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* First round of release note changes from Guillaume Smet.Bruce Momjian2009-03-27
* Fix release note attribution:Bruce Momjian2009-03-27
* Improved release notes interval wording:Bruce Momjian2009-03-27
* Remove duplicate interval (fractional seconds) items; Ron MayerBruce Momjian2009-03-27
* Document that Datestyle no longer controls interval output, perBruce Momjian2009-03-27
* Make pg_standby's maxretries option do what one would expect. Fujii MasaoTom Lane2009-03-26
* Gettext plural supportPeter Eisentraut2009-03-26
* Fix a couple of places that still claimed LC_COLLATE and LC_CTYPE can'tTom Lane2009-03-26
* Adjust phrasing of complaints about multi-byte COPY delimiter strings.Tom Lane2009-03-26
* If we expect a hash join to be performed in multiple batches, suppressTom Lane2009-03-26
* Correction: ansi-join ->anti-join.Bruce Momjian2009-03-26
* Fix markup so that 'make HISTORY' works. A couple very minorTom Lane2009-03-26
* Reorder 8.4 release note sections.Bruce Momjian2009-03-26
* Re-add release notes for release 8.3.7.Bruce Momjian2009-03-26
* Adjust AS OF release notes markup.Bruce Momjian2009-03-26
* Mention release note items current as of 2009-03-16.Bruce Momjian2009-03-26
* First version of 8.4 release notes; markup/cleanup/reorganization stillBruce Momjian2009-03-26
* Add btree_gin contrib module.Tom Lane2009-03-25
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-25
* Fix old thinko in pgp.h: the idea is to declare some named enum types,Tom Lane2009-03-25
* Use double quotes instead of single quotes.Peter Eisentraut2009-03-25
* Complete list of valid fork names, and use double quotes.Peter Eisentraut2009-03-25
* Update line count for \? output (obtained from wc -l)Peter Eisentraut2009-03-25
* In the \? output, align the columns consistently.Peter Eisentraut2009-03-25
* Polish SQL/MED terminologyPeter Eisentraut2009-03-25
* No period if it's not a sentencePeter Eisentraut2009-03-25
* Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane2009-03-24
* Fix stupid parenthesization mistake. Per bug #4728 from Bruce Toll.Tom Lane2009-03-24
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Fix my typoPeter Eisentraut2009-03-24
* Remove munging of xml and xpath params to xpath(). The XML must now be a well...Andrew Dunstan2009-03-23
* Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane2009-03-23
* Update constraint_exclusion docs because parameter is now 3-valued, notBruce Momjian2009-03-23
* Add expected file for locale-enabled installations.Peter Eisentraut2009-03-23
* More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISSTom Lane2009-03-23
* Clarify libpq 'sslverify' documentation wording.Bruce Momjian2009-03-23
* Add isExtend to the parameters of the buffer_read_start and buffer_read_doneTom Lane2009-03-22
* Clarify 'cert' authentication documention.Bruce Momjian2009-03-22
* Clean up pg_SSPI_error() coding a little bit: make the messages moreTom Lane2009-03-22
* Remove the -d and -D options of pg_dump and pg_dumpall. The functionalityTom Lane2009-03-22
* Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane2009-03-22
* Optimize multi-batch hash joins when the outer relation has a nonuniformTom Lane2009-03-21
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-20
* Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows thatHeikki Linnakangas2009-03-18
* Be more clear about when to use gist__int_ops vs. gist__intbig_ops.Tom Lane2009-03-18
* Don't intercept SIGQUIT as a signal to trigger failover; that's whatHeikki Linnakangas2009-03-18
* Fix case of the just resurrected UCS_to_BIG5.pl script, and updateHeikki Linnakangas2009-03-18
* Add seven kanji characters defined in the Windows 950 codepage to ourHeikki Linnakangas2009-03-18
* Fix Windows-specific race condition in syslogger. This could've beenHeikki Linnakangas2009-03-18
* Add just-assigned CVE number to release notes for recent security issue.Tom Lane2009-03-17