public inbox for pgsql-hackers@postgresql.org  
help / color / mirror / Atom feed
Messages from jian.universality@gmail.com

Re: COPY ON_CONFLICT TABLE; save duplicated record to another table.
  2026-05-12 08:15 UTC  jian he <jian.universality@gmail.com>

Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
  2026-05-11 12:03 UTC  jian he <jian.universality@gmail.com>

Re: COPY ON_CONFLICT TABLE; save duplicated record to another table.
  2026-05-11 03:13 UTC  jian he <jian.universality@gmail.com>

Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
  2026-05-07 01:14 UTC  jian he <jian.universality@gmail.com>

Re: Row pattern recognition
  2026-05-05 03:53 UTC  jian he <jian.universality@gmail.com>

COPY ON_CONFLICT TABLE; save duplicated record to another table.
  2026-04-25 04:12 UTC  jian he <jian.universality@gmail.com>

Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
  2026-04-22 01:11 UTC  jian he <jian.universality@gmail.com>

Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
  2026-04-21 03:57 UTC  jian he <jian.universality@gmail.com>

Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
  2026-04-17 08:13 UTC  jian he <jian.universality@gmail.com>

Re: COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list
  2026-04-17 03:58 UTC  jian he <jian.universality@gmail.com>

Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
  2026-04-11 08:36 UTC  jian he <jian.universality@gmail.com>

Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
  2026-04-10 09:10 UTC  jian he <jian.universality@gmail.com>

Reject ADD CONSTRAINT NOT NULL if name mismatches existing domain not-null constraint
  2026-03-01 01:53 UTC  jian he <jian.universality@gmail.com>

Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object
  2026-02-28 07:27 UTC  jian he <jian.universality@gmail.com>

Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
  2026-02-28 02:04 UTC  jian he <jian.universality@gmail.com>

persevere NO INHERIT when Dump not-null constraints on inherited columns
  2026-02-25 14:38 UTC  jian he <jian.universality@gmail.com>

Re: Enable partitionwise join for partition keys wrapped by RelabelType
  2026-02-25 12:46 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2026-02-24 07:21 UTC  jian he <jian.universality@gmail.com>

Re: pg_dumpall --roles-only interact with other options
  2026-02-24 01:10 UTC  jian he <jian.universality@gmail.com>

Re: NOT NULL NOT ENFORCED
  2026-02-23 10:20 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2026-02-23 08:04 UTC  jian he <jian.universality@gmail.com>

Re: refactor ExecInitPartitionInfo
  2026-02-21 15:07 UTC  jian he <jian.universality@gmail.com>

Re: alter check constraint enforceability
  2026-02-21 14:42 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2026-02-21 02:15 UTC  jian he <jian.universality@gmail.com>

Re: CREATE TABLE LIKE INCLUDING POLICIES
  2026-02-14 06:55 UTC  jian he <jian.universality@gmail.com>

Re: jsonb subscripting vs SQL/JSON array accessor semantics (SQL:2023)
  2026-02-10 03:05 UTC  jian he <jian.universality@gmail.com>

Re: alter check constraint enforceability
  2026-02-09 12:36 UTC  jian he <jian.universality@gmail.com>

Re: CREATE TABLE LIKE INCLUDING TRIGGERS
  2026-02-09 07:43 UTC  jian he <jian.universality@gmail.com>

Re: pg_dumpall --roles-only interact with other options
  2026-02-09 06:31 UTC  jian he <jian.universality@gmail.com>

make collate.linux.utf8 test run on more places
  2026-02-09 06:13 UTC  jian he <jian.universality@gmail.com>

Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
  2026-02-09 03:59 UTC  jian he <jian.universality@gmail.com>

Re: Emitting JSON to file using COPY TO
  2026-02-09 03:48 UTC  jian he <jian.universality@gmail.com>

Re: pg_dumpall --roles-only interact with other options
  2026-02-06 06:43 UTC  jian he <jian.universality@gmail.com>

