7 Commits

Author SHA1 Message Date
Fabrízio de Royes Mello
332dffeebc Rename master branch to main
Following what many communities already did we agreed in renaming the
`master` branch to `main`.

Resources:
- https://sfconservancy.org/news/2020/jun/23/gitbranchname/
- https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de

Closes #4163
2022-03-15 15:04:30 -03:00
Fabrízio de Royes Mello
8a5cb54343 Add Postgres 14 prerequisites for compilation 2021-11-15 13:13:33 -03:00
Sven Klemm
fb863f12c7 Remove support for PG11
Remove support for compiling against PostgreSQL 11. This patch also
removes PG11 specific compatibility macros.
2021-06-01 20:21:06 +02:00
Fabrízio de Royes Mello
5606bf8883 Added Postgres 13 prerequisites for compilation
Issue #2779 introduced support for PostgreSQL 13
2021-05-11 04:35:31 +02:00
Sven Klemm
c90397fd6a Remove support for PG9.6 and PG10
This patch removes code support for PG9.6 and PG10. In addition to
removing PG96 and PG10 macros the following changes are done:

remove HAVE_INT64_TIMESTAMP since this is always true on PG10+
remove PG_VERSION_SUPPORTS_MULTINODE
2020-06-02 23:48:35 +02:00
Ruslan Fomkin
966c34fdba Update build from source instructions for 1.7
PostgreSQL 12 is supported since 1.7, while 9.6 and 10 are deprecated.
This PR updates the building from source instruction with this change
and uses 1.7.0 in examples.
2020-04-22 19:15:14 +02:00
Lacey Butler
66f47c0857 Update README with addt resources, build instructions to separate file
This commit updates the README with updated resources, including Timescale
Cloud, new support options, release notes, and others. For readability, it
also moves instructions for building from source to a separate readme file.
2020-02-18 22:27:44 -05:00