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 1,440 public repositories matching this topic...
databasename can not contain dot 。if contain, after dot string will be discard。 i found like pattern in SQLServerDataSourceMetaData class "jdbc:(microsoft:)?sqlserver://([\w-.]+):?([0-9]);\S(DatabaseName|database)=([\w-]+);?" should be "jdbc:(microsoft:)?sqlserver://([\w-.]+):?([0-9]);\S(DatabaseName|database)=([\w-.]+);?"
-
Updated
Nov 24, 2020 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 22, 2020 - Java
Is this a bug or feature request?
FR
What is the current behavior?
not in the tree
What is the expected or desired behavior?
should be under the section "System"
-
Updated
Nov 10, 2020 - Java
-
Updated
Nov 17, 2020 - Java
Currently, the JDBC string containing the host name and port is hardcoded. For example, consider the connection string for MySQL:
It would be desirable to make this configurable. We could provide an option to set the JDBC string for each DBMS. For example, for MySQL,
-
Updated
Nov 4, 2020 - Java
-
Updated
Nov 18, 2020 - Java
-
Updated
Nov 24, 2020 - Java
-
Updated
Aug 2, 2020 - Java
-
Updated
Oct 26, 2020 - Java
-
Updated
Jul 10, 2020 - Java
-
Updated
Oct 1, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Nov 24, 2020 - Java
-
Updated
Nov 27, 2019 - Java
-
Updated
Nov 21, 2020 - Java
-
Updated
Nov 12, 2020 - Java
We don't want to build releases on any tags, just for releases
Monitoring is a paid option in nginx (part of nginx plus), so providing a free Prometheus exporter will be appealing to many nginx users
Packaging this exporter comprises two sides:
a) RPM-based operating systems: look at any of the other exporters in OBS and adapt the .spec
b) Since Debian al
-
Updated
Nov 25, 2020 - Java
EntityManager should be improved with better documentation. All the undocumented GET APIs should also add the EntityOperationContext in their signature to enable future use (like the other APIs).
-
Updated
Dec 3, 2019 - Java
-
Updated
Jan 20, 2020 - Java
-
Updated
Nov 24, 2020 - Java
-
Updated
Jul 14, 2017 - Java
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia
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