summaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-172-3/+1
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-172-27/+1
* initdb: Set collversion for standard collation UNICODEPeter Eisentraut2023-05-121-1/+1
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-041-1/+1
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-212-2/+2
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-3/+3
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-123-14/+6
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-3/+3
* Allow logical decoding on standbysAndres Freund2023-04-082-1/+4
* Handle logical slot conflicts on standbyAndres Freund2023-04-082-1/+6
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-072-4/+4
* Add support for Kerberos credential delegationStephen Frost2023-04-071-3/+3
* Track IO times in pg_stat_ioAndres Freund2023-04-071-3/+3
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-073-6/+14
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-072-1/+7
* doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut2023-04-051-1/+1
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-042-1/+5
* Code review for recent SQL/JSON commitsAlvaro Herrera2023-04-041-1/+1
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-311-1/+1
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-301-3/+3
* Add new predefined role pg_create_subscription.Robert Haas2023-03-303-1/+9
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-293-1/+97
* Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut2023-03-292-1/+8
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-292-6/+8
* Save a few bytes in pg_attributePeter Eisentraut2023-03-283-18/+20
* Count updates that move row to a new page.Peter Geoghegan2023-03-232-1/+11
* Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane2023-03-182-1/+22
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-151-1/+1
* Add support for the error functions erf() and erfc().Dean Rasheed2023-03-142-1/+8
* Improve support for UNICODE collation on older ICUPeter Eisentraut2023-03-131-1/+1
* Add standard collation UNICODEPeter Eisentraut2023-03-101-1/+1
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-084-2/+7
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-3/+7
* Implement ANY_VALUE aggregatePeter Eisentraut2023-02-223-1/+13
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-112-1/+10
* Make Vars be outer-join-aware.Tom Lane2023-01-301-1/+1
* Remove special outfuncs/readfuncs handling of RangeVar.catalogname.Tom Lane2023-01-231-1/+1
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-233-3/+39
* Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a3bc63.Robert Haas2023-01-201-1/+1
* Add new GUC reserved_connections.Robert Haas2023-01-201-0/+5
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-1/+1
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-182-4/+4
* Ignore dropped and generated columns from the column list.Amit Kapila2023-01-131-1/+1
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-1/+1
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-1/+1
* Invent random_normal() to provide normally-distributed random numbers.Tom Lane2023-01-092-1/+5
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-092-3/+20
* Update copyright for 2023Bruce Momjian2023-01-02110-110/+110
* Fix recent accidental omission in pg_proc.datDavid Rowley2022-12-242-7/+9
* Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier2022-12-232-4/+4