- 02 Dec, 2004 11 commits
-
-
Bruce Momjian authored
handles that, and make solaris debug use no optimization.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Euler Taveira de Oliveira
-
Bruce Momjian authored
calling applications. This is done by blocking sigpipe in the libpq thread and using sigpending/sigwait to possibily discard any sigpipe we generated.
-
Neil Conway authored
Michael Fuhr. Along the way, fix a bunch of accesses to uninitialized memory, add a mystrdup() routine and use it to cleanup some code.
-
Bruce Momjian authored
> > * Allow FOR UPDATE queries to do NOWAIT locks >
-
Neil Conway authored
downloading CVS at cyclic.com site is long defunct, and I changed the text to not overtly recommend CVS 1.10, a now fairly old version. Jon Jensen
-
Bruce Momjian authored
Jun Kuwamura
-
Tom Lane authored
escapes --- they aren't simply quoted characters. Problem noted by Antti Salmela. Also fix problem with incorrect handling of multibyte characters when followed by a quantifier.
-
Tom Lane authored
In particular, there was a mathematical tie between the two possible nestloop-with-materialized-inner-scan plans for a join (ie, we computed the same cost with either input on the inside), resulting in a roundoff error driven choice, if the relations were both small enough to fit in sort_mem. Add a small cost factor to ensure we prefer materializing the smaller input. This changes several regression test plans, but with any luck we will now have more stability across platforms.
-
- 01 Dec, 2004 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Guillaume LELARGE
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
a relation's number of blocks, rather than the possibly-obsolete value in pg_class.relpages. Scale the value in pg_class.reltuples correspondingly to arrive at a hopefully more accurate number of rows. When pg_class contains 0/0, estimate a tuple width from the column datatypes and divide that into current file size to estimate number of rows. This improved methodology allows us to jettison the ancient hacks that put bogus default values into pg_class when a table is first created. Also, per a suggestion from Simon, make VACUUM (but not VACUUM FULL or ANALYZE) adjust the value it puts into pg_class.reltuples to try to represent the mean tuple density instead of the minimal density that actually prevails just after VACUUM. These changes alter the plans selected for certain regression tests, so update the expected files accordingly. (I removed join_1.out because it's not clear if it still applies; we can add back any variant versions as they are shown to be needed.)
-
Bruce Momjian authored
> * Allow ecpg to work with MSVC and BCC
-
Bruce Momjian authored
-
- 30 Nov, 2004 13 commits
-
-
Bruce Momjian authored
< returns in data? > returns in data
-
Bruce Momjian authored
This prevents the next psql prompt from showing up on the end of the last history line.
-
Bruce Momjian authored
Devrim GUNDUZ
-
Bruce Momjian authored
< * Make log_min_duration_statement output when the duration is reached rather < than when the statement completes < < This prints long queries while they are running, making trouble shooting < easier. Also, it eliminates the need for log_statement because it < would now be the same as a log_min_duration_statement of zero.
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Make log_min_duration_statement output when the duration is reached rather > than when the statement completes > > This prints long queries while they are running, making trouble shooting > easier. Also, it eliminates the need for log_statement because it > would now be the same as a log_min_duration_statement of zero.
-
Tom Lane authored
reliably (ie, regardless of which libraries they depend on). Also make sure that we don't select headers that obviously belong to the wrong one of the two libraries. This was discussed back around 4-Sep but seems to have slipped through the cracks. The header selection could be checked more closely, perhaps, but let's see if this is good enough.
-
Bruce Momjian authored
< you would like to work on an item, please read the developer's FAQ > you would like to work on an item, please read the Developer's FAQ
-
Bruce Momjian authored
9c5 < Last updated: Mon Nov 29 23:33:09 EST 2004 > Last updated: Tue Nov 30 00:03:37 EST 2004 13a10,16 > #A hyphen, "-", marks changes that will appear in the upcoming 8.1 release.# > > Bracketed items, "[]", have more detail. > > This list contains all known PostgreSQL bugs and feature requests. If > you would like to work on an item, please read the developer's FAQ > first.
-
Bruce Momjian authored
> * Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr
-
Bruce Momjian authored
> o Allow COPY FROM ... CVS to interpret newlines and carriage > returns in data? > > This would require major refactoring of the copy source code.
-
Neil Conway authored
-
Bruce Momjian authored
> * Improve NLS maintenace of libpgport messages linked onto applications >
-
- 29 Nov, 2004 8 commits
-
-
Tom Lane authored
so that they will be translatable. Give messages some semblance of conformance to the style guide.
-
Bruce Momjian authored
< > * Allow cross-compiling by generating the zic database on the target system
-
Tom Lane authored
useful than just \'failed\' when there's a problem. Per gripe from Chris Albertson. In an unrelated change, use VACUUM FULL; VACUUM FREEZE; rather than a single VACUUM FULL FREEZE command, to respond to my worries of a couple days ago about the reliability of doing this in one go.
-
Bruce Momjian authored
Devrim GUNDUZ
-
Bruce Momjian authored
/* * Some compilers with throw a warning knowing this test can never be * true because off_t can't exceed the compared maximum. */ if (th->fileLen > MAX_TAR_MEMBER_FILELEN) die_horribly(AH, modulename, "archive member too large for tar format\n");
-
Bruce Momjian authored
> * Auto-vacuum > o Move into the backend code > o Scan the buffer cache to find free space or use background writer > o Use free-space map information to guide refilling
-
Bruce Momjian authored
Euler Taveira de Oliveira
-
Bruce Momjian authored
initdb, and display in a path-native way.
-
- 28 Nov, 2004 1 commit
-
-
Tom Lane authored
-