summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-13Fix random regression failure in test case "temp"Michael Paquier
2019-08-12Fix planner's test for case-foldable characters in ILIKE with ICU.Tom Lane
2019-08-12Remove EState.es_range_table_array.Tom Lane
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-12Fix string comparison in jsonpathAlexander Korotkov
2019-08-11Partially revert "Insert temporary debugging output in regression tests."Tom Lane
2019-08-11Adjust string comparison in jsonpathAlexander Korotkov
2019-08-10Fix "ANALYZE t, t" inside a transaction block.Tom Lane
2019-08-10Rename tuplesort.c's SortTuple.tupindex field.Peter Geoghegan
2019-08-09Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane
2019-08-09Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane
2019-08-09Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier
2019-08-08Update obsolete tuplesort READTUP() comment.Peter Geoghegan
2019-08-08Fix certificate subjects in ldap testAndrew Dunstan
2019-08-08initdb: Use varargs macro for PG_CMD_PRINTFPeter Eisentraut
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 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-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-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