summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-08-04Revert "Add log_statement_sample_rate parameter"Tomas Vondra
2019-08-04Revert "Silence compiler warning"Tomas Vondra
2019-08-04Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane
2019-08-04Improve pruning of a default partitionAlvaro Herrera
2019-08-04Refactor BuildIndexInfo() with the new makeIndexInfo()Michael Paquier
2019-08-02Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund
2019-08-02Fix format truncation issue from ECPG testMichael Paquier
2019-08-01Allow simplehash to use already-calculated hash values.Jeff Davis
2019-08-01Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane
2019-08-01Bump catversion.Peter Geoghegan
2019-08-01Add sort support routine for the inet data type.Peter Geoghegan
2019-08-01Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane
2019-08-01Mark advisory-lock functions as parallel restricted, not parallel unsafe.Tom Lane
2019-08-01Add error codes to some corruption log messagesPeter Eisentraut
2019-07-31Fix pg_dump's handling of dependencies for custom opclasses.Tom Lane
2019-07-31Run UTF8-requiring collation tests by defaultPeter Eisentraut
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-31Remove superfluous semicolon.Andres Freund
2019-07-30Allow table AM's to use rd_amcache, too.Heikki Linnakangas
2019-07-30Print WAL position correctly in pg_rewind error message.Heikki Linnakangas
2019-07-30Don't build extended statistics on inheritance treesTomas Vondra
2019-07-30Fix memory leak coming from simple lists built in reindexdbMichael Paquier
2019-07-29Fix busted logic for parallel lock grouping in TopoSort().Tom Lane
2019-07-29Handle fsync failures in pg_receivewal and pg_recvlogicalPeter Eisentraut
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-29Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier
2019-07-28Avoid macro clash with LLVM 9.Thomas Munro
2019-07-28Improve test coverage for LISTEN/NOTIFY.Tom Lane
2019-07-28Fix typo in fd.cMichael Paquier
2019-07-28Fix isolationtester race condition for notices sent before blocking.Tom Lane
2019-07-27Don't drop NOTICE messages in isolation tests.Tom Lane
2019-07-27Add support for --jobs in reindexdbMichael Paquier
2019-07-27pg_upgrade: Default new bindir to pg_upgrade locationPeter Eisentraut
2019-07-27pg_upgrade: Check all used executablesPeter Eisentraut
2019-07-27Fix typo in pg_upgrade file headerPeter Eisentraut
2019-07-26Don't uselessly escape a string that doesn't need escapingAlvaro Herrera
2019-07-26Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane
2019-07-26Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane
2019-07-26Fix loss of fractional digits for large values in cash_numeric().Tom Lane
2019-07-25Fix LDAP test instability.Thomas Munro
2019-07-25Add missing (COSTS OFF) to EXPLAIN added in previous commit.Andres Freund
2019-07-25Fix slot type handling for Agg nodes performing internal sorts.Andres Freund
2019-07-25Fix syntax error in commit 20e99cddd.Tom Lane
2019-07-25Fix failures to ignore \r when reading Windows-style newlines.Tom Lane
2019-07-25Honor MSVC WindowsSDKVersion if setAndrew Dunstan
2019-07-25Fix system column accesses in ON CONFLICT ... RETURNING.Andres Freund
2019-07-24Fix failure with pgperlcritic from the TAP test of synchronous replicationMichael Paquier
2019-07-24Fix infelicities in describeOneTableDetails' partitioned-table handling.Tom Lane
2019-07-24Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas