aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Fix user mapping object descriptionAlvaro Herrera2015-03-05
* Add comment for "is_internal" parameterAlvaro Herrera2015-03-03
* Fix object identities for pg_conversion objectsAlvaro Herrera2015-02-18
* Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas2015-02-04
* Fix dependency searching for case where column is visited before table.Tom Lane2014-11-11
* Remove obsolete commentary.Tom Lane2014-10-28
* pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian2014-08-07
* Update SQL features listPeter Eisentraut2014-07-21
* Fix REASSIGN OWNED for text search objectsAlvaro Herrera2014-07-15
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05
* Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund2014-06-04
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Record the proper typmod for an index expression column.Tom Lane2014-04-26
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-23
* Fix object identities for text search objectsAlvaro Herrera2014-04-16
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-12
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-08
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-06
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-26
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Setup error context callback for transaction lock waitsAlvaro Herrera2014-03-19
* During index build, check and elog (not just Assert) for broken HOT chain.Tom Lane2014-03-17
* C comments: improve description of relfilenode uniquenessBruce Momjian2014-03-08
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-04
* Introduce logical decoding.Robert Haas2014-03-03
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-25
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-19
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* Introduce replication slots.Robert Haas2014-01-31
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-29
* Fix typo in READMEHeikki Linnakangas2014-01-27
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-23
* Avoid a possible relcache leak in get_object_address_attribute.Robert Haas2014-01-21
* Make various variables const (read-only).Tom Lane2014-01-18
* Accept pg_upgraded tuples during multixact freezingAlvaro Herrera2014-01-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Restore some comments lost during 15732b34e8c8Alvaro Herrera2014-01-03
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Avoid useless palloc during transaction commitAlvaro Herrera2013-12-20
* Move pg_upgrade_support global variables to their own include fileBruce Momjian2013-12-19
* Allow on-detach callbacks for dynamic shared memory segments.Robert Haas2013-12-18
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-28
* Implement information_schema.parameters.parameter_default columnPeter Eisentraut2013-11-26
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Allow aggregates to provide estimates of their transition state data size.Tom Lane2013-11-16
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10