| Commit message (Expand) | Author | Age |
* | Rename logical decoding's pg_llog directory to pg_logical. | Andres Freund | 2014-07-02 |
* | Remove use_json_as_text options from json_to_record/json_populate_record. | Tom Lane | 2014-06-29 |
* | Get rid of bogus separate pg_proc entries for json_extract_path operators. | Tom Lane | 2014-06-26 |
* | Add Asserts to verify that catalog cache keys are unique and not null. | Tom Lane | 2014-06-20 |
* | Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... | Tom Lane | 2014-06-18 |
* | Change the signature of rm_desc so that it's passed a XLogRecord. | Heikki Linnakangas | 2014-06-14 |
* | Rename lo_create(oid, bytea) to lo_from_bytea(). | Tom Lane | 2014-06-12 |
* | Add defenses against running with a wrong selection of LOBLKSIZE. | Tom Lane | 2014-06-05 |
* | Consistently spell a replication slot's name as slot_name. | Andres Freund | 2014-06-05 |
* | Add btree and hash opclasses for pg_lsn. | Tom Lane | 2014-06-04 |
* | Bump PG_CONTROL_VERSION for previous 9.4 changes. | Tom Lane | 2014-06-04 |
* | pg_lsn should not be marked typispreferred. | Tom Lane | 2014-05-28 |
* | Rename jsonb_hash_ops to jsonb_path_ops. | Tom Lane | 2014-05-11 |
* | Fix typcategory labeling of jsonb. | Tom Lane | 2014-05-09 |
* | More jsonb cleanup. | Heikki Linnakangas | 2014-05-09 |
* | Improve key representation for GIN jsonb_ops, and fix existence-search bug. | Tom Lane | 2014-05-09 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Fix pg_type.typlen for newly-revived line type. | Tom Lane | 2014-05-05 |
* | Rationalize common/relpath.[hc]. | Tom Lane | 2014-04-30 |
* | Fix incorrect pg_proc.proallargtypes entries for two built-in functions. | Tom Lane | 2014-04-23 |
* | Allow polymorphic aggregates to have non-polymorphic state data types. | Tom Lane | 2014-04-23 |
* | Add to_regprocedure() and to_regoperator(). | Robert Haas | 2014-04-16 |
* | Provide moving-aggregate support for boolean aggregates. | Tom Lane | 2014-04-13 |
* | Provide moving-aggregate support for a bunch of numerical aggregates. | Tom Lane | 2014-04-12 |
* | Create infrastructure for moving-aggregate optimization. | Tom Lane | 2014-04-12 |
* | Add an in-core GiST index opclass for inet/cidr types. | Tom Lane | 2014-04-08 |
* | Add new to_reg* functions for error-free OID lookups. | Robert Haas | 2014-04-08 |
* | Reduce lock levels of some ALTER TABLE cmds | Simon Riggs | 2014-04-06 |
* | Fix some compiler warnings that clang emits with -pedantic. | Robert Haas | 2014-04-04 |
* | Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. | Tom Lane | 2014-04-03 |
* | Cleanup around json_to_record/json_to_recordset | Andrew Dunstan | 2014-03-26 |
* | Introduce jsonb, a structured format for storing json. | Andrew Dunstan | 2014-03-23 |
* | Allow opclasses to provide tri-valued GIN consistent functions. | Heikki Linnakangas | 2014-03-12 |
* | Constructors for interval, timestamp, timestamptz | Alvaro Herrera | 2014-03-04 |
* | Introduce logical decoding. | Robert Haas | 2014-03-03 |
* | Bump catversion. | Robert Haas | 2014-03-03 |
* | Corrections to replication slots code and documentation. | Robert Haas | 2014-03-03 |
* | Define LSNOID in pg_type.h. | Robert Haas | 2014-03-03 |
* | Show xid and xmin in pg_stat_activity and pg_stat_replication. | Robert Haas | 2014-02-25 |
* | Use pg_lsn data type in pg_stat_replication, too. | Robert Haas | 2014-02-24 |
* | Switch various builtin functions to use pg_lsn instead of text. | Robert Haas | 2014-02-19 |
* | Further code review for pg_lsn data type. | Robert Haas | 2014-02-19 |
* | Add a pg_lsn data type, to represent an LSN. | Robert Haas | 2014-02-19 |
* | Avoid repeated name lookups during table and index DDL. | Robert Haas | 2014-02-17 |
* | Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp. | Robert Haas | 2014-02-03 |
* | Introduce replication slots. | Robert Haas | 2014-01-31 |
* | system catalogs: reorder pg_amproc entries into proper sections | Bruce Momjian | 2014-01-31 |
* | Add convenience functions pg_sleep_for and pg_sleep_until. | Robert Haas | 2014-01-30 |
* | Forgot to bump catalog version for json_array_elements_text. | Andrew Dunstan | 2014-01-29 |
* | Add json_array_elements_text function. | Andrew Dunstan | 2014-01-29 |