| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane | 2008-12-19 | 1 | -1/+3 |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 6 | -21/+834 |
| * | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 3 | -158/+218 |
| * | Arrange for the pg_foo_is_visible and has_foo_privilege families of functions | Tom Lane | 2008-12-15 | 1 | -1/+60 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 3 | -12/+95 |
| * | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 | 2 | -8/+16 |
| * | Make sure we give an appropriate user-facing error when attempting | Tom Lane | 2008-11-29 | 1 | -1/+12 |
| * | Fix obsolete comment regarding FSM truncation. | Heikki Linnakangas | 2008-11-27 | 1 | -5/+3 |
| * | Drop CLI related features from the list, since we don't track the ODBC | Peter Eisentraut | 2008-11-27 | 1 | -1/+0 |
| * | Mark features related to WITH/SELECT as supported. | Peter Eisentraut | 2008-11-27 | 1 | -4/+4 |
| * | Feature F442 "Mixed column references in set functions" is supported. | Peter Eisentraut | 2008-11-26 | 1 | -1/+1 |
| * | TABLE command | Peter Eisentraut | 2008-11-20 | 1 | -1/+1 |
| * | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 | 4 | -56/+479 |
| * | In CREATE AGGREGATE, allow the transition datatype to be "internal", but only | Tom Lane | 2008-11-14 | 1 | -5/+18 |
| * | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 | 2 | -63/+81 |
| * | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 | 1 | -2/+8 |
| * | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 | 1 | -1/+1 |
| * | Fix a case of string building. | Alvaro Herrera | 2008-11-10 | 1 | -4/+8 |
| * | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 | 2 | -8/+5 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 14 | -147/+147 |
| * | Update on array features support | Peter Eisentraut | 2008-10-29 | 1 | -4/+4 |
| * | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 | 1 | -2/+2 |
| * | Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. | Peter Eisentraut | 2008-10-28 | 1 | -1/+1 |
| * | SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. | Peter Eisentraut | 2008-10-27 | 1 | -2/+2 |
| * | Feature list update | Peter Eisentraut | 2008-10-27 | 1 | -2/+2 |
| * | Feature T173 "Extended LIKE clause in table definition" is supported | Peter Eisentraut | 2008-10-23 | 1 | -1/+1 |
| * | Feature T401 is not listed in the SQL standard. Must have been a mistake. | Peter Eisentraut | 2008-10-23 | 1 | -1/+0 |
| * | SQL:2008 alternative syntax for LIMIT/OFFSET: | Peter Eisentraut | 2008-10-22 | 1 | -9/+9 |
| * | Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE | Peter Eisentraut | 2008-10-21 | 1 | -1/+1 |
| * | Feature T411 is not found in SQL:2003 or 2008 anymore, so it must have been | Peter Eisentraut | 2008-10-20 | 1 | -1/+0 |
| * | Feature T152 "DISTINCT predicate with negation" is supported. | Peter Eisentraut | 2008-10-20 | 1 | -1/+1 |
| * | Feature F402 "Named column joins for LOBs, arrays, and multisets" is | Peter Eisentraut | 2008-10-20 | 1 | -1/+1 |
| * | AS is no longer required in SELECT list | Peter Eisentraut | 2008-10-20 | 1 | -1/+1 |
| * | Fix broken SQL features data, per buildfarm results. | Tom Lane | 2008-10-18 | 1 | -1/+1 |
| * | Update feature list for SQL:2008. | Peter Eisentraut | 2008-10-18 | 1 | -12/+145 |
| * | Make the system-attributes loop in AddNewAttributeTuples depend on | Tom Lane | 2008-10-14 | 1 | -3/+2 |
| * | Add a defense to prevent storing pseudo-type data into index columns. | Tom Lane | 2008-10-14 | 1 | -1/+12 |
| * | Use fork names instead of numbers in the file names for additional | Heikki Linnakangas | 2008-10-06 | 1 | -11/+42 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -2/+2 |
| * | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 2 | -9/+34 |
| * | Simplify the definitions of a couple of system views by using SELECT * | Tom Lane | 2008-09-21 | 1 | -10/+5 |
| * | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 | 1 | -4/+26 |
| * | Improve the plan cache invalidation mechanism to make it invalidate plans | Tom Lane | 2008-09-09 | 1 | -3/+3 |
| * | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 | 2 | -6/+17 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 2 | -4/+4 |
| * | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane | 2008-08-30 | 1 | -2/+14 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 1 | -2/+3 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 3 | -6/+6 |
| * | Convert remaining builtin set-returning functions to use OUT parameters, making | Magnus Hagander | 2008-08-25 | 1 | -15/+5 |
| * | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 | 1 | -2/+2 |