summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-02Stamp 8.2, except configure.in.Bruce Momjian
2006-12-02Update for release 8.2.Bruce Momjian
2006-12-02Wording refinement for external references in man pages.Peter Eisentraut
2006-12-02Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.)Peter Eisentraut
2006-12-02Translation updatesPeter Eisentraut
2006-12-02Put release date in release notes.Tom Lane
2006-12-02Add some documentation for DTrace support. Simon RiggsTom Lane
2006-12-02Make Options for Windows a second-level heading instead of first-level.Peter Eisentraut
2006-12-01Editorial improvements for GIN documentation.Tom Lane
2006-12-01Some more supported-platforms updates: buildfarm hare is alive again,Tom Lane
2006-12-01Document the recently-understood hazard that a rollback can release row-levelTom Lane
2006-12-01Make the bgwriter's error recovery path do smgrcloseall(). On Windows thisTom Lane
2006-12-01Editorial improvements to backup and warm-standby documentation.Tom Lane
2006-12-01Minor wording improvements.Tom Lane
2006-12-01Adjust the description of locking to clarify that locks held by aTom Lane
2006-11-30Better solution to the tr problem: use sed instead. Per Martijn and Andrew.Tom Lane
2006-11-30Improve portability of 'tr' invocation in PGAC_ARG_CHECK. Reported byTom Lane
2006-11-30Update supported-platforms list based on recent buildfarm results.Tom Lane
2006-11-30Fix typosPeter Eisentraut
2006-11-30Minor adjustments to make failures in startup/shutdown behave more cleanly.Tom Lane
2006-11-30Fix bug with page deletion. If inner page is removed and it tries toTeodor Sigaev
2006-11-29Fix Makefile problem which prevented installation on VPATH builds.Alvaro Herrera
2006-11-29Ignore libedit/libreadline while probing for strlcpy and some otherTom Lane
2006-11-29More MSVC build support from Magnus.Tom Lane
2006-11-29Spelling fixPeter Eisentraut
2006-11-28Add an example showing how to cope with mixed-case names in pg_dumpTom Lane
2006-11-28Update timezone data to tzdata2006p zic distribution. It seems WesternTom Lane
2006-11-28Mark to_char(timestamp without timezone) as stable, not immutable, since itsTom Lane
2006-11-28Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut
2006-11-28Add workaround for localizing May and abbreviated May differently. IdeaPeter Eisentraut
2006-11-28Also install ecpg_config.hMichael Meskes
2006-11-28Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin.Tom Lane
2006-11-28protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan
2006-11-28Fix inheritance description to note that not-null constraints areTom Lane
2006-11-27Fix gratuitous message spelling differencesPeter Eisentraut
2006-11-26Make pg_restore usage examples more useful: illustrate restoring intoTom Lane
2006-11-25Fix misspellings of GB.Peter Eisentraut
2006-11-25Correct misspellings of kB.Peter Eisentraut
2006-11-25Cosmetic release note fix.Neil Conway
2006-11-25update for rc1REL8_2_RC1PostgreSQL Daemon
2006-11-25Copy fsync() defines into test_fsync.c, someday place them in anBruce Momjian
2006-11-25Document that to_char() "TM" is controlled by lc_messages.Bruce Momjian
2006-11-24Update release notes for RC1.Tom Lane
2006-11-24Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane
2006-11-24Revert (too late in beta):Bruce Momjian
2006-11-24Change pg_stat_all_tables and sister views to put the recently-addedTom Lane
2006-11-24Make contrib/isn pass the opr_sanity sanity checks: add missingTom Lane
2006-11-24Translation updatesPeter Eisentraut
2006-11-24Separate release preparation jobs for all releases and for major releasesPeter Eisentraut
2006-11-24Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.Bruce Momjian