summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_proc.dat
Commit message (Expand)AuthorAgeFilesLines
* Add writeback to pg_stat_ioAndres Freund2023-05-171-3/+3
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-26/+0
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-211-1/+1
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-3/+3
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-3/+3
* Allow logical decoding on standbysAndres Freund2023-04-081-0/+3
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-0/+5
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-071-3/+3
* Add support for Kerberos credential delegationStephen Frost2023-04-071-3/+3
* Track IO times in pg_stat_ioAndres Freund2023-04-071-3/+3
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-071-0/+6
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-301-3/+3
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-291-0/+74
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-291-5/+7
* Count updates that move row to a new page.Peter Geoghegan2023-03-231-0/+10
* Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane2023-03-181-0/+21
* Add support for the error functions erf() and erfc().Dean Rasheed2023-03-141-0/+7
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-3/+7
* Implement ANY_VALUE aggregatePeter Eisentraut2023-02-221-0/+8
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-111-0/+9
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-231-0/+27
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-181-3/+3
* Invent random_normal() to provide normally-distributed random numbers.Tom Lane2023-01-091-0/+4
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Fix recent accidental omission in pg_proc.datDavid Rowley2022-12-241-6/+8
* Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier2022-12-231-3/+3
* Allow window functions to adjust their frameOptionsDavid Rowley2022-12-231-3/+12
* Add pg_dissect_walfile_name()Michael Paquier2022-12-201-0/+7
* Expose some information about backend subxact status.Robert Haas2022-12-191-0/+7
* Add test scaffolding for soft error reporting from input functions.Tom Lane2022-12-091-0/+8
* Add support for file inclusions in HBA and ident configuration filesMichael Paquier2022-11-241-6/+6
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-0/+17
* Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier2022-11-201-0/+9
* Fix volatility marking of timestamptz_trunc_zone.Tom Lane2022-11-121-1/+1
* Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier2022-10-261-5/+6
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-141-0/+4
* Introduce SYSTEM_USERMichael Paquier2022-09-291-0/+3
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-5/+5
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-5/+5
* Revert SQL/JSON featuresAndrew Dunstan2022-09-011-74/+0
* Support pg_read_[binary_]file (filename, missing_ok).Tom Lane2022-07-291-2/+10
* Add result_types column to pg_prepared_statements viewPeter Eisentraut2022-07-051-3/+3
* pgindent run prior to branching v15.Tom Lane2022-06-301-2/+3
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-191-4/+4
* Do pre-release housekeeping on catalog data.Tom Lane2022-05-121-58/+58
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-20/+23
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-081-9/+26
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-5/+0
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-071-0/+7
* pgstat: add pg_stat_have_stats() test helper.Andres Freund2022-04-071-0/+6