| Commit message (Expand) | Author | Age |
* | 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 |
* | Start adding some more documentation about the number types. Make | Peter Eisentraut | 2001-08-24 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 |
* | CREATE VIEW with optional column name list wasn't quite right for the | Tom Lane | 2001-08-11 |
* | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 |
* | Prohibit a column from appearing twice in a PRIMARY KEY or UNIQUE | Tom Lane | 2001-07-04 |
* | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 |
* | Add TEMPORARY sequences and have SERIAL on a temp table have a temporary | Bruce Momjian | 2001-06-23 |
* | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian | 2001-06-04 |
* | Give error message, rather than coredump, for utility statements in | Tom Lane | 2001-06-04 |
* | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut | 2001-05-22 |
* | Small code cleanups,formatting. | Bruce Momjian | 2001-05-18 |
* | This patch should catch cases where the types | Bruce Momjian | 2001-05-09 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Arrange for ORDER BY an expression on a UNION/INTERSECT/EXCEPT result, | Tom Lane | 2001-02-15 |
* | Repair problems with duplicate index names generated when CREATE TABLE | Tom Lane | 2001-02-14 |
* | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 |
* | Fix failure to create sequences for more than one SERIAL column in a | Tom Lane | 2001-01-27 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Suppress unused-variable warning in non-Assert compilations. | Tom Lane | 2001-01-19 |
* | Remove compiler warning about uninitialized warnings. | Bruce Momjian | 2001-01-08 |
* | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane | 2001-01-05 |
* | Repair mishandling of PRIMARY KEY declaration that references an | Tom Lane | 2000-12-18 |
* | transformForUpdate() mustn't assume rowMarks list is initially empty. | Tom Lane | 2000-12-07 |
* | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane | 2000-12-06 |
* | From Stephan Szabo: | Tom Lane | 2000-12-05 |
* | Repair breakage of rules containing INSERT ... SELECT actions, per bug | Tom Lane | 2000-12-05 |
* | Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, | Peter Eisentraut | 2000-11-24 |
* | Treat plain 'BIT' as 'BIT(1)'. | Peter Eisentraut | 2000-11-18 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | UNION select in a CREATE RULE caused a weird error, because transformRuleStmt | Tom Lane | 2000-11-05 |
* | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane | 2000-11-05 |