postgresql/src/backend/catalog
Heikki Linnakangas 70b4d90439 Fix comment in GetPublicationRelations
This function gets the list of relations associated with the
publication but the comment said the opposite.

Author: Shlok Kyal <shlok.kyal.oss@gmail.com>
Discussion: https://www.postgresql.org/message-id/CANhcyEV3C_CGBeDtjvKjALDJDMH-Uuc9BWfSd=eck8SCXnE=fQ@mail.gmail.com
2025-12-10 15:33:29 +02:00
..
aclchk.c Unify error messages 2025-12-08 16:30:52 +01:00
catalog.c Remove pg_replication_origin's TOAST table. 2025-05-07 14:47:36 -05:00
Catalog.pm Update copyright for 2025 2025-01-01 11:21:55 -05:00
dependency.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
genbki.pl Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 2025-08-13 17:18:22 -04:00
heap.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
index.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
indexing.c Mark ItemPointer arguments as const throughout 2025-10-30 14:12:06 +01:00
information_schema.sql Add support for NOT ENFORCED in CHECK constraints 2025-01-11 10:52:30 +01:00
Makefile Split out innards of pg_tablespace_location() 2025-11-12 16:39:55 +01:00
meson.build Split out innards of pg_tablespace_location() 2025-11-12 16:39:55 +01:00
namespace.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
objectaccess.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
objectaddress.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
partition.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
pg_aggregate.c Provide more-specific error details/hints for function lookup failures. 2025-09-16 12:17:02 -04:00
pg_attrdef.c Don't include access/htup_details.h in executor/tuptable.h 2025-10-05 18:00:38 +02:00
pg_cast.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
pg_class.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
pg_collation.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
pg_constraint.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
pg_conversion.c Mop-up for Datum conversion cleanups. 2025-08-08 18:44:57 -04:00
pg_db_role_setting.c Reject "ALTER DATABASE/USER ... RESET foo" with invalid GUC name. 2025-09-12 18:10:11 -04:00
pg_depend.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
pg_enum.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
pg_inherits.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
pg_largeobject.c Don't include access/htup_details.h in executor/tuptable.h 2025-10-05 18:00:38 +02:00
pg_namespace.c Mop-up for Datum conversion cleanups. 2025-08-08 18:44:57 -04:00
pg_operator.c Mop-up for Datum conversion cleanups. 2025-08-08 18:44:57 -04:00
pg_parameter_acl.c Don't include access/htup_details.h in executor/tuptable.h 2025-10-05 18:00:38 +02:00
pg_proc.c Issue a NOTICE if a created function depends on any temp objects. 2025-11-23 15:02:55 -05:00
pg_publication.c Fix comment in GetPublicationRelations 2025-12-10 15:33:29 +02:00
pg_range.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
pg_shdepend.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
pg_subscription.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
pg_tablespace.c Split out innards of pg_tablespace_location() 2025-11-12 16:39:55 +01:00
pg_type.c Fix some cases of indirectly casting away const. 2025-12-05 11:17:23 -05:00
sql_feature_packages.txt Update SQL features 2023-05-02 10:59:21 +02:00
sql_features.txt Add IGNORE NULLS/RESPECT NULLS option to Window functions. 2025-10-03 09:47:36 +09:00
storage.c Use palloc_object() and palloc_array() in backend code 2025-12-10 07:36:46 +09:00
system_functions.sql Add optional pid parameter to pg_replication_origin_session_setup(). 2025-09-19 05:38:40 +00:00
system_views.sql Add started_by column to pg_stat_progress_analyze view. 2025-12-09 11:23:45 -08:00
toasting.c Update copyright for 2025 2025-01-01 11:21:55 -05:00