Re: using index to speedup add not null constraints to a table
  2026-02-06 04:58 UTC  jian he <jian.universality@gmail.com>

Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
  2026-02-06 03:40 UTC  jian he <jian.universality@gmail.com>

Re: Emitting JSON to file using COPY TO
  2026-02-06 03:26 UTC  jian he <jian.universality@gmail.com>

Re: CREATE TABLE LIKE INCLUDING TRIGGERS
  2026-02-05 06:15 UTC  jian he <jian.universality@gmail.com>

Re: pg_dumpall --roles-only interact with other options
  2026-02-05 03:29 UTC  jian he <jian.universality@gmail.com>

Re: using index to speedup add not null constraints to a table
  2026-02-04 12:52 UTC  jian he <jian.universality@gmail.com>

Re: ON CONFLICT DO SELECT (take 3)
  2026-02-04 10:22 UTC  jian he <jian.universality@gmail.com>

Re: pg_dumpall --roles-only interact with other options
  2026-02-04 08:14 UTC  jian he <jian.universality@gmail.com>

Re: using index to speedup add not null constraints to a table
  2026-02-04 06:27 UTC  jian he <jian.universality@gmail.com>

Re: pg_dumpall --roles-only interact with other options
  2026-02-03 02:15 UTC  jian he <jian.universality@gmail.com>

pg_dumpall --roles-only interact with other options
  2026-01-31 03:50 UTC  jian he <jian.universality@gmail.com>

Re: Can we remove support for standard_conforming_strings = off yet?
  2026-01-30 10:10 UTC  jian he <jian.universality@gmail.com>

Re: implement CAST(expr AS type FORMAT 'template')
  2026-01-29 07:46 UTC  jian he <jian.universality@gmail.com>

Re: ERROR: failed to find conversion function from unknown to text
  2026-01-29 03:53 UTC  jian he <jian.universality@gmail.com>

ERROR: failed to find conversion function from unknown to text
  2026-01-29 01:18 UTC  jian he <jian.universality@gmail.com>

Re: ON CONFLICT DO SELECT (take 3)
  2026-01-28 08:53 UTC  jian he <jian.universality@gmail.com>

could not find replacement targetlist entry for attno -6
  2026-01-27 08:27 UTC  jian he <jian.universality@gmail.com>

Re: support fast default for domain with constraints
  2026-01-26 07:52 UTC  jian he <jian.universality@gmail.com>

Re: ON CONFLICT DO SELECT (take 3)
  2026-01-24 02:18 UTC  jian he <jian.universality@gmail.com>

Re: UPDATE run check constraints for affected columns only
  2026-01-23 02:09 UTC  jian he <jian.universality@gmail.com>

Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
  2026-01-22 14:45 UTC  jian he <jian.universality@gmail.com>

Re: let ALTER COLUMN SET DATA TYPE cope with trigger dependency
  2026-01-22 12:34 UTC  jian he <jian.universality@gmail.com>

Re: CREATE TABLE LIKE INCLUDING TRIGGERS
  2026-01-22 06:08 UTC  jian he <jian.universality@gmail.com>

Re: CREATE TABLE LIKE INCLUDING POLICIES
  2026-01-22 05:45 UTC  jian he <jian.universality@gmail.com>

Re: Emitting JSON to file using COPY TO
  2026-01-21 12:15 UTC  jian he <jian.universality@gmail.com>

Re: finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it
  2026-01-21 08:38 UTC  jian he <jian.universality@gmail.com>

Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
  2026-01-21 07:37 UTC  jian he <jian.universality@gmail.com>

Re: support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint
  2026-01-21 05:10 UTC  jian he <jian.universality@gmail.com>

Re: CREATE TABLE LIKE INCLUDING POLICIES
  2026-01-21 05:02 UTC  jian he <jian.universality@gmail.com>

Re: support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint
  2026-01-19 16:11 UTC  jian he <jian.universality@gmail.com>

Re: CREATE SCHEMA ... CREATE DOMAIN support
  2026-01-19 15:06 UTC  jian he <jian.universality@gmail.com>

