#ifdef BTREE_BUILD_STATS
        {
                {"log_btree_build_stats", PGC_SUSET, DEVELOPER_OPTIONS,
-                       gettext_noop("No description available."),
+                       gettext_noop("Logs system resource usage statistics (memory and CPU) on various B-tree operations."),
                        NULL,
                        GUC_NOT_IN_SAMPLE
                },
 #ifdef LOCK_DEBUG
        {
                {"trace_locks", PGC_SUSET, DEVELOPER_OPTIONS,
-                       gettext_noop("No description available."),
+                       gettext_noop("Emits information about lock usage."),
                        NULL,
                        GUC_NOT_IN_SAMPLE
                },
        },
        {
                {"trace_userlocks", PGC_SUSET, DEVELOPER_OPTIONS,
-                       gettext_noop("No description available."),
+                       gettext_noop("Emits information about user lock usage."),
                        NULL,
                        GUC_NOT_IN_SAMPLE
                },
        },
        {
                {"trace_lwlocks", PGC_SUSET, DEVELOPER_OPTIONS,
-                       gettext_noop("No description available."),
+                       gettext_noop("Emits information about lightweight lock usage."),
                        NULL,
                        GUC_NOT_IN_SAMPLE
                },
        },
        {
                {"debug_deadlocks", PGC_SUSET, DEVELOPER_OPTIONS,
-                       gettext_noop("No description available."),
+                       gettext_noop("Dumps information about all current locks when a deadlock timeout occurs."),
                        NULL,
                        GUC_NOT_IN_SAMPLE
                },
 #ifdef LOCK_DEBUG
        {
                {"trace_lock_oidmin", PGC_SUSET, DEVELOPER_OPTIONS,
-                       gettext_noop("No description available."),
-                       NULL,
+                       gettext_noop("Sets the minimum OID of tables for tracking locks."),
+                       gettext_noop("Is used to avoid output on system tables."),
                        GUC_NOT_IN_SAMPLE
                },
                &Trace_lock_oidmin,
        },
        {
                {"trace_lock_table", PGC_SUSET, DEVELOPER_OPTIONS,
-                       gettext_noop("No description available."),
+                       gettext_noop("Sets the OID of the table with unconditionally lock tracing."),
                        NULL,
                        GUC_NOT_IN_SAMPLE
                },