Age | Commit message (Expand) | Author |
2013-03-03 | Add a materialized view relations. | Kevin Grittner |
2013-01-23 | Improve concurrency of foreign key locking | Alvaro Herrera |
2013-01-21 | Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag. | Tom Lane |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-08-07 | Implement SQL-standard LATERAL subqueries. | Tom Lane |
2012-06-30 | Suppress compiler warnings in readfuncs.c. | Tom Lane |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-03-27 | Add some infrastructure for contrib/pg_stat_statements. | Tom Lane |
2012-03-19 | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-12-22 | Add a security_barrier option for views. | Robert Haas |
2011-11-24 | Fix unsupported options in CREATE TABLE ... AS EXECUTE. | Tom Lane |
2011-06-16 | Avoid compiler warnings due to possibly unused variables | Peter Eisentraut |
2011-04-18 | Fix handling of collations in multi-row VALUES constructs. | Tom Lane |
2011-03-19 | Revise collation derivation method and expression-tree representation. | Tom Lane |
2011-03-11 | Split CollateClause into separate raw and analyzed node types. | Tom Lane |
2011-02-25 | Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. | Tom Lane |
2011-02-22 | Add a relkind field to RangeTblEntry to avoid some syscache lookups. | Tom Lane |
2011-02-08 | Per-column collation support | Peter Eisentraut |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-12-21 | Use memcmp() rather than strncmp() when shorter string length is known. | Robert Haas |
2010-12-13 | Generalize concept of temporary relations to "relation persistence". | Robert Haas |
2010-10-30 | Provide hashing support for arrays. | Tom Lane |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-08-07 | Recognize functional dependency on primary keys. This allows a table's | Tom Lane |
2010-02-16 | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane |
2010-02-12 | Extend the set of frame options supported for window functions. | Tom Lane |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2010-01-01 | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane |
2009-12-15 | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane |
2009-10-28 | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane |
2009-10-26 | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane |
2009-10-12 | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane |
2009-10-08 | Support use of function argument names to identify which actual arguments | Tom Lane |
2009-07-16 | Make backend header files C++ safe | Peter Eisentraut |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-31 | Add some basic support for window frame clauses to the window-functions | Tom Lane |
2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
2008-11-15 | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane |
2008-10-06 | When expanding a whole-row Var into a RowExpr during ResolveNew(), attach | Tom Lane |
2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
2008-09-01 | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane |
2008-08-28 | Extend the parser location infrastructure to include a location field in | Tom Lane |
2008-08-07 | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane |
2008-08-02 | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-06-11 | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane |
2007-06-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |