Skip to content
#

postgres

postgresql logo

PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.

Here are 5,970 public repositories matching this topic...

supabase
prisma
binary64
binary64 commented Aug 2, 2021

Bug description

On windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.

This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.

How to reproduce

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

bug/1-unconfirmed kind/bug topic: windows tech/typescript
questdb
puzpuzpuz
puzpuzpuz commented Jul 6, 2022

Is your feature request related to a problem?

We have users periodically asking for week-based partitioning.

Describe the solution you'd like.

Add WEEK to the PARTITION BY options.

Describe alternatives you've considered.

No response

Additional context.

This PR should give enough hints on how to implement this feature: questdb/questdb#1571

Help wanted New feature Good first issue Core
basbossink-ds
basbossink-ds commented Jun 30, 2022

While network maintenance was being performed the following error popped-up:

 thread 'main' panicked at 
'called `Option::unwrap()` on a `None` value': 
...../sqlx-core-0.5.13/src/postgres/listener.rs:165

Unfortunately I was unable to reproduce this issue in a lab environment. Looking at the code however, I would imagine the culprit is:
https://github.com/launchbadge/sqlx/blob/bd40c

bug good first issue db:postgres E-easy
AlekSi
AlekSi commented Jun 12, 2022

We should provide .rpm and .deb packages. Let's build them with https://nfpm.goreleaser.com.

We should make a task target release-build-packages that would build packages into build/rpm and build/deb directories (that should be in .gitignore). That target should be stable, so the external package maintainers can rely on it. That target should be mentioned in the documentation.

good first issue code/chore

Created by Michael Stonebraker

Released July 8, 1996

Repository
postgres/postgres
Website
www.postgresql.org
Wikipedia
Wikipedia