Hanefi Onaldi

Results 48 issues of Hanefi Onaldi

## Why are we implementing it? (sales eng) 1. Improved supportability. Citus MX and (in general Citus) requires the nodes to be able to connect to each other. Citus now...

## Why are we implementing it? (sales eng) If a user created a distributed partitioned table on an earlier version of Citus ( "child table is missing constraint "constraintName_shardId" an...

This PR adds some test cases where repartition join correctly prunes shards on two tables that have numeric columns with negative scale.

`ON CONFLICT DO NOTHING` fails on tables that have unique constraints or primary keys. [Columnar readme file](https://github.com/citusdata/citus/blob/main/src/backend/columnar/README.md) implies that it should work. ```sql CREATE TABLE test_log ( id int NOT...

bug
sqlancer
columnar
user_reported

We have several community users of pgcopydb that get blocked on #255 that is not yet released. Can you share a guidance on how to install wal2json on a production...

## Why are we implementing it? (sales eng) We removed some GUCs in the past, and we still keep references to them in the docs. Recently it caused some confusion...

D3js veya benzeri hazir bir altyapi kullanarak tavsiye iliskilerini gorsellestirmek kullanicilar icin cok faydali olacaktir. Bu amacla takip bilgilerini yalnizca wiki'de degil de (mesela) json objeleri icinde tutup bi template...

The data is not stored in the working directory, but fetched by a script. See test_data_provider, and .gitignore entries for the fetched csv files. Fixes: #27

We no longer use lfs to store large datasets in this repo. The `.gitattributes` files need to be revised to remove these dependencies. We may also need to supply a...

We create migration scripts such as the following: https://github.com/citusdata/postgresql-hll/blob/bd1eba097624648b064b72c26fa4a1e0574dc6a8/Makefile#L38-L39 We no longer need to generate these files, as PG >= 10 is clever enough to find migration paths automatically. _Originally...