aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16
* Expose the estimation of number of changed tuples since last analyzeMagnus Hagander2013-07-05
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-04
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-04
* Add #include to make header file independentPeter Eisentraut2013-07-02
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* Put back allow_system_table_mods check in heap_create().Heikki Linnakangas2013-06-03
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-08
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-06
* Bump PG_CONTROL_VERSION to 937Simon Riggs2013-04-30
* Record data_checksum_version in control file.Simon Riggs2013-04-30
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Mark json IO and extraction functions immutable.Andrew Dunstan2013-04-15
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* sepgsql: Enforce db_procedure:{execute} permission.Robert Haas2013-04-12
* Minor wording corrections for object-access hook stuff.Robert Haas2013-04-12
* Avoid tricky race condition recording XLOG_HINTSimon Riggs2013-04-08
* sepgsql: Enforce db_schema:search permission.Robert Haas2013-04-05
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-29
* Add sql_drop event for event triggersAlvaro Herrera2013-03-28
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Allow extracting machine-readable object identityAlvaro Herrera2013-03-20
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* Add cost estimation of range @> and <@ operators.Heikki Linnakangas2013-03-14
* JSON generation improvements.Andrew Dunstan2013-03-10
* Forgot catversion bump in the SP-GiST adjacent support patch.Heikki Linnakangas2013-03-08
* SP-GiST support of the range adjacent operator -|-Heikki Linnakangas2013-03-08
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Bump catversion because of new function in the materialized view patch.Kevin Grittner2013-03-05
* Add a materialized view relations.Kevin Grittner2013-03-03
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Split pgstat file in smaller piecesAlvaro Herrera2013-02-18
* Fix CVE-2013-0255 properly.Tom Lane2013-02-13
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-26
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-25
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add function prototype from previous commit.Simon Riggs2012-12-24
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Support automatically-updatable views.Tom Lane2012-12-08
* Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas2012-12-04