| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Constructors for interval, timestamp, timestamptz | Alvaro Herrera | 2014-03-04 | 2 | -2/+10 |
| * | Introduce logical decoding. | Robert Haas | 2014-03-03 | 2 | -2/+12 |
| * | Bump catversion. | Robert Haas | 2014-03-03 | 1 | -1/+1 |
| * | Corrections to replication slots code and documentation. | Robert Haas | 2014-03-03 | 1 | -2/+2 |
| * | Define LSNOID in pg_type.h. | Robert Haas | 2014-03-03 | 1 | -0/+1 |
| * | Show xid and xmin in pg_stat_activity and pg_stat_replication. | Robert Haas | 2014-02-25 | 2 | -2/+2 |
| * | Use pg_lsn data type in pg_stat_replication, too. | Robert Haas | 2014-02-24 | 2 | -2/+2 |
| * | Switch various builtin functions to use pg_lsn instead of text. | Robert Haas | 2014-02-19 | 2 | -14/+14 |
| * | Further code review for pg_lsn data type. | Robert Haas | 2014-02-19 | 1 | -1/+1 |
| * | Add a pg_lsn data type, to represent an LSN. | Robert Haas | 2014-02-19 | 4 | -1/+39 |
| * | Avoid repeated name lookups during table and index DDL. | Robert Haas | 2014-02-17 | 1 | -0/+1 |
| * | Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp. | Robert Haas | 2014-02-03 | 2 | -3/+3 |
| * | Introduce replication slots. | Robert Haas | 2014-01-31 | 2 | -1/+9 |
| * | system catalogs: reorder pg_amproc entries into proper sections | Bruce Momjian | 2014-01-31 | 1 | -26/+26 |
| * | Add convenience functions pg_sleep_for and pg_sleep_until. | Robert Haas | 2014-01-30 | 2 | -1/+5 |
| * | Forgot to bump catalog version for json_array_elements_text. | Andrew Dunstan | 2014-01-29 | 1 | -1/+1 |
| * | Add json_array_elements_text function. | Andrew Dunstan | 2014-01-29 | 1 | -0/+2 |
| * | New json functions. | Andrew Dunstan | 2014-01-28 | 3 | -1/+24 |
| * | Add pg_stat_archiver statistics view. | Fujii Masao | 2014-01-29 | 1 | -0/+2 |
| * | Make DROP IF EXISTS more consistently not fail | Alvaro Herrera | 2014-01-23 | 1 | -1/+2 |
| * | Add a cardinality function for arrays. | Robert Haas | 2014-01-21 | 2 | -1/+3 |
| * | Remove DESCR entries for json operator functions. | Andrew Dunstan | 2014-01-10 | 1 | -6/+0 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 71 | -71/+71 |
| * | Cache catalog lookup data across groups in ordered-set aggregates. | Tom Lane | 2014-01-05 | 1 | -0/+1 |
| * | Fix whitespace | Peter Eisentraut | 2013-12-26 | 1 | -1/+0 |
| * | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane | 2013-12-23 | 4 | -131/+225 |
| * | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao | 2013-12-21 | 1 | -1/+1 |
| * | Move pg_upgrade_support global variables to their own include file | Bruce Momjian | 2013-12-19 | 1 | -0/+29 |
| * | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas | 2013-12-13 | 2 | -1/+2 |
| * | Refine our definition of what constitutes a system relation. | Robert Haas | 2013-11-28 | 1 | -1/+3 |
| * | Implement information_schema.parameters.parameter_default column | Peter Eisentraut | 2013-11-26 | 2 | -1/+3 |
| * | Fix array slicing of int2vector and oidvector values. | Tom Lane | 2013-11-23 | 1 | -0/+2 |
| * | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 2013-11-21 | 2 | -1/+2 |
| * | Add make_date() and make_time() functions. | Tom Lane | 2013-11-17 | 2 | -1/+7 |
| * | Improve performance of numeric sum(), avg(), stddev(), variance(), etc. | Tom Lane | 2013-11-16 | 3 | -40/+42 |
| * | Allow aggregates to provide estimates of their transition state data size. | Tom Lane | 2013-11-16 | 2 | -124/+128 |
| * | Add the notion of REPLICA IDENTITY for a table. | Robert Haas | 2013-11-08 | 3 | -17/+33 |
| * | Add large object functions catering to SQL callers. | Noah Misch | 2013-10-27 | 2 | -1/+10 |
| * | Replace duplicate_oids with Perl implementation | Peter Eisentraut | 2013-10-10 | 1 | -27/+33 |
| * | json_typeof function. | Andrew Dunstan | 2013-10-10 | 2 | -1/+3 |
| * | Revive line type | Peter Eisentraut | 2013-10-09 | 1 | -2/+1 |
| * | Add record_image_ops opclass for matview concurrent refresh. | Kevin Grittner | 2013-10-09 | 7 | -2/+39 |
| * | Eliminate pg_rewrite.ev_attr column and related dead code. | Kevin Grittner | 2013-09-05 | 2 | -9/+7 |
| * | Allow aggregate functions to be VARIADIC. | Tom Lane | 2013-09-03 | 2 | -2/+6 |
| * | Add infrastructure for mapping relfilenodes to relation OIDs. | Robert Haas | 2013-07-22 | 3 | -1/+5 |
| * | WITH CHECK OPTION support for auto-updatable VIEWs | Stephen Frost | 2013-07-18 | 1 | -1/+1 |
| * | Implement the FILTER clause for aggregate function calls. | Noah Misch | 2013-07-16 | 1 | -1/+1 |
| * | Expose the estimation of number of changed tuples since last analyze | Magnus Hagander | 2013-07-05 | 2 | -1/+3 |
| * | Add new GUC, max_worker_processes, limiting number of bgworkers. | Robert Haas | 2013-07-04 | 1 | -0/+1 |
| * | Get rid of pg_class.reltoastidxid. | Fujii Masao | 2013-07-04 | 2 | -24/+22 |