summaryrefslogtreecommitdiff
path: root/src/backend/catalog
AgeCommit message (Expand)Author
2018-07-27Ensure that typename is schema qualified while sending row descriptionPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-10Improve the error message when creating an empty range partition.Robert Haas
2017-08-07Update SQL features listPeter Eisentraut
2017-08-07Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch
2017-08-04Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY.Tom Lane
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-08-01Comment fix for partition_rbound_cmp().Dean Rasheed
2017-07-31Reject SQL functions containing utility statementsTomas Vondra
2017-07-24Be more consistent about errors for opfamily member lookup failures.Tom Lane
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-09Remove storm_catalog schemaTomas Vondra
2017-07-06Add OCLASS_PGXC items to several switch statementsTomas Vondra
2017-07-06Clarify the contract of partition_rbound_cmp().Dean Rasheed
2017-07-06Simplify the logic checking new range partition bounds.Dean Rasheed
2017-07-04Improve subscription lockingPeter Eisentraut
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-30Add missing period to comment.Robert Haas
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-26Avoid useless "x = ANY(ARRAY[])" test for empty partition list.Tom Lane
2017-06-24Further hacking on ICU collation creation and usage.Tom Lane
2017-06-23Rethink behavior of pg_import_system_collations().Tom Lane
2017-06-22Fix typo in commentMagnus Hagander
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-21Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane
2017-06-20Fix typo in code commentPeter Eisentraut
2017-06-20Tweak publication fetching in psqlPeter Eisentraut
2017-06-16Correct FormData_pg_attribute default values for xc_node_idPavan Deolasee
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Use DEFACLOBJ_ macros in error message instead of hardcodingPeter Eisentraut
2017-06-14Fix violations of CatalogTupleInsert/Update/Delete abstraction.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-06-13Re-run pgindent.Tom Lane
2017-06-13Always initialize PartitionBoundInfoData's null_index.Robert Haas
2017-06-13Assert that we don't invent relfilenodes or type OIDs in binary upgrade.Tom Lane
2017-06-07Fix updating of pg_subscription_rel from workersPeter Eisentraut
2017-06-06Clean up partcollation handling for OID 0.Robert Haas
2017-06-04Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane
2017-06-04Assorted translatable string fixesAlvaro Herrera
2017-05-30Fix improper quoting of format_type_be() output.Tom Lane
2017-05-29More code review for get_qual_for_list().Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane