Age | Commit message (Expand) | Author |
2002-09-19 | Tweak heap.c to refuse attempts to create table columns of standalone | Tom Lane |
2002-09-19 | Department of second thoughts: suppressing implicit casts everywhere in | Tom Lane |
2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
2002-08-29 | Fix ruleutils to dump column definition lists for anonymous record types | Tom Lane |
2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
2002-08-18 | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut |
2002-08-16 | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane |
2002-08-16 | Make domain types indexable. Rod Taylor & Tom Lane. | Tom Lane |
2002-08-08 | Cause view/rule display to work as expected after rename of an underlying | Tom Lane |
2002-08-08 | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane |
2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
2002-07-04 | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart |
2002-06-13 | Further tweaks to support display of sort keys in EXPLAIN --- initial | Tom Lane |
2002-05-28 | Queries used by ruleutils were not schema-proof. | Tom Lane |
2002-05-18 | Add display of sort keys to the default EXPLAIN output. | Tom Lane |
2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
2002-05-03 | Make ruleutils.c schema-aware. Displayed names are schema-qualified | Tom Lane |
2002-05-02 | Tweak scanner/grammar interface so that the keyword-as-identifier rules | Tom Lane |
2002-04-28 | Make ruleutils.c use format_type for printing typenames. Minor tweaks | Tom Lane |
2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
2002-04-19 | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane |
2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
2002-03-06 | Modify ALTER TABLE OWNER to change index ownership; code cleanup. | Bruce Momjian |
2002-03-06 | Change made to elog: | Bruce Momjian |
2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
2001-11-26 | Change display of FieldSelect nodes from arg.field to field(arg), | Tom Lane |
2001-11-26 | Repair problem with listing rules that have a WHERE condition and | Tom Lane |
2001-11-19 | Tweak format_type so that we get good behavior for both column type | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-08 | Fix ruleutils to depend on format_type, rather than having a private | Tom Lane |
2001-10-04 | Ooops, I was a little too enthusiastic about suppressing default | Tom Lane |
2001-10-01 | Extend pg_get_indexdef() to know about index predicates. Also, tweak | Tom Lane |
2001-08-12 | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane |
2001-07-31 | Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that | Tom Lane |
2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
2001-07-10 | Remove unnecessarily enthusiastic parenthesizing in reverse-listing of | Tom Lane |
2001-06-19 | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane |
2001-04-18 | Make rule lister do the right thing with Vars representing whole tuples. | Tom Lane |
2001-04-15 | Constant expressions that appear in ORDER BY, GROUP BY, DISTINCT ON | Tom Lane |
2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |