- 01 Oct, 2001 1 commit
-
-
Michael Meskes authored
- Added patch by Christof Petig <christof.petig@wtal.de> to clean up ecpglib.
-
- 25 Sep, 2001 1 commit
-
-
Michael Meskes authored
- Changed locale handling.
-
- 19 Sep, 2001 1 commit
-
-
Michael Meskes authored
- Synced pgc.l with scan.l. - Synced keyword.c. - Include the remaining patches by Christof Petig <christof.petig@wtal.de>.
-
- 19 Aug, 2001 1 commit
-
-
Michael Meskes authored
- Include some patches by Christof Petig <christof.petig@wtal.de>.
-
- 16 Aug, 2001 1 commit
-
-
Tom Lane authored
has an alias SERIAL4 and a sister SERIAL8. SERIAL8 is just the same except the created column is type int8 not int4. initdb forced. Note this also breaks any chance of pg_upgrade from 7.1, unless we hack up pg_upgrade to drop and recreate sequences. (Which is not out of the question, but I don't wanna do it.)
-
- 10 Aug, 2001 2 commits
-
-
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.
-
Bruce Momjian authored
Neil Padgett
-
- 04 Aug, 2001 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Neil Padgett
-
- 16 Jul, 2001 1 commit
-
-
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.
-
- 12 Jul, 2001 1 commit
-
-
Tom Lane authored
From Vince Vielhaber.
-
- 11 Jul, 2001 1 commit
-
-
Bruce Momjian authored
INITIALLY DEFERRED in source code. cf. preproc.y:1455. Unknown.
-
- 10 Jul, 2001 1 commit
-
-
Tom Lane authored
USER and ALTER USER to appear in any order, not only the fixed order they used to be required to appear in. Also, some changes from Tom Lane to create a FULL option for VACUUM; it doesn't do anything yet, but I needed to change many of the same files to make that happen, so now seemed like a good time.
-
- 09 Jul, 2001 1 commit
-
-
Tom Lane authored
Name chosen per pghackers discussion around 6/22/01.
-
- 23 Jun, 2001 1 commit
-
-
Bruce Momjian authored
sequence.
-
- 13 Jun, 2001 1 commit
-
-
Michael Meskes authored
- Applied bug fix by John Summerfield.
-
- 01 Jun, 2001 1 commit
-
-
Michael Meskes authored
- Synced pgc.l with scan.l. - Synced keyword.c. - Set ecpg version to 2.9.0. - Set library version to 3.3.0.
-
- 07 May, 2001 1 commit
-
-
Tom Lane authored
a separate statement (though it can still be invoked as part of VACUUM, too). pg_statistic redesigned to be more flexible about what statistics are stored. ANALYZE now collects a list of several of the most common values, not just one, plus a histogram (not just the min and max values). Random sampling is used to make the process reasonably fast even on very large tables. The number of values and histogram bins collected is now user-settable via an ALTER TABLE command. There is more still to do; the new stats are not being used everywhere they could be in the planner. But the remaining changes for this project should be localized, and the behavior is already better than before. A not-very-related change is that sorting now makes use of btree comparison routines if it can find one, rather than invoking '<' twice.
-
- 01 May, 2001 1 commit
-
-
Tom Lane authored
-
- 05 Apr, 2001 1 commit
-
-
Michael Meskes authored
-
- 26 Feb, 2001 1 commit
-
-
Michael Meskes authored
-
- 19 Feb, 2001 1 commit
-
-
Michael Meskes authored
-
- 10 Feb, 2001 1 commit
-
-
Tom Lane authored
are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions.
-
- 25 Jan, 2001 1 commit
-
-
Michael Meskes authored
-
- 22 Jan, 2001 1 commit
-
-
Michael Meskes authored
-
- 09 Jan, 2001 1 commit
-
-
Michael Meskes authored
-
- 05 Jan, 2001 1 commit
-
-
Tom Lane authored
and revert documentation to describe the existing INHERITS clause instead, per recent discussion in pghackers. Also fix implementation of SQL_inheritance SET variable: it is not cool to look at this var during the initial parsing phase, only during parse_analyze(). See recent bug report concerning misinterpretation of date constants just after a SET TIMEZONE command. gram.y really has to be an invariant transformation of the query string to a raw parsetree; anything that can vary with time must be done during parse analysis.
-
- 22 Dec, 2000 1 commit
-
-
Michael Meskes authored
- Synced parser.
-
- 18 Dec, 2000 1 commit
-
-
Michael Meskes authored
- Synced keyword.c. - Added several small patches from Christof.
-
- 15 Dec, 2000 1 commit
-
-
Bruce Momjian authored
WARNING. Fix German FAQ mention about warning.
-
- 20 Nov, 2000 2 commits
-
-
Tom Lane authored
-
Michael Meskes authored
-
- 09 Nov, 2000 1 commit
-
-
Michael Meskes authored
Synced parser.
-
- 07 Nov, 2000 1 commit
-
-
Michael Meskes authored
-
- 03 Nov, 2000 1 commit
-
-
Michael Meskes authored
-
- 31 Oct, 2000 1 commit
-
-
Michael Meskes authored
-
- 30 Oct, 2000 1 commit
-
-
Michael Meskes authored
-
- 29 Oct, 2000 1 commit
-
-
Michael Meskes authored
Removed multibyte stuff since client does not know about encoding in the backendFixed quoting bug reported by Sascha Demetrio (sd@b-comp.de).
-
- 25 Oct, 2000 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-