| Commit message (Expand) | Author | Age |
* | Put JST back into the default set of timezone abbreviations; | Tom Lane | 2006-12-15 |
* | Make --with-ldap build on Unixware, per Olivier Prenant. | Tom Lane | 2006-12-14 |
* | Fix planner to do the right thing when a degenerate outer join (one whose | Tom Lane | 2006-12-12 |
* | Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to | Tom Lane | 2006-12-08 |
* | Repair incorrect placement of WHERE clauses when there are multiple, | Tom Lane | 2006-12-07 |
* | Fix planning of SubLinks to ensure that Vars generated from transformation of | Tom Lane | 2006-12-06 |
* | Fix pg_dump linking on Win32 with MSVS win32.mak: | Bruce Momjian | 2006-12-04 |
* | Patch of Win32 Encoding problem for server messages using | Bruce Momjian | 2006-12-04 |
* | Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken | Tom Lane | 2006-12-03 |
* | Stamp 8.2, except configure.in. | Bruce Momjian | 2006-12-02 |
* | Translation updates | Peter Eisentraut | 2006-12-02 |
* | Make the bgwriter's error recovery path do smgrcloseall(). On Windows this | Tom Lane | 2006-12-01 |
* | Minor adjustments to make failures in startup/shutdown behave more cleanly. | Tom Lane | 2006-11-30 |
* | Fix bug with page deletion. If inner page is removed and it tries to | Teodor Sigaev | 2006-11-30 |
* | Fix Makefile problem which prevented installation on VPATH builds. | Alvaro Herrera | 2006-11-29 |
* | More MSVC build support from Magnus. | Tom Lane | 2006-11-29 |
* | Spelling fix | Peter Eisentraut | 2006-11-29 |
* | Update timezone data to tzdata2006p zic distribution. It seems Western | Tom Lane | 2006-11-28 |
* | Mark to_char(timestamp without timezone) as stable, not immutable, since its | Tom Lane | 2006-11-28 |
* | Fix some translator comments so that xgettext finds them and pgindent does | Peter Eisentraut | 2006-11-28 |
* | Add workaround for localizing May and abbreviated May differently. Idea | Peter Eisentraut | 2006-11-28 |
* | Also install ecpg_config.h | Michael Meskes | 2006-11-28 |
* | Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. | Tom Lane | 2006-11-28 |
* | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan | 2006-11-28 |
* | Fix gratuitous message spelling differences | Peter Eisentraut | 2006-11-27 |
* | update for rc1REL8_2_RC1 | PostgreSQL Daemon | 2006-11-25 |
* | Copy fsync() defines into test_fsync.c, someday place them in an | Bruce Momjian | 2006-11-25 |
* | Fix psql's \copy command to ensure that it cycles libpq back to the idle state | Tom Lane | 2006-11-24 |
* | Revert (too late in beta): | Bruce Momjian | 2006-11-24 |
* | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 |
* | Translation updates | Peter Eisentraut | 2006-11-24 |
* | Separate release preparation jobs for all releases and for major releases | Peter Eisentraut | 2006-11-24 |
* | Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES. | Bruce Momjian | 2006-11-24 |
* | KB -> kB | Peter Eisentraut | 2006-11-24 |
* | Revert out: | Bruce Momjian | 2006-11-23 |
* | Update fsync test to match new O_DIRECT behavior. | Bruce Momjian | 2006-11-23 |
* | Un-break ecpg regression test. | Tom Lane | 2006-11-23 |
* | Add a comment noting that heap_copytuple_with_tuple() results in a | Neil Conway | 2006-11-23 |
* | Update lock comments for concurrent index creation, analyze. | Bruce Momjian | 2006-11-23 |
* | Make ecpg test variable 'times' static so as not to conflict with libc | Bruce Momjian | 2006-11-23 |
* | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 |
* | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane | 2006-11-21 |
* | Translate Windows' GMT Standard Time/GMT Daylight Time zones to | Tom Lane | 2006-11-21 |
* | Prevent intratransaction memory leak when a subtransaction is aborted | Tom Lane | 2006-11-21 |
* | Suppress timezone (%Z) part of timestamp display when running on Windows, | Tom Lane | 2006-11-21 |
* | Fix plpython to work (or at least pass its regression tests) with | Tom Lane | 2006-11-21 |
* | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 |
* | VC build patch from Magnus: | Neil Conway | 2006-11-21 |
* | remove duplicate declaration, per report from Magnus Hagander. | Andrew Dunstan | 2006-11-21 |
* | If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL. | Tom Lane | 2006-11-21 |