index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-04
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
Revert "Silence compiler warning"
Tomas Vondra
2019-08-04
Avoid picking already-bound TCP ports in kerberos and ldap test suites.
Tom Lane
2019-08-04
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
Refactor BuildIndexInfo() with the new makeIndexInfo()
Michael Paquier
2019-08-02
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
Fix format truncation issue from ECPG test
Michael Paquier
2019-08-01
Allow simplehash to use already-calculated hash values.
Jeff Davis
2019-08-01
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-08-01
Bump catversion.
Peter Geoghegan
2019-08-01
Add sort support routine for the inet data type.
Peter Geoghegan
2019-08-01
Add an isolation test to exercise parallel-worker deadlock resolution.
Tom Lane
2019-08-01
Mark advisory-lock functions as parallel restricted, not parallel unsafe.
Tom Lane
2019-08-01
Add error codes to some corruption log messages
Peter Eisentraut
2019-07-31
Fix pg_dump's handling of dependencies for custom opclasses.
Tom Lane
2019-07-31
Run UTF8-requiring collation tests by default
Peter Eisentraut
2019-07-31
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
Remove superfluous semicolon.
Andres Freund
2019-07-30
Allow table AM's to use rd_amcache, too.
Heikki Linnakangas
2019-07-30
Print WAL position correctly in pg_rewind error message.
Heikki Linnakangas
2019-07-30
Don't build extended statistics on inheritance trees
Tomas Vondra
2019-07-30
Fix memory leak coming from simple lists built in reindexdb
Michael Paquier
2019-07-29
Fix busted logic for parallel lock grouping in TopoSort().
Tom Lane
2019-07-29
Handle fsync failures in pg_receivewal and pg_recvlogical
Peter Eisentraut
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-07-28
Avoid macro clash with LLVM 9.
Thomas Munro
2019-07-28
Improve test coverage for LISTEN/NOTIFY.
Tom Lane
2019-07-28
Fix typo in fd.c
Michael Paquier
2019-07-28
Fix isolationtester race condition for notices sent before blocking.
Tom Lane
2019-07-27
Don't drop NOTICE messages in isolation tests.
Tom Lane
2019-07-27
Add support for --jobs in reindexdb
Michael Paquier
2019-07-27
pg_upgrade: Default new bindir to pg_upgrade location
Peter Eisentraut
2019-07-27
pg_upgrade: Check all used executables
Peter Eisentraut
2019-07-27
Fix typo in pg_upgrade file header
Peter Eisentraut
2019-07-26
Don't uselessly escape a string that doesn't need escaping
Alvaro Herrera
2019-07-26
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-26
Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.
Tom Lane
2019-07-26
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-25
Fix LDAP test instability.
Thomas Munro
2019-07-25
Add missing (COSTS OFF) to EXPLAIN added in previous commit.
Andres Freund
2019-07-25
Fix slot type handling for Agg nodes performing internal sorts.
Andres Freund
2019-07-25
Fix syntax error in commit 20e99cddd.
Tom Lane
2019-07-25
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-07-25
Honor MSVC WindowsSDKVersion if set
Andrew Dunstan
2019-07-25
Fix system column accesses in ON CONFLICT ... RETURNING.
Andres Freund
2019-07-24
Fix failure with pgperlcritic from the TAP test of synchronous replication
Michael Paquier
2019-07-24
Fix infelicities in describeOneTableDetails' partitioned-table handling.
Tom Lane
2019-07-24
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
[next]