Age | Commit message (Expand) | Author |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
2011-03-25 | Fix failure to propagate collation in negate_clause(). | Tom Lane |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-10-10 | Improve the planner's simplification of NOT constructs. | Tom Lane |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-08-28 | Extend the parser location infrastructure to include a location field in | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-11-26 | Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, save | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-07-29 | Fix an oversight I introduced on 2003-12-28: find_nots/push_nots should | Tom Lane |
2005-03-28 | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-09-01 | Fix mistaken comment. | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-06-01 | Just about there on de-FastList-ification. | Tom Lane |
2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
2003-12-30 | Instead of trying to force WHERE clauses into CNF or DNF normal form, | Tom Lane |
2003-12-28 | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-05-28 | Fix some planner performance problems with large WHERE clauses, by | Tom Lane |
2002-12-12 | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane |
2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | 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-08-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
2000-04-14 | Repair bug reported by Wickstrom: backend would crash if WHERE clause | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-02-27 | Avoid a little bit of unnecessary computation in canonicalize_qual. | Tom Lane |
2000-01-28 | Apply the heuristic proposed by Taral (see pgsql-general archives for | Tom Lane |
2000-01-26 | Add: | Bruce Momjian |
1999-09-13 | First cut at doing something reasonable with OR-of-ANDs WHERE | Tom Lane |
1999-09-12 | Further improvements in cnfify: reduce amount of self-recursion | Tom Lane |