Age | Commit message (Expand) | Author |
2002-12-17 | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane |
2002-12-12 | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane |
2002-11-25 | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane |
2002-11-19 | Add an at-least-marginally-plausible method of estimating the number | Tom Lane |
2002-11-08 | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian |
2002-10-19 | Fix range-query estimation to not double-exclude NULLs, per gripe from | Tom Lane |
2002-09-20 | Tom Lane wrote: | Bruce Momjian |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-09-03 | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut |
2002-09-02 | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian |
2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-09 | Make initdb print a message about which locale it is about to use. | Peter Eisentraut |
2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
2002-04-21 | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart |
2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
2002-04-03 | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut |
2002-03-08 | TODO item done: | Bruce Momjian |
2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
2002-03-01 | Teach planner about the idea that a mergejoin won't necessarily read | Tom Lane |
2002-01-03 | Guard against roundoff errors in new selectivity-estimation code, | Tom Lane |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-13 | Make selectivity routines cope gracefully with NaNs, infinities, and | Tom Lane |
2001-10-03 | Add missing TIMESTAMPTZ case. | Tom Lane |
2001-09-14 | > Here's a revised patch. Changes: | Bruce Momjian |
2001-08-13 | Add comparison operators and btree indexing support for type bytea. | Tom Lane |
2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
2001-06-25 | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane |
2001-06-09 | Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr. | Tom Lane |
2001-06-05 | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane |
2001-05-27 | Fix eqjoinsel() to make use of new statistics. | Tom Lane |
2001-05-20 | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane |
2001-05-09 | First cut at making indexscan cost estimates depend on correlation | Tom Lane |
2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
2000-11-10 | Use SearchSysCacheTupleCopy() instead of SearchSysCacheTuple() in | Hiroshi Inoue |
2000-10-05 | Add proofreader's changes to docs. | Bruce Momjian |
2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |
2000-08-03 | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane |
2000-08-03 | Repair bug noted by Paul Caskey: neqsel() has been generating a bogus | Tom Lane |
2000-07-29 | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane |
2000-07-06 | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane |