- Mar 09, 2004
-
-
Bruce Momjian authored
Fabien COELHO
-
- Mar 05, 2004
-
-
Bruce Momjian authored
support for 'week' within the date_trunc function. Within the patch I added a couple of test cases and associated target output, and changed the documentation to add 'week' appropriately. Robert Creager
-
- Mar 04, 2004
-
-
Neil Conway authored
float8 types. This begins the deprecation of this feature: in 7.6, this input will be rejected. Also added a new error code for warnings about deprecated features, and updated the regression tests.
-
- Mar 03, 2004
-
-
Bruce Momjian authored
which are munged by sed, such as: /e/cygwin/opt/diff9c/pgsql/src/test/regress/data/agg.data to be correctly passed as: e:/cygwin/opt/diff9c/pgsql/src/test/regress/data/agg.data FWIW, "fixes" a large (> 20) tests under Win32. Claudio Natoli
-
- Feb 29, 2004
-
-
Bruce Momjian authored
Claudio Natoli
-
- Feb 18, 2004
-
-
Neil Conway authored
invalid input to the oid type. Also, remove some long-unused code from adt/numutils.c
-
- Jan 27, 2004
-
-
Tom Lane authored
possible failures due to stats collector not updating fast enough under heavy load. Per report from Jeremy Yoder.
-
- Jan 11, 2004
-
-
Neil Conway authored
expressions supported by CREATE SCHEMA. Also added the beginning of some regression tests for CREATE SCHEMA; plenty more work is needed here.
-
Neil Conway authored
intended to allow application authors to insulate themselves from changes to the default value of 'default_with_oids' in future releases of PostgreSQL. This patch also fixes a bug in the earlier implementation of the 'default_with_oids' GUC variable: code in gram.y should not examine the value of GUC variables directly due to synchronization issues.
-
- Jan 08, 2004
-
-
Neil Conway authored
-
- Dec 25, 2003
-
-
Bruce Momjian authored
> > needed, and other people in the past asked about it too. > > It is in Oracle, but you aren't exactly on the spot. It should be > > IYYY - 4 digits ('2003') > IYY - 3 digits ('003') > IY - 2 digits ('03') > I - 1 digit ('3') Here is an updated patch that does that. Kurt Roeckx
-
- Dec 23, 2003
-
-
Tom Lane authored
prefix would fail, because the new path did not get propagated to where it needed to be. Note this would fail even with --enable-depend.
-
Tom Lane authored
by means of arbitrarily renaming tables the other test depends on.
-
Tom Lane authored
table name conflict against rangefuncs test.
-
- Dec 18, 2003
-
-
Tom Lane authored
of pg_stats view definition).
-
- Dec 03, 2003
-
-
Joe Conway authored
to certain compile-time options (FUNC_MAX_ARGS, INDEX_MAX_KEYS, NAMEDATALEN, BLCKSZ, HAVE_INT64_TIMESTAMP). Also added "category", "short_desc", and "extra_desc" to the pg_settings view. Per recent discussion here: http://archives.postgresql.org/pgsql-patches/2003-11/msg00363.php
-
- Dec 01, 2003
-
-
Bruce Momjian authored
proposal for eventually deprecating OIDs on user tables that I posted earlier to pgsql-hackers. pg_dump now always specifies WITH OIDS or WITHOUT OIDS when dumping a table. The documentation has been updated. Neil Conway
-
Bruce Momjian authored
to note: 1) arttype is numeric. I thought this was the best way of allowing arbitarily large factorials, even though factorial(2^63) is a large number. Happy to change to integers if this is overkill. 2) since we're accepting numeric arguments, the patch tests for floats. If a numeric is passed with non-zero decimal portion, an error is raised since (from memory) they are undefined. Gavin Sherry
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Nov 21, 2003
-
-
Tom Lane authored
large objects. Dump all these in pg_dump; also add code to pg_dump user-defined conversions. Make psql's large object code rely on the backend for inserting/deleting LOB comments, instead of trying to hack pg_description directly. Documentation and regression tests added. Christopher Kings-Lynne, code reviewed by Tom
-
- Nov 16, 2003
-
-
Tom Lane authored
which had been unintentionally broken by recent changes to tighten up the DateStyle rules for all-numeric date input. Add documentation and regression tests for this, too.
-
- Nov 13, 2003
-
-
Peter Eisentraut authored
-
- Nov 12, 2003
-
-
Tom Lane authored
pghackers proposal of 8-Nov. All the existing cross-type comparison operators (int2/int4/int8 and float4/float8) have appropriate support. The original proposal of storing the right-hand-side datatype as part of the primary key for pg_amop and pg_amproc got modified a bit in the event; it is easier to store zero as the 'default' case and only store a nonzero when the operator is actually cross-type. Along the way, remove the long-since-defunct bigbox_ops operator class.
-
- Nov 02, 2003
- Nov 01, 2003
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- Oct 31, 2003
-
-
Jan Wieck authored
rule into the rule.sql since it affects the latter if run in paralell. Jan
-
Jan Wieck authored
rule split the query into one INSERT and one UPDATE where the UPDATE then hit's the just created row without modifying the key fields again. In this special case, the new key slipped in totally unchecked. Jan
-
- Oct 25, 2003
-
-
Peter Eisentraut authored
0.0/0.0. That option appears to affect the regression test result as well. The compiler documentation doesn't recommend -O4 for universal use, so let's stick to the conservative -O (== -O2) by default.
-
- Oct 18, 2003
-
-
Tom Lane authored
I inadvertently broke a few days ago (per report from Sean Thomas). Add regression test case to try to catch any similar breakage in future.
-
- Oct 10, 2003
-
-
Bruce Momjian authored
Manfred Koizar
-
- Oct 02, 2003
-
-
Peter Eisentraut authored
longer conveys useful information.
-
- Sep 30, 2003
-
-
Tom Lane authored
discussed on pghackers.
-
- Sep 29, 2003
-
-
Peter Eisentraut authored
-
- Sep 25, 2003
-
-
Tom Lane authored
-
Peter Eisentraut authored
message editing.
-
Peter Eisentraut authored
terms, add some clarifications, fix some untranslatable attempts at dynamic message building.
-
- Sep 19, 2003
-
-
Tom Lane authored
Per recent discussion, this does not work because other backends can't reliably see tuples in a temp table and so cannot run the RI checks correctly. Seems better to disallow this case than go back to accessing temp tables through shared buffers. Also, disallow FK references to ON COMMIT DELETE ROWS tables. We already caught this problem for normal TRUNCATE, but the path used by ON COMMIT didn't check.
-
- Sep 16, 2003
-
-
Tom Lane authored
-