aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane2007-05-22
* Fix spurious German index entryPeter Eisentraut2007-05-21
* Removed errant ISODOWMichael Meskes2007-05-21
* Backported fix from HEAD that removes superfluous function Vista has a proble...Michael Meskes2007-05-21
* Fix inappropriate commentsPeter Eisentraut2007-05-18
* Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane2007-05-18
* Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane2007-05-17
* Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLEAlvaro Herrera2007-05-15
* Fix a bunch of bad grammar in the docs: "<link>, which see for moreNeil Conway2007-05-15
* Add a note to the documentation to clarify that even whenNeil Conway2007-05-15
* Document that CLUSTER breaks MVCC visibility rules.Magnus Hagander2007-05-13
* Improve predicate_refuted_by_simple_clause() to handle IS NULL and IS NOT NULLTom Lane2007-05-12
* Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane2007-05-11
* Check return code from strxfrm on Windows since it has aMagnus Hagander2007-05-05
* Fix a few more double words in docs.Alvaro Herrera2007-05-03
* Fix some typos in the documentation. Patch from Brian Gough. BackportNeil Conway2007-05-03
* Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane2007-05-01
* Removed non-existant function from extern.hMichael Meskes2007-04-27
* Inlined two functions to get rid of va_list prolems on some archs.Michael Meskes2007-04-27
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Set maximum semaphore count to 32767 instead of 1. FixesMagnus Hagander2007-04-24
* Fix newly-introduced documentation typo.Neil Conway2007-04-23
* Fix LOCK_DEBUG compilation in the 8.2 branch; HEAD was fixed earlier.Neil Conway2007-04-23
* Fix markup.REL8_2_4Tom Lane2007-04-20
* Update configure.in version numberPostgreSQL Daemon2007-04-20
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-20
* Sync timezone data with 2007e zic release.Tom Lane2007-04-19
* Fix missed PACKAGE_STRING.Tom Lane2007-04-19
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-19
* Fix plpgsql to avoid reference to already-freed memory when returning aTom Lane2007-04-19
* Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Translation updatesPeter Eisentraut2007-04-18
* Update docs/error message for CSV quote/escape --- must be ASCII.Bruce Momjian2007-04-18
* Document that the COPY delimiter must be an ASCII byte, rather than aBruce Momjian2007-04-18
* Rewrite choose_bitmap_and() to make it more robust in the presence ofTom Lane2007-04-17
* Don't write timing output in quiet mode.Magnus Hagander2007-04-16
* Fix pg_dump to not crash if -t or a similar switch is used to select a serialTom Lane2007-04-16
* Rearrange mdsync() looping logic to avoid the problem that a sufficientlyTom Lane2007-04-12
* Cancel pending fsync requests during WAL replay of DROP DATABASE, per bugTom Lane2007-04-12
* Backpatch doc change SYMETRIC -> SYMMETRIC, for 8.2.X.Bruce Momjian2007-04-07
* Fix check_sql_fn_retval to allow the case where a SQL function declared toTom Lane2007-04-02
* Fix caching of unsuccessful initialization of parser or configuration.Teodor Sigaev2007-04-02
* Update SSL description for when SSL root.crt/server.crt is required;Bruce Momjian2007-03-30
* Fix oversight in coding of _bt_start_vacuum: we can't assume that the LWLockTom Lane2007-03-30
* Fix typo, ensable -> enable, per Steve Gieseking.Tom Lane2007-03-27
* Fix seriously broken markup for libpq-envars cross-references.Tom Lane2007-03-26
* Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii2007-03-26
* Document that LDAP URLs should be double-quoted in pg_hba.conf becauseBruce Momjian2007-03-24