| Commit message (Expand) | Author | Age | Files | Lines |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 16 | -85/+81 |
| * | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut | 2009-06-09 | 1 | -2/+2 |
| * | Improve the recently-added support for properly pluralized error messages | Tom Lane | 2009-06-04 | 1 | -3/+19 |
| * | Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, | Tom Lane | 2009-06-01 | 1 | -1/+6 |
| * | Remove the useless and rather inconsistent return values of EncodeDateOnly, | Tom Lane | 2009-05-26 | 1 | -5/+5 |
| * | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane | 2009-05-13 | 1 | -3/+1 |
| * | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane | 2009-04-09 | 1 | -2/+1 |
| * | Change cardinality() into a C-code function, instead of a SQL-language | Tom Lane | 2009-04-05 | 1 | -1/+2 |
| * | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 | 1 | -3/+13 |
| * | Fix possible failures when a tuplestore switches from in-memory to on-disk | Tom Lane | 2009-03-27 | 1 | -2/+2 |
| * | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut | 2009-03-09 | 2 | -3/+4 |
| * | Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove | Peter Eisentraut | 2009-03-04 | 1 | -2/+3 |
| * | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera | 2009-02-09 | 1 | -1/+17 |
| * | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 | 1 | -1/+19 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -2/+21 |
| * | Change a couple of ill-advised uses of INFO elog level to WARNINGs; in | Tom Lane | 2009-01-06 | 1 | -5/+6 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 50 | -100/+100 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 4 | -5/+27 |
| * | Make a couple of small changes to the tuplestore API, for the benefit of the | Tom Lane | 2008-12-27 | 1 | -1/+3 |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 3 | -4/+33 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -1/+2 |
| * | Fix a couple of snapshot management bugs in the new ResourceOwner world: | Alvaro Herrera | 2008-12-04 | 1 | -1/+5 |
| * | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 | 1 | -2/+6 |
| * | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane | 2008-11-30 | 1 | -5/+2 |
| * | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas | 2008-11-26 | 1 | -3/+3 |
| * | Use ResourceOwners in the snapshot manager, instead of attempting to track them | Alvaro Herrera | 2008-11-25 | 1 | -1/+9 |
| * | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane | 2008-11-19 | 2 | -23/+37 |
| * | Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin. | Tom Lane | 2008-11-14 | 1 | -5/+11 |
| * | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane | 2008-11-14 | 1 | -1/+2 |
| * | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 | 1 | -1/+4 |
| * | PGDLLIMPORT-ize the global variables referenced in pg_crc.h. | Tom Lane | 2008-11-13 | 1 | -5/+5 |
| * | Update URL to Ross Williams' CRC paper. | Alvaro Herrera | 2008-11-12 | 1 | -2/+2 |
| * | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut | 2008-11-12 | 1 | -1/+2 |
| * | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 | 1 | -4/+6 |
| * | ADD array_ndims function | Peter Eisentraut | 2008-11-04 | 1 | -1/+2 |
| * | suppress_redundant_updates_trigger function. | Andrew Dunstan | 2008-11-03 | 1 | -1/+4 |
| * | Add pg_typeof() function. | Tom Lane | 2008-11-03 | 1 | -1/+2 |
| * | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 | 1 | -1/+2 |
| * | Extend the date type to support infinity and -infinity, analogously to | Tom Lane | 2008-10-14 | 1 | -1/+16 |
| * | Implement comparison of generic records (composite types), and invent a | Tom Lane | 2008-10-13 | 1 | -1/+8 |
| * | Fix two flaws in comments I just introduced, pointed out by Tom. | Alvaro Herrera | 2008-10-09 | 1 | -3/+3 |
| * | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera | 2008-10-09 | 1 | -4/+17 |
| * | Fix up ruleutils.c for CTE features. The main problem was that | Tom Lane | 2008-10-06 | 1 | -3/+3 |
| * | Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse, | Peter Eisentraut | 2008-10-05 | 1 | -7/+1 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 2 | -2/+5 |
| * | Add relation fork support to pg_relation_size() function. You can now pass | Heikki Linnakangas | 2008-10-03 | 1 | -5/+3 |
| * | Improve tuplestore.c to support multiple concurrent read positions. | Tom Lane | 2008-10-01 | 1 | -5/+12 |
| * | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 2 | -3/+5 |
| * | Add hooks to let plugins override the planner's lookups in pg_statistic. | Tom Lane | 2008-09-28 | 2 | -4/+21 |
| * | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 | 1 | -1/+2 |