- Nov 29, 2003
-
-
PostgreSQL Daemon authored
make sure the $Id tags are converted to $PostgreSQL as well ...
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Sep 07, 2003
-
-
Tom Lane authored
-
- Jul 24, 2003
-
-
Tom Lane authored
-
- May 14, 2003
-
-
Tom Lane authored
only remnant of this failed experiment is that the server will take SET AUTOCOMMIT TO ON. Still TODO: provide some client-side autocommit logic in libpq.
-
- Oct 26, 2002
-
-
Tom Lane authored
-
- Oct 21, 2002
-
-
Peter Eisentraut authored
-
- Oct 18, 2002
-
-
Bruce Momjian authored
Create objects in public schema. Make spacing/capitalization consistent. Remove transaction block use for object creation. Remove unneeded function GRANTs.
-
- Aug 29, 2002
-
-
D'Arcy J.M. Cain authored
This is currently a cosmetic difference but I make the change now in case the macros diverge one day.
-
- Aug 22, 2002
-
-
Tom Lane authored
with OPAQUE, as per recent pghackers discussion. I still want to do some more work on the 'cstring' pseudo-type, but I'm going to commit the bulk of the changes now before the tree starts shifting under me ...
-
- Dec 19, 2001
-
-
Peter Eisentraut authored
-
- Nov 05, 2001
-
-
Bruce Momjian authored
initdb/regression tests pass.
-
- Oct 25, 2001
-
-
Bruce Momjian authored
tests pass.
-
- Sep 06, 2001
-
-
Peter Eisentraut authored
written a generic framework of rules that the contrib makefiles can use instead of writing their own each time. You only need to set a few variables and off you go.
-
- Aug 23, 2001
-
-
Tom Lane authored
make it use Makefile.shlib, etc.
-
- Aug 10, 2001
-
-
Tom Lane authored
default, but OIDS are removed from many system catalogs that don't need them. Some interesting side effects: TOAST pointers are 20 bytes not 32 now; pg_description has a three-column key instead of one. Bugs fixed in passing: BINARY cursors work again; pg_class.relhaspkey has some usefulness; pg_dump dumps comments on indexes, rules, and triggers in a valid order. initdb forced.
-
- May 30, 2001
-
-
D'Arcy J.M. Cain authored
PG_RETURN_BOOL(0) instead of return 0.
-
- May 28, 2001
-
-
D'Arcy J.M. Cain authored
-
- May 27, 2001
-
-
D'Arcy J.M. Cain authored
in c.h we should be using the visible structure. We should only see de-TOASTed values in this program. The old method refused to compile because the length macro was no longer an lvalue.
-
- May 03, 2001
-
-
D'Arcy J.M. Cain authored
-