- Jan 20, 2002
-
-
Peter Eisentraut authored
-
- Dec 08, 2001
-
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
- Sep 14, 2001
-
-
Tatsuo Ishii authored
-
- Sep 03, 2001
-
-
Peter Eisentraut authored
-
- Aug 21, 2001
-
-
Tom Lane authored
pgsql-hackers. pg_opclass now has a row for each opclass supported by each index AM, not a row for each opclass name. This allows pg_opclass to show directly whether an AM supports an opclass, and furthermore makes it possible to store additional information about an opclass that might be AM-dependent. pg_opclass and pg_amop now store "lossy" and "haskeytype" information that we previously expected the user to remember to provide in CREATE INDEX commands. Lossiness is no longer an index-level property, but is associated with the use of a particular operator in a particular index opclass. Along the way, IndexSupportInitialize now uses the syscaches to retrieve pg_amop and pg_amproc entries. I find this reduces backend launch time by about ten percent, at the cost of a couple more special cases in catcache.c's IndexScanOK. Initial work by Oleg Bartunov and Teodor Sigaev, further hacking by Tom Lane. initdb forced.
-
- Aug 06, 2001
-
-
Tom Lane authored
clauses are equal(), before trying to match them up using btree opclass inference rules. This allows it to recognize many simple cases involving non-btree operations, for example 'x IS NULL'. Clean up code a little.
-
- Jul 16, 2001
-
-
Tom Lane authored
Note: I didn't force an initdb, figuring that one today was enough. However, there is a new function in pg_proc.h, and pg_dump won't be able to dump partial indexes until you add that function.
-
- May 17, 2001
-
-
Peter Eisentraut authored
-
- Jan 14, 2001
-
-
Peter Eisentraut authored
etc.
-
- Dec 26, 2000
-
-
Peter Eisentraut authored
-
- Oct 05, 2000
-
-
Bruce Momjian authored
Fix misspelling of disbursion to dispersion.
-
- Sep 12, 2000
-
-
Bruce Momjian authored
-
- Jun 19, 2000
-
-
Tom Lane authored
entries now for int8 and network hash indexes. int24_ops and int42_ops are gone. pg_opclass no longer contains multiple entries claiming to be the default opclass for the same datatype. opr_sanity regress test extended to catch errors like these in the future.
-
- May 02, 2000
-
-
Thomas G. Lockhart authored
-
- Apr 23, 2000
-
-
Tom Lane authored
description in indices.sgml, but missed the near-duplicate prose in the reference page...)
-
- Apr 11, 2000
-
-
Thomas G. Lockhart authored
Fix markup to get clean compile.
-
- Mar 16, 2000
-
-
Thomas G. Lockhart authored
-
- Jul 22, 1999
-
-
Thomas G. Lockhart authored
ecpg reference page still needs formatting.
-
- Jul 06, 1999
-
-
Thomas G. Lockhart authored
No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of <term> contents. This will probably help the other output types too.
-
- Dec 29, 1998
-
-
Thomas G. Lockhart authored
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
-
- Oct 30, 1998
-
-
Thomas G. Lockhart authored
-
- Oct 14, 1998
-
-
Thomas G. Lockhart authored
-
- Sep 22, 1998
-
-
Thomas G. Lockhart authored
-
- Sep 16, 1998
-
-
Thomas G. Lockhart authored
-
- Sep 07, 1998
-
-
Thomas G. Lockhart authored
the trailing "-1". This makes a cleaner html output file name. Clean up a few refpurpose fields.
-
- May 13, 1998
-
-
Thomas G. Lockhart authored
-