summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-09Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier
2019-08-08Update obsolete tuplesort READTUP() comment.Peter Geoghegan
2019-08-08Clarify the default partition's roleAlvaro Herrera
2019-08-08Fix certificate subjects in ldap testAndrew Dunstan
2019-08-08initdb: Use varargs macro for PG_CMD_PRINTFPeter Eisentraut
2019-08-07Doc: document permissions required for ANALYZE.Tom Lane
2019-08-07Remove unnecessary #include <limits.h>Alvaro Herrera
2019-08-07Add comment on no default partition with hash partitioningAlvaro Herrera
2019-08-07Apply constraint exclusion more generally in partitioningAlvaro Herrera
2019-08-07Fix some typos in jsonpath documentationAlexander Korotkov
2019-08-07Fix typos in comments.Etsuro Fujita
2019-08-07Fix predicate-locking of HOT updated rows.Heikki Linnakangas
2019-08-07Fix some incorrect parsing of time with time zone stringsMichael Paquier
2019-08-07Adjust tuple data lookup logic in multi-insert logical decodingMichael Paquier
2019-08-06Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane
2019-08-06Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane
2019-08-06Fix typo in pathnode.cMichael Paquier
2019-08-05Show specific OID suggestion in unused_oids output.Peter Geoghegan
2019-08-05Fix choice of comparison operators for cross-type hashed subplans.Tom Lane
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-08-05Add safeguards in LSN, numeric and float calculation for custom errorsMichael Paquier
2019-08-05Fix tab completion for ALTER LANGUAGE in psqlMichael Paquier
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-04Fix handling of "undef" in contrib/jsonb_plperl.Tom Lane
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-08-01Fix handling of previous password hooks in passwordcheckMichael Paquier
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-31Remove orphaned structure member in pgcryptoMichael Paquier
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