aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Minor tweak to avoid unnecessary memory bloat when dumping extremely wideTom Lane2005-01-26
| | | | | | column values in -d mode. Per report from Marty Scholes. This doesn't completely solve the issue, because we still need multiple copies of the field value, but at least one copy can be got rid of painlessly ...
* Add docs for a couple of formerly-undocumented geometric conversion functions.Tom Lane2005-01-26
|
* Make pg_dump and pg_restore handle binary archive formats correctlyTom Lane2005-01-26
| | | | when using stdout/stdin on Windows.
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-26
| | | | APPDATA directory on Windows. Magnus Hagander
* Mark the text_soundex() function as "strict", to avoid crashing on NULLNeil Conway2005-01-26
| | | | input. Also, may as well mark it "cacheable" as well. From Kris Jurka.
* Fix breakage created by addition of separate 'acl pass' in pg_dump.Tom Lane2005-01-25
| | | | Also clean up incredibly poor style in TocIDRequired() usage.
* Add missing "ko".Peter Eisentraut2005-01-25
|
* Translation updatePeter Eisentraut2005-01-25
|
* Fix ALTER TABLE ADD COLUMN so that constraints of domain types areTom Lane2005-01-24
| | | | | enforced properly when there is no explicit default value for the new column. Per report from Craig Perras.
* Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane2005-01-24
|
* Fix memory leak in rtdosplit, per report from Clive Page.Tom Lane2005-01-24
|
* pg_autovacuum fixes from Dave Page:Neil Conway2005-01-24
| | | | | | | | | | | - Dependency services may not be correctly registered when installing as a Windows Service. - The sleep time is changed from milliseconds to seconds as it should be. - Error messages during service installation/removal are logged to stderr.
* The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane2005-01-23
| | | | | left input's sorting, because null rows may be inserted at various points. Per report from Ferenc Lutischá¸n.
* Add tools/find_gt_lt to find < and > in SGML source.Bruce Momjian2005-01-23
| | | | | Lowercase some uppercase tags so tools is more reliable at finding problems.
* pg_dump dumped the wrong tablespace for an index (ie, the parent table'sTom Lane2005-01-23
| | | | | tablespace instead of the index's own), except when the index was created as a constraint. Report and fix by Tanida Yutaka.
* New routine _getObjectDescription() failed to cope with some aspects ofTom Lane2005-01-23
| | | | | | pre-7.3 pg_dump archive files: namespace isn't there, and in some cases te->tag may already be quotified. Per report from Alan Pevec and followup testing.
* More < and > changes to ampersands.Bruce Momjian2005-01-22
| | | | 8.0.X and HEAD.
* More < and > cleanups converted to ampersands.Bruce Momjian2005-01-22
|
* Update version restriction on xml2.Bruce Momjian2005-01-22
|
* Change -> and <- to use proper ampersand markups.Bruce Momjian2005-01-22
| | | | HEAD and 8.0.X.
* Fix README /contrib/xml2 reference in 8.0 and HEAD.Bruce Momjian2005-01-22
|
* This patch updates the regression tests to allow "make installcheck" toNeil Conway2005-01-22
| | | | | | pass if "default_with_oids" is set to false. I took the approach of explicitly adding WITH OIDS to the CREATE TABLEs where necessary, rather than tweaking the default_with_oids GUC var.
* Prevent overrunning a heap-allocated buffer is more than 1024 parametersNeil Conway2005-01-21
| | | | | | to a refcursor declaration are specified. This is a minimally-invasive fix for the buffer overrun -- a more thorough cleanup will be checked into HEAD.
* Mention Rekall is GPL now.Bruce Momjian2005-01-19
|
* Fix typo.Bruce Momjian2005-01-19
|
* its that time ... tag it for releaseREL8_0_0PostgreSQL Daemon2005-01-17
|
* Translation updatesPeter Eisentraut2005-01-17
|
* Clarify that the --enable-integer-datetimes switch affects the time andTom Lane2005-01-17
| | | | interval datatypes as well as timestamp.
* Please find enclosed another patch that now (I hope) really isBruce Momjian2005-01-17
| | | | | | correct. It's in addition to the previous patch. David Fetter
* Translation updatesPeter Eisentraut2005-01-17
|
* Translation updatesPeter Eisentraut2005-01-17
|
* Fix format string error.Peter Eisentraut2005-01-17
|
* Fix minor thinko in pg_dump documentation of "-n" option.Neil Conway2005-01-17
|
* Spelling fix.Bruce Momjian2005-01-17
|
* This trivial patch adds a regression test for CASE expressions that useNeil Conway2005-01-17
| | | | | an untyped literal in the CASE's test expression. This adds test coverage for a bug that was fixed by Tom on January 12.
* Translation updatesPeter Eisentraut2005-01-17
|
* New translationPeter Eisentraut2005-01-17
|
* Please find enclosed a patch to the pl/perl documents that correctlyBruce Momjian2005-01-17
| | | | | | tells what arguments go to pl/perl triggers. David Fetter
* Mention ALTER COLUMN TYPE in FAQ.Bruce Momjian2005-01-17
|
* Update German FAQ.Bruce Momjian2005-01-17
| | | | Ian Barwick
* Translation updatesPeter Eisentraut2005-01-17
|
* Update to 8.0.0 for packaging.Bruce Momjian2005-01-17
|
* Update supported platforms list.Peter Eisentraut2005-01-17
|
* Some more copy-editing.Tom Lane2005-01-17
|
* Remove </a>Bruce Momjian2005-01-15
| | | | Alvaro
* Update TORA item.Bruce Momjian2005-01-15
| | | | Euler Taveira de Oliveira
* Update Brazilian FAQ.Bruce Momjian2005-01-15
| | | | Euler Taveira de Oliveira
* Some minor editing work on the release notes.Tom Lane2005-01-15
|
* Minor improvements in descriptions of recent changes.Tom Lane2005-01-15
|
* Update release notes for 8.0.0 final. Release date set as 2005-01-19!Bruce Momjian2005-01-15
|