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