summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update for rc1REL8_2_RC1PostgreSQL Daemon2006-11-254-15/+15
* Copy fsync() defines into test_fsync.c, someday place them in anBruce Momjian2006-11-251-41/+136
* Document that to_char() "TM" is controlled by lc_messages.Bruce Momjian2006-11-251-2/+2
* Update release notes for RC1.Tom Lane2006-11-241-40/+79
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-241-1/+13
* Revert (too late in beta):Bruce Momjian2006-11-241-135/+182
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-246-42/+23
* Make contrib/isn pass the opr_sanity sanity checks: add missingTom Lane2006-11-241-73/+878
* Translation updatesPeter Eisentraut2006-11-2434-17179/+20257
* Separate release preparation jobs for all releases and for major releasesPeter Eisentraut2006-11-241-20/+25
* Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.Bruce Momjian2006-11-242-185/+137
* KB -> kBPeter Eisentraut2006-11-241-2/+2
* Fix lowercasing while parse OO dictionaryTeodor Sigaev2006-11-231-3/+3
* Revert out:Bruce Momjian2006-11-231-21/+7
* Update fsync test to match new O_DIRECT behavior.Bruce Momjian2006-11-231-7/+21
* Update wording:Bruce Momjian2006-11-232-4/+4
* Spelling and related minor fixes for the GIN docs.Neil Conway2006-11-231-27/+26
* Un-break ecpg regression test.Tom Lane2006-11-231-7/+8
* More minor SGML improvements for xfunc.sgml, including making someNeil Conway2006-11-231-23/+23
* Document that Kerberos is for authentication, and does not encrypt dataBruce Momjian2006-11-231-1/+4
* Fix a typo in recent xfunc addition, do some routine SGML police work.Neil Conway2006-11-231-8/+7
* Add a comment noting that heap_copytuple_with_tuple() results in aNeil Conway2006-11-231-1/+4
* Update lock comments for concurrent index creation, analyze.Bruce Momjian2006-11-231-3/+4
* Add:Bruce Momjian2006-11-232-2/+6
* Add:Bruce Momjian2006-11-232-2/+4
* Make ecpg test variable 'times' static so as not to conflict with libcBruce Momjian2006-11-231-1/+2
* Add "(assuming <varname>standard_conforming_strings</> isBruce Momjian2006-11-231-28/+31
* Shared Memory Hooks DocumentationBruce Momjian2006-11-231-1/+49
* Add release entry for 8.1.5 that was missing:Bruce Momjian2006-11-231-1/+2
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-233-50/+155
* More HA wording improvements.Bruce Momjian2006-11-221-8/+9
* Update HA docs with more wording improvements.Bruce Momjian2006-11-221-5/+6
* Wording and term clarification for HA docs, per Markus Schiltknecht.Bruce Momjian2006-11-221-22/+24
* Avoid infinity calculations in rank_cdTeodor Sigaev2006-11-221-1/+11
* Mention OIDs are now not created by default.Bruce Momjian2006-11-222-14/+14
* New async/sync multi-master headings for docs.Bruce Momjian2006-11-221-19/+19
* New async/sync multi-master headings for docs.Bruce Momjian2006-11-221-15/+15
* Add mention of shared-memory/disk for multi-master clustering.Bruce Momjian2006-11-221-6/+8
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-217-7/+7
* Translate Windows' GMT Standard Time/GMT Daylight Time zones toTom Lane2006-11-211-2/+2
* HA doc wording improvement.Bruce Momjian2006-11-211-3/+3
* Prevent intratransaction memory leak when a subtransaction is abortedTom Lane2006-11-211-1/+14
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-213-6/+35
* Fix plpython to work (or at least pass its regression tests) withTom Lane2006-11-212-6/+48
* Mention pgpool-II can do Clustering For Parallel Query Execution.Bruce Momjian2006-11-211-3/+2
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-2111-48/+204
* Update Statement-Based Replication Middleware docs to be more general.Bruce Momjian2006-11-211-10/+10
* Fix type in return valueTeodor Sigaev2006-11-211-1/+1
* In HA/load balancing does:Bruce Momjian2006-11-211-17/+40
* VC build patch from Magnus:Neil Conway2006-11-211-2/+5