Re: [PATCH] Add pg_get_role_ddl() functions for role recreation
  2026-01-19 06:18 UTC  jian he <jian.universality@gmail.com>

Re: ALTER DOMAIN ADD NOT NULL NOT VALID
  2026-01-19 04:13 UTC  jian he <jian.universality@gmail.com>

Re: ON CONFLICT DO SELECT (take 3)
  2026-01-19 03:47 UTC  jian he <jian.universality@gmail.com>

Re: [PATCH] Add pg_get_role_ddl() functions for role recreation
  2026-01-17 03:13 UTC  jian he <jian.universality@gmail.com>

Re: [PATCH] Add pg_get_role_ddl() functions for role recreation
  2026-01-16 14:24 UTC  jian he <jian.universality@gmail.com>

Re: support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint
  2026-01-16 11:31 UTC  jian he <jian.universality@gmail.com>

heap_create_with_catalog comments
  2026-01-16 09:52 UTC  jian he <jian.universality@gmail.com>

Re: CREATE TABLE LIKE INCLUDING TRIGGERS
  2026-01-16 07:34 UTC  jian he <jian.universality@gmail.com>

Re: using index to speedup add not null constraints to a table
  2026-01-16 04:22 UTC  jian he <jian.universality@gmail.com>

Re: support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint
  2026-01-15 04:31 UTC  jian he <jian.universality@gmail.com>

Re: Enable partitionwise join for partition keys wrapped by RelabelType
  2026-01-15 03:30 UTC  jian he <jian.universality@gmail.com>

Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
  2026-01-14 06:37 UTC  jian he <jian.universality@gmail.com>

Re: JumbleQuery ma treat different GROUP BY expr as the same
  2026-01-14 06:15 UTC  jian he <jian.universality@gmail.com>

examine_variable ignored CollateExpr
  2026-01-13 02:23 UTC  jian he <jian.universality@gmail.com>

Re: JumbleQuery ma treat different GROUP BY expr as the same
  2026-01-12 08:20 UTC  jian he <jian.universality@gmail.com>

Re: JumbleQuery ma treat different GROUP BY expr as the same
  2026-01-11 12:11 UTC  jian he <jian.universality@gmail.com>

JumbleQuery ma treat different GROUP BY expr as the same
  2026-01-10 13:13 UTC  jian he <jian.universality@gmail.com>

Re: finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it
  2026-01-08 07:05 UTC  jian he <jian.universality@gmail.com>

Re: support create index on virtual generated column.
  2026-01-08 06:16 UTC  jian he <jian.universality@gmail.com>

Re: [patch] ALTER COLUMN SET EXPRESSION [GENERATED|STORED]
  2026-01-07 04:06 UTC  jian he <jian.universality@gmail.com>

Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
  2026-01-05 14:30 UTC  jian he <jian.universality@gmail.com>

Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
  2026-01-05 06:01 UTC  jian he <jian.universality@gmail.com>

Re: virtual generated column as partition key
  2026-01-05 03:28 UTC  jian he <jian.universality@gmail.com>

Re: Error position support for ComputeIndexAttrs
  2026-01-04 04:19 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2026-01-02 08:05 UTC  jian he <jian.universality@gmail.com>

Re: not fully correct error message
  2026-01-01 10:05 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2026-01-01 05:29 UTC  jian he <jian.universality@gmail.com>

Re: Adding REPACK [concurrently]
  2025-11-05 08:46 UTC  jian he <jian.universality@gmail.com>

Re: Adding REPACK [concurrently]
  2025-11-05 02:48 UTC  jian he <jian.universality@gmail.com>

Re: Adding REPACK [concurrently]
  2025-11-01 12:42 UTC  jian he <jian.universality@gmail.com>

Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
  2025-10-22 07:20 UTC  jian he <jian.universality@gmail.com>

[PATCH v8] using indexscan to speedup add not null constraints
  2025-10-20 05:29 UTC  jian he <jian.universality@gmail.com>

