- 13 Nov, 2003 13 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
Andrew Dunstan
-
Jan Wieck authored
I added a couple more Assertions while tracking down the exact cause of the former bug. All 93 regression tests pass now. Jan
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
Christopher Kings-Lynne
-
Bruce Momjian authored
-
Tom Lane authored
come out before the action is done.
-
Tom Lane authored
-
Jan Wieck authored
algorithm adopted for PostgreSQL. Jan
-
- 12 Nov, 2003 9 commits
-
-
Tom Lane authored
my fault. Adding it fixes bogus message display when reading a block comment at the end of a script file.
-
Peter Eisentraut authored
-
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.
-
Bruce Momjian authored
website for install as service, because it's a quite a long and complex process. Christopher Kings-Lynne
-
Bruce Momjian authored
> * Ignore temporary tables from other session when processing inheritance
-
Bruce Momjian authored
RESTRICT is not deferrable to the create table reference page. Stephan Szabo
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add free-behind capability for large sequential scans (fadvise)
-
Bruce Momjian authored
-
- 11 Nov, 2003 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
- is not initialized to 1 (at least in the WIN_32 code I started with!) Claudio Natoli
-
- 10 Nov, 2003 7 commits
-
-
Bruce Momjian authored
Other cleanups as discussed.
-
Bruce Momjian authored
This is his original version with a binary rmdir() we might need in the future. I will commit an update version with cleanups shortly.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
- 09 Nov, 2003 6 commits
-
-
Tom Lane authored
Remove the 'strategy map' code, which was a large amount of mechanism that no longer had any use except reverse-mapping from procedure OID to strategy number. Passing the strategy number to the index AM in the first place is simpler and faster. This is a preliminary step in planned support for cross-datatype index operations. I'm committing it now since the ScanKeyEntryInitialize() API change touches quite a lot of files, and I want to commit those changes before the tree drifts under me.
-
Bruce Momjian authored
> * Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
-
Bruce Momjian authored
instructions were way out of date and incorrect. Installing Postgres from Cygwin is easier these days than the FAQ would imply. This patch already includes Andrew's previous patch. Christopher Kings-Lynne
-
Bruce Momjian authored
> * Have psql \dn show only visible schemas using current_schemas()
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Use more reliable method for CREATE DATABASE to get a consistent copy of db >
-