summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
...
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-042-2/+10
* Introduce logical decoding.Robert Haas2014-03-032-2/+12
* Bump catversion.Robert Haas2014-03-031-1/+1
* Corrections to replication slots code and documentation.Robert Haas2014-03-031-2/+2
* Define LSNOID in pg_type.h.Robert Haas2014-03-031-0/+1
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-252-2/+2
* Use pg_lsn data type in pg_stat_replication, too.Robert Haas2014-02-242-2/+2
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-192-14/+14
* Further code review for pg_lsn data type.Robert Haas2014-02-191-1/+1
* Add a pg_lsn data type, to represent an LSN.Robert Haas2014-02-194-1/+39
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-171-0/+1
* Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp.Robert Haas2014-02-032-3/+3
* Introduce replication slots.Robert Haas2014-01-312-1/+9
* system catalogs: reorder pg_amproc entries into proper sectionsBruce Momjian2014-01-311-26/+26
* Add convenience functions pg_sleep_for and pg_sleep_until.Robert Haas2014-01-302-1/+5
* Forgot to bump catalog version for json_array_elements_text.Andrew Dunstan2014-01-291-1/+1
* Add json_array_elements_text function.Andrew Dunstan2014-01-291-0/+2
* New json functions.Andrew Dunstan2014-01-283-1/+24
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-291-0/+2
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-231-1/+2
* Add a cardinality function for arrays.Robert Haas2014-01-212-1/+3
* Remove DESCR entries for json operator functions.Andrew Dunstan2014-01-101-6/+0
* Update copyright for 2014Bruce Momjian2014-01-0771-71/+71
* Cache catalog lookup data across groups in ordered-set aggregates.Tom Lane2014-01-051-0/+1
* Fix whitespacePeter Eisentraut2013-12-261-1/+0
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-234-131/+225
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-211-1/+1
* Move pg_upgrade_support global variables to their own include fileBruce Momjian2013-12-191-0/+29
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-132-1/+2
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-281-1/+3
* Implement information_schema.parameters.parameter_default columnPeter Eisentraut2013-11-262-1/+3
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-231-0/+2
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-212-1/+2
* Add make_date() and make_time() functions.Tom Lane2013-11-172-1/+7
* Improve performance of numeric sum(), avg(), stddev(), variance(), etc.Tom Lane2013-11-163-40/+42
* Allow aggregates to provide estimates of their transition state data size.Tom Lane2013-11-162-124/+128
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-083-17/+33
* Add large object functions catering to SQL callers.Noah Misch2013-10-272-1/+10
* Replace duplicate_oids with Perl implementationPeter Eisentraut2013-10-101-27/+33
* json_typeof function.Andrew Dunstan2013-10-102-1/+3
* Revive line typePeter Eisentraut2013-10-091-2/+1
* Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner2013-10-097-2/+39
* Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner2013-09-052-9/+7
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-032-2/+6
* Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas2013-07-223-1/+5
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-181-1/+1
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-161-1/+1
* Expose the estimation of number of changed tuples since last analyzeMagnus Hagander2013-07-052-1/+3
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-041-0/+1
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-042-24/+22