| Commit message (Expand) | Author | Age |
* | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 |
* | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 |
* | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 |
* | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | 2002-08-27 |
* | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian | 2002-08-27 |
* | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane | 2002-08-19 |
* | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Repair for bug #691 --- CREATE TABLE AS column aliases fail to be | Tom Lane | 2002-06-13 |
* | In default nextval('foo') expression for a SERIAL column, use double | Tom Lane | 2002-05-28 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 |
* | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 |
* | Reports missing values as bad. | Bruce Momjian | 2002-04-24 |
* | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 |
* | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 |
* | Tweak error message wording. | Tom Lane | 2002-04-12 |
* | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 |
* | Add INSERT(..., DEFAULT, ). | Bruce Momjian | 2002-04-05 |
* | Tweak SERIAL column creation to emit a fully qualified sequence name | Tom Lane | 2002-04-02 |
* | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 |
* | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 |
* | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 |
* | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 |
* | Add DEFAULT_INDEX_TYPE == "btree", for clarity. | Bruce Momjian | 2002-03-10 |
* | Remove unnecessary inclusion. | Tom Lane | 2002-03-08 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 |
* | This patch will allow arbitrary levels of analyze / rewriting | Bruce Momjian | 2002-02-25 |
* | Require ownership permission for CREATE INDEX, per bug report. | Tom Lane | 2002-01-03 |
* | Tweak parser so that there is a defined representation for datatypes | Tom Lane | 2001-11-12 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names | Tom Lane | 2001-11-05 |
* | Got "ADD" to appear only in ALTER TABLE and not CREATE TABLE | Bruce Momjian | 2001-11-04 |
* | Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because the | Bruce Momjian | 2001-11-04 |
* | Add default expressions to INSERTs during planning, not during parse | Tom Lane | 2001-11-02 |
* | Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne. | Bruce Momjian | 2001-10-31 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Fix foreign keys on system columns. | Tom Lane | 2001-10-23 |
* | Cause transformIndexConstraints() to do the right thing with requests | Tom Lane | 2001-10-22 |
* | Break transformCreateStmt() into multiple routines and make | Tom Lane | 2001-10-12 |
* | DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax | Tom Lane | 2001-10-03 |
* | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 |
* | Here is my much-promised patch to let people add UNIQUE constraints after | Bruce Momjian | 2001-09-07 |