[PATCH v8] using indexscan to speedup add not null constraints
  2025-10-20 05:29 UTC  jian he <jian.universality@gmail.com>

Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
  2025-10-16 09:14 UTC  jian he <jian.universality@gmail.com>

doc pg_constraint.convalidated column description need update
  2025-05-02 02:19 UTC  jian he <jian.universality@gmail.com>

expand on_error ignore error handling scope
  2025-04-30 00:00 UTC  jian he <jian.universality@gmail.com>

add tab-complete for ALTER DOMAIN ADD...
  2025-04-29 10:39 UTC  jian he <jian.universality@gmail.com>

Re: using index to speedup add not null constraints to a table
  2025-04-28 04:36 UTC  jian he <jian.universality@gmail.com>

domain over virtual generated column
  2025-04-28 02:45 UTC  jian he <jian.universality@gmail.com>

Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints
  2025-04-26 04:00 UTC  jian he <jian.universality@gmail.com>

Re: on_error table, saving error info to a table
  2025-04-25 13:46 UTC  jian he <jian.universality@gmail.com>

Re: [PATCH] Re: Proposal to Enable/Disable Index using ALTER INDEX
  2025-04-24 08:07 UTC  jian he <jian.universality@gmail.com>

Re: [PATCH] Re: Proposal to Enable/Disable Index using ALTER INDEX
  2025-04-24 04:45 UTC  jian he <jian.universality@gmail.com>

Re: support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint
  2025-04-24 02:42 UTC  jian he <jian.universality@gmail.com>

virtual generated column as partition key
  2025-04-23 11:59 UTC  jian he <jian.universality@gmail.com>

Re: bug: virtual generated column can be partition key
  2025-04-23 11:36 UTC  jian he <jian.universality@gmail.com>

disallow alter individual column if partition key contains wholerow reference
  2025-04-22 11:39 UTC  jian he <jian.universality@gmail.com>

Re: bug: virtual generated column can be partition key
  2025-04-22 08:44 UTC  jian he <jian.universality@gmail.com>

Re: bug: virtual generated column can be partition key
  2025-04-22 07:02 UTC  jian he <jian.universality@gmail.com>

Re: bug: virtual generated column can be partition key
  2025-04-22 05:48 UTC  jian he <jian.universality@gmail.com>

Re: bug: virtual generated column can be partition key
  2025-04-21 09:11 UTC  jian he <jian.universality@gmail.com>

bug: virtual generated column can be partition key
  2025-04-21 02:30 UTC  jian he <jian.universality@gmail.com>

Re: ALTER COLUMN SET DATA TYPE does not change the generation expression's collation
  2025-04-18 13:05 UTC  jian he <jian.universality@gmail.com>

Re: using index to speedup add not null constraints to a table
  2025-04-18 08:07 UTC  jian he <jian.universality@gmail.com>

Re: pg_dump --if-exists --clean when drop index that is partition of a partitioned index
  2025-04-16 03:16 UTC  jian he <jian.universality@gmail.com>

minor error message enhancement in refuseDupeIndexAttach
  2025-04-15 08:52 UTC  jian he <jian.universality@gmail.com>

Re: support create index on virtual generated column.
  2025-04-15 08:36 UTC  jian he <jian.universality@gmail.com>

Re: pg_dump --if-exists --clean when drop index that is partition of a partitioned index
  2025-04-15 06:51 UTC  jian he <jian.universality@gmail.com>

Re: pg_dump --if-exists --clean when drop index that is partition of a partitioned index
  2025-04-15 05:33 UTC  jian he <jian.universality@gmail.com>

Re: bug in stored generated column over domain with constraints.
  2025-04-15 00:37 UTC  jian he <jian.universality@gmail.com>

Re: support create index on virtual generated column.
  2025-04-14 11:09 UTC  jian he <jian.universality@gmail.com>

pg_dump --if-exists --clean when drop index that is partition of a partitioned index
  2025-04-14 05:54 UTC  jian he <jian.universality@gmail.com>

