Commit Graph

47600 Commits (3c926587b5928795e54dfea65c712a604f63cdeb)
 

Author SHA1 Message Date
Tom Lane 3c926587b5 Remove EState.es_range_table_array. 6 years ago
Tom Lane 5ee190f8ec Rationalize use of list_concat + list_copy combinations. 6 years ago
Alexander Korotkov 251c8e39bc Fix string comparison in jsonpath 6 years ago
Tom Lane b43f7c117e Partially revert "Insert temporary debugging output in regression tests." 6 years ago
Alexander Korotkov d54ceb9e17 Adjust string comparison in jsonpath 6 years ago
Tom Lane cabe0f298e Fix "ANALYZE t, t" inside a transaction block. 6 years ago
Peter Geoghegan d8cd68c8d4 Rename tuplesort.c's SortTuple.tupindex field. 6 years ago
Tom Lane 0662eb6219 Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array. 6 years ago
Tom Lane 1661a40505 Cosmetic improvements in setup of planner's per-RTE arrays. 6 years ago
Michael Paquier b8f2da0ac5 Refactor logic to remove trailing CR/LF characters from strings 6 years ago
Peter Geoghegan 28b901f73a Update obsolete tuplesort READTUP() comment. 6 years ago
Alvaro Herrera 956451e8bc Clarify the default partition's role 6 years ago
Andrew Dunstan 15077ab63f Fix certificate subjects in ldap test 6 years ago
Peter Eisentraut 43211c2a02 initdb: Use varargs macro for PG_CMD_PRINTF 6 years ago
Tom Lane e94cd0a8eb Doc: document permissions required for ANALYZE. 6 years ago
Alvaro Herrera e1f4c481b9 Remove unnecessary #include <limits.h> 6 years ago
Alvaro Herrera 12afc7145c Add comment on no default partition with hash partitioning 6 years ago
Alvaro Herrera 4e85642d93 Apply constraint exclusion more generally in partitioning 6 years ago
Alexander Korotkov 1f33f211bc Fix some typos in jsonpath documentation 6 years ago
Etsuro Fujita 68343b4ad7 Fix typos in comments. 6 years ago
Heikki Linnakangas 1169fcf129 Fix predicate-locking of HOT updated rows. 6 years ago
Michael Paquier 64579be64a Fix some incorrect parsing of time with time zone strings 6 years ago
Michael Paquier 75c1921cd6 Adjust tuple data lookup logic in multi-insert logical decoding 6 years ago
Tom Lane efc77cf5f1 Fix intarray's GiST opclasses to not fail for empty arrays with <@. 6 years ago
Tom Lane 4ecd05cb77 Save Kerberos and LDAP daemon logs where the buildfarm can find them. 6 years ago
Michael Paquier 940c8b01b0 Fix typo in pathnode.c 6 years ago
Peter Geoghegan 98eab30b93 Show specific OID suggestion in unused_oids output. 6 years ago
Tom Lane 4766dce0dd Fix choice of comparison operators for cross-type hashed subplans. 6 years ago
Noah Misch ffa2d37e5f Require the schema qualification in pg_temp.type_name(arg). 6 years ago
Michael Paquier a76cfba663 Add safeguards in LSN, numeric and float calculation for custom errors 6 years ago
Michael Paquier 05ba8370b8 Fix tab completion for ALTER LANGUAGE in psql 6 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 6 years ago
Tomas Vondra 75506195da Revert "Add log_statement_sample_rate parameter" 6 years ago
Tomas Vondra 4f9ed8f3c5 Revert "Silence compiler warning" 6 years ago
Tom Lane e0f5048851 Fix handling of "undef" in contrib/jsonb_plperl. 6 years ago
Tom Lane 803466b6ff Avoid picking already-bound TCP ports in kerberos and ldap test suites. 6 years ago
Alvaro Herrera 489247b0e6 Improve pruning of a default partition 6 years ago
Michael Paquier 69edf4f880 Refactor BuildIndexInfo() with the new makeIndexInfo() 6 years ago
Andres Freund 2abd7ae9b2 Fix representation of hash keys in Hash/HashJoin nodes. 6 years ago
Michael Paquier a9f301df0e Fix format truncation issue from ECPG test 6 years ago
Jeff Davis 6ae4e8eae7 Allow simplehash to use already-calculated hash values. 6 years ago
Tom Lane 7266d0997d Allow functions-in-FROM to be pulled up if they reduce to constants. 6 years ago
Peter Geoghegan a8d6a95eb9 Bump catversion. 6 years ago
Peter Geoghegan 71dcd74386 Add sort support routine for the inet data type. 6 years ago
Tom Lane da9456d22a Add an isolation test to exercise parallel-worker deadlock resolution. 6 years ago
Tom Lane 4886da8327 Mark advisory-lock functions as parallel restricted, not parallel unsafe. 6 years ago
Peter Eisentraut fd6ec93bf8 Add error codes to some corruption log messages 6 years ago
Michael Paquier b2a3d706b8 Fix handling of previous password hooks in passwordcheck 6 years ago
Tom Lane 07b39083c2 Fix pg_dump's handling of dependencies for custom opclasses. 6 years ago
Peter Eisentraut f140007050 Run UTF8-requiring collation tests by default 7 years ago