PostgreSQL
PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
Here are 14,836 public repositories matching this topic...
-
Updated
Dec 30, 2020 - Clojure
-
Updated
Dec 30, 2020 - TypeScript
-
Updated
Dec 29, 2020 - Python
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the
-
Updated
Dec 29, 2020 - Haskell
-
Updated
Nov 21, 2020
Environment
Knex version: 0.21.2
Bug
- Explain what kind of behaviour you are getting and how you think it should do
The docs describe creating a datetime column by using table.datetime(): http://knexjs.org/#Schema-datetime
However, the TypeScript definition and tests seem to indicate it should be table.dateTime():
The test case SchemaBuilderTest is not make sense. It is better to redesign it for testing.
-
Updated
Dec 29, 2020 - Java
-
Updated
Dec 29, 2020 - C
-
Updated
Dec 11, 2020 - TypeScript
Hey!
Currently, there are no plans to add support for it (from core team), but we are happy to merge and help with contribution from the community.
For driver implementer, take a look at
https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md#implementing-sql-dialect
Example of driver implementation
Who are interested in prepari
Add missing tooltips
- Create bookmark is missing a tooltip "Create Bookmark"
- Deleting an advanced filter is missing a tooltip "Delete Filter"
- Change advanced filter operator "Change Operator"
- Sort ASC/DESC in table layout column headers
-
Updated
Dec 29, 2020 - Python
-
Updated
Dec 29, 2020 - JavaScript
-
Updated
Dec 15, 2020 - Go
-
Updated
Dec 13, 2020
-
Updated
Apr 3, 2020 - Go
-
Updated
Dec 15, 2020 - Go
-
Updated
Dec 24, 2020 - JavaScript
When launching the Create project from database dialog from the context menu of a database, the server and database dropdown are already populated, but sometimes the database dropdown is blank for a few second while waiting for the list of databases to load.
It would be nice if th
-
Updated
Dec 25, 2020 - Objective-C
-
Updated
Dec 22, 2020 - Java
-
Updated
Dec 23, 2020 - Python
-
Updated
Dec 29, 2020 - Elixir
What went wrong?
I'm getting deprecation warnings with openSSL encryption.
[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia



Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk