summaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAgeFilesLines
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-26/+0
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-081-0/+4
* Update SQL featuresPeter Eisentraut2023-05-022-14/+13
* doc: Update SQL features namesPeter Eisentraut2023-04-241-20/+20
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-211-2/+2
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* doc: Add additional SQL features codes from SQL:2023Peter Eisentraut2023-04-171-0/+2
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-1/+2
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-122-489/+99
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-2/+1
* Allow logical decoding on standbysAndres Freund2023-04-081-0/+2
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-1/+2
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-071-1/+2
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-081-1/+1
* Add support for Kerberos credential delegationStephen Frost2023-04-071-1/+2
* Track IO times in pg_stat_ioAndres Freund2023-04-071-0/+4
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-072-99/+489
* Update information_schema for SQL:2023Peter Eisentraut2023-04-051-104/+99
* doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut2023-04-052-54/+91
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-042-1/+2
* Move heaprel struct field next to index rel field.Peter Geoghegan2023-04-031-1/+1
* Pass down table relation into more index relation functionsAndres Freund2023-04-011-0/+1
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-301-0/+1
* Add new predefined role pg_create_subscription.Robert Haas2023-03-302-0/+2
* Fix some section numbers in information_schema.sqlPeter Eisentraut2023-03-291-4/+4
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-291-71/+140
* Save a few bytes in pg_attributePeter Eisentraut2023-03-283-5/+14
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-256-115/+56
* Count updates that move row to a new page.Peter Geoghegan2023-03-231-1/+3
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-202-13/+31
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-5/+11
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-151-1/+1
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-081-0/+5
* SQL JSON path enhanced numeric literalsPeter Eisentraut2023-03-051-0/+1
* Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson2023-02-241-0/+13
* Implement ANY_VALUE aggregatePeter Eisentraut2023-02-221-0/+1
* Fix object identity string for transformsAlvaro Herrera2023-02-131-1/+1
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-111-0/+15
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-072-4/+4
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-061-2/+2
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-041-0/+1
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-211-3/+2
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-181-0/+1
* Refactor recordExtObjInitPriv()Peter Eisentraut2023-01-171-144/+8
* Remove AggregateRelationId from recordExtObjInitPriv()Peter Eisentraut2023-01-171-1/+0
* Ignore dropped and generated columns from the column list.Amit Kapila2023-01-132-3/+32
* Restrict the privileges of CREATEROLE users.Robert Haas2023-01-101-1/+9
* Invent random_normal() to provide normally-distributed random numbers.Tom Lane2023-01-091-0/+7
* Update copyright for 2023Bruce Momjian2023-01-0240-43/+43
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-271-2/+3