disallow ALTER VIEW SET DEFAULT when the corresponding base relation column is a generated column
  2025-04-11 07:41 UTC  jian he <jian.universality@gmail.com>

Re: speedup COPY TO for partitioned table.
  2025-04-10 12:37 UTC  jian he <jian.universality@gmail.com>

wrong comments in rewriteTargetListIU
  2025-04-10 08:57 UTC  jian he <jian.universality@gmail.com>

Re: bug in stored generated column over domain with constraints.
  2025-04-10 08:53 UTC  jian he <jian.universality@gmail.com>

Re: speedup COPY TO for partitioned table.
  2025-04-10 02:44 UTC  jian he <jian.universality@gmail.com>

tab complete for COPY populated materialized view TO
  2025-04-09 08:23 UTC  jian he <jian.universality@gmail.com>

Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints
  2025-04-09 05:16 UTC  jian he <jian.universality@gmail.com>

Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
  2025-04-08 10:53 UTC  jian he <jian.universality@gmail.com>

Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints
  2025-04-07 12:43 UTC  jian he <jian.universality@gmail.com>

Re: Make COPY format extendable: Extract COPY TO format implementations
  2025-04-06 11:29 UTC  jian he <jian.universality@gmail.com>

Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
  2025-04-05 08:31 UTC  jian he <jian.universality@gmail.com>

Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints
  2025-04-05 07:29 UTC  jian he <jian.universality@gmail.com>

Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
  2025-04-04 11:55 UTC  jian he <jian.universality@gmail.com>

Re: speedup COPY TO for partitioned table.
  2025-04-04 03:20 UTC  jian he <jian.universality@gmail.com>

two occurrences of assign print_notnull within pg_dump.c
  2025-04-03 11:00 UTC  jian he <jian.universality@gmail.com>

Re: in BeginCopyTo make materialized view using COPY TO instead of COPY (query).
  2025-04-03 08:53 UTC  jian he <jian.universality@gmail.com>

Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints
  2025-04-03 07:45 UTC  jian he <jian.universality@gmail.com>

Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints
  2025-04-02 13:51 UTC  jian he <jian.universality@gmail.com>

Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints
  2025-04-02 02:19 UTC  jian he <jian.universality@gmail.com>

Re: add function argument name to substring and substr
  2025-04-01 04:11 UTC  jian he <jian.universality@gmail.com>

Re: in BeginCopyTo make materialized view using COPY TO instead of COPY (query).
  2025-04-01 03:12 UTC  jian he <jian.universality@gmail.com>

Re: speedup COPY TO for partitioned table.
  2025-04-01 01:01 UTC  jian he <jian.universality@gmail.com>

Re: new commitfest transition guidance
  2025-03-06 14:01 UTC  jian he <jian.universality@gmail.com>

Re: support fast default for domain with constraints
  2025-03-06 13:53 UTC  jian he <jian.universality@gmail.com>

Re: support virtual generated column not null constraint
  2025-03-06 13:44 UTC  jian he <jian.universality@gmail.com>

Re: support fast default for domain with constraints
  2025-03-06 03:04 UTC  jian he <jian.universality@gmail.com>

Re: support fast default for domain with constraints
  2025-03-05 12:53 UTC  jian he <jian.universality@gmail.com>

support fast default for domain with constraints
  2025-03-05 02:56 UTC  jian he <jian.universality@gmail.com>

Re: new commitfest transition guidance
  2025-03-04 14:10 UTC  jian he <jian.universality@gmail.com>

Re: tests for pg_stat_progress_copy.tuples_skipped
  2025-03-04 08:57 UTC  jian he <jian.universality@gmail.com>

Re: bug when apply fast default mechanism for adding new column over domain with default value
  2025-03-03 14:20 UTC  jian he <jian.universality@gmail.com>

Re: bug when apply fast default mechanism for adding new column over domain with default value
  2025-03-03 08:45 UTC  jian he <jian.universality@gmail.com>

Re: bug when apply fast default mechanism for adding new column over domain with default value
  2025-03-02 09:50 UTC  jian he <jian.universality@gmail.com>

Re: bug when apply fast default mechanism for adding new column over domain with default value
  2025-03-01 14:02 UTC  jian he <jian.universality@gmail.com>

bug when apply fast default mechanism for adding new column over domain with default value
  2025-03-01 05:39 UTC  jian he <jian.universality@gmail.com>

bug: ALTER TABLE ADD VIRTUAL GENERATED COLUMN with table rewrite
  2025-02-27 15:00 UTC  jian he <jian.universality@gmail.com>

Re: bug in stored generated column over domain with constraints.
  2025-02-26 03:32 UTC  jian he <jian.universality@gmail.com>

bug in stored generated column over domain with constraints.
  2025-02-25 17:09 UTC  jian he <jian.universality@gmail.com>

Statistics Import and Export commit related issue.
  2025-02-25 06:30 UTC  jian he <jian.universality@gmail.com>

Re: Statistics Import and Export
  2025-02-25 03:30 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-24 09:17 UTC  jian he <jian.universality@gmail.com>

Re: Virtual generated columns
  2025-02-24 06:50 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-22 14:17 UTC  jian he <jian.universality@gmail.com>

Re: Virtual generated columns
  2025-02-21 04:43 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-20 09:18 UTC  jian he <jian.universality@gmail.com>

Re: Virtual generated columns
  2025-02-20 04:57 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-19 11:37 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-18 08:31 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-18 06:10 UTC  jian he <jian.universality@gmail.com>

Re: Virtual generated columns
  2025-02-17 06:48 UTC  jian he <jian.universality@gmail.com>

Re: Virtual generated columns
  2025-02-13 13:06 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-12 07:14 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-11 15:09 UTC  jian he <jian.universality@gmail.com>

Re: read stream on amcheck
  2025-02-11 06:39 UTC  jian he <jian.universality@gmail.com>

support virtual generated column not null constraint
  2025-02-10 13:33 UTC  jian he <jian.universality@gmail.com>

Re: Virtual generated columns
  2025-02-10 04:52 UTC  jian he <jian.universality@gmail.com>

Re: Proposal to Enable/Disable Index using ALTER INDEX (with patch)
  2025-02-08 05:40 UTC  jian he <jian.universality@gmail.com>

Re: Re: proposal: schema variables
  2025-02-07 13:14 UTC  jian he <jian.universality@gmail.com>

Re: Document NULL
  2025-02-07 02:28 UTC  jian he <jian.universality@gmail.com>

Re: Re: proposal: schema variables
  2025-02-06 14:49 UTC  jian he <jian.universality@gmail.com>

Re: using index to speedup add not null constraints to a table
  2025-02-05 08:24 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-04 07:42 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-04 02:04 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-03 12:49 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-02-03 09:14 UTC  jian he <jian.universality@gmail.com>

Re: Proposal to Enable/Disable Index using ALTER INDEX (with patch)
  2025-02-03 02:45 UTC  jian he <jian.universality@gmail.com>

Re: Proposal to Enable/Disable Index using ALTER INDEX (with patch)
  2025-02-02 09:41 UTC  jian he <jian.universality@gmail.com>

Re: NOT ENFORCED constraint feature
  2025-02-01 15:01 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-01-31 08:51 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-01-31 03:52 UTC  jian he <jian.universality@gmail.com>

Re: Non-text mode for pg_dumpall
  2025-01-29 09:38 UTC  jian he <jian.universality@gmail.com>

Re: Extended Statistics set/restore/clear functions.
  2025-01-29 07:50 UTC  jian he <jian.universality@gmail.com>

Re: Extended Statistics set/restore/clear functions.
  2025-01-28 16:24 UTC  jian he <jian.universality@gmail.com>

Re: in BeginCopyTo make materialized view using COPY TO instead of COPY (query).
  2025-01-28 02:48 UTC  jian he <jian.universality@gmail.com>


200+ results

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox