| Commit message (Expand) | Author | Age |
* | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane | 2007-05-17 |
* | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane | 2007-05-11 |
* | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 |
* | 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 |
* | Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. | Bruce Momjian | 2007-04-19 |
* | Adjust the definition of is_pushed_down so that it's always true for INNER | Tom Lane | 2007-02-16 |
* | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane | 2007-02-16 |
* | Repair oversight in 8.2 change that improved the handling of "pseudoconstant" | Tom Lane | 2007-02-15 |
* | Fix PG_VERSION_NUM too. | Tom Lane | 2007-02-07 |
* | Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. | Bruce Momjian | 2007-02-07 |
* | Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's | Tom Lane | 2007-02-04 |
* | Stamp release 8.2.2.REL8_2_2 | Tom Lane | 2007-02-02 |
* | Repair failure to check that a table is still compatible with a previously | Tom Lane | 2007-02-02 |
* | Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during | Tom Lane | 2007-01-27 |
* | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 |
* | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 |
* | Stamp release 8.2.1. Update FAQs. | Bruce Momjian | 2007-01-05 |
* | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 |
* | Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with | Tom Lane | 2006-12-28 |
* | Fix failure due to accessing an already-freed tuple descriptor in a plan | Tom Lane | 2006-12-26 |
* | Fix planner to do the right thing when a degenerate outer join (one whose | Tom Lane | 2006-12-12 |
* | Stamp 8.2, except configure.in. | Bruce Momjian | 2006-12-02 |
* | Mark to_char(timestamp without timezone) as stable, not immutable, since its | Tom Lane | 2006-11-28 |
* | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan | 2006-11-28 |
* | update for rc1REL8_2_RC1 | PostgreSQL Daemon | 2006-11-25 |
* | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 |
* | Update lock comments for concurrent index creation, analyze. | Bruce Momjian | 2006-11-23 |
* | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane | 2006-11-21 |
* | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane | 2006-11-17 |
* | Tweak accumArrayResult() to double the size of its working arrays when | Tom Lane | 2006-11-08 |
* | Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3 | PostgreSQL Daemon | 2006-11-07 |
* | Revert to the pre-8.2 method of probing for libm, that is, always | Tom Lane | 2006-11-06 |
* | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 |
* | Stamp 8.2beta2.REL8_2_BETA2 | Tom Lane | 2006-10-23 |
* | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane | 2006-10-19 |
* | Further MSVC portability fixes from Magnus. | Tom Lane | 2006-10-19 |
* | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 |
* | Fix up timetz input so that a date is required only when the specified | Tom Lane | 2006-10-18 |
* | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 |
* | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 |
* | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 |
* | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 |
* | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 |
* | Cleanup for pglz_compress code: remove dead code, const-ify API of | Tom Lane | 2006-10-05 |
* | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane | 2006-10-05 |
* | Work around buggy strtod on (some versions of?) IRIX. Combination of | Tom Lane | 2006-10-05 |
* | Second try at fixing libedit configuration for Bob Friesenhahn. | Tom Lane | 2006-10-05 |