summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_proc.h
Commit message (Expand)AuthorAgeFilesLines
* Move catalog index declarationsPeter Eisentraut2020-11-071-0/+5
* Move catalog toast table declarationsPeter Eisentraut2020-11-071-0/+2
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-051-1/+1
* Be more careful about marking catalog columns NOT NULL by default.Tom Lane2020-07-211-1/+1
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-081-3/+3
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-2/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-25/+25
* Create the infrastructure for planner support functions.Tom Lane2019-02-091-2/+3
* Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane2019-01-031-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-0/+2
* Improve consistency of comments in system catalog headers.Tom Lane2018-04-191-1/+1
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-081-0/+34
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-081-5561/+76
* Add json(b)_to_tsvector functionTeodor Sigaev2018-04-071-8/+16
* Support new default roles with adminpackStephen Frost2018-04-061-2/+6
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-051-0/+5
* Add websearch_to_tsqueryTeodor Sigaev2018-04-051-0/+4
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-031-0/+5
* Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao2018-03-311-1/+1
* Fix bogus provolatile/proparallel markings on a few built-in functions.Tom Lane2018-03-301-14/+14
* Add casts from jsonbTeodor Sigaev2018-03-291-0/+16
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-211-0/+2
* Change oddly-chosen OID allocation.Tom Lane2018-03-211-1/+1
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-021-2887/+2893
* Add window RANGE support for float4, float8, numeric.Tom Lane2018-02-241-0/+6
* Add user-callable SHA-2 functionsPeter Eisentraut2018-02-221-2/+10
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-071-0/+28
* Ability to advance replication slotsSimon Riggs2018-01-171-0/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Add polygon opclass for SP-GiSTTeodor Sigaev2017-12-251-0/+5
* Set proargmodes for satisfies_hash_partition.Robert Haas2017-11-171-1/+1
* Add hash partitioning.Robert Haas2017-11-091-0/+4
* Remove secondary checkpointSimon Riggs2017-11-071-1/+1
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-191-16/+0
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-131-0/+9
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-311-0/+54
* Rethink behavior of pg_import_system_collations().Tom Lane2017-06-231-2/+3
* Phase 2 of pgindent updates.Tom Lane2017-06-211-9/+9
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-3/+3
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-211-1/+1
* Tweak publication fetching in psqlPeter Eisentraut2017-06-201-0/+2
* Change pg_get_publication_tables to prosecdef falsePeter Eisentraut2017-06-201-1/+1
* Mark to_tsvector(regconfig,json[b]) functions immutableAndrew Dunstan2017-06-081-2/+2
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-10/+10
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-141-3/+3
* Teach \d+ to show partitioning constraints.Robert Haas2017-05-131-0/+2
* Complete tab completion for DROP STATISTICSAlvaro Herrera2017-05-131-0/+2
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-111-16/+16