Commit Graph

47577 Commits (efc77cf5f1deb96a5233c04d287ead01ee7b260d)
 

Author SHA1 Message Date
Tom Lane efc77cf5f1 Fix intarray's GiST opclasses to not fail for empty arrays with <@. 7 years ago
Tom Lane 4ecd05cb77 Save Kerberos and LDAP daemon logs where the buildfarm can find them. 7 years ago
Michael Paquier 940c8b01b0 Fix typo in pathnode.c 7 years ago
Peter Geoghegan 98eab30b93 Show specific OID suggestion in unused_oids output. 7 years ago
Tom Lane 4766dce0dd Fix choice of comparison operators for cross-type hashed subplans. 7 years ago
Noah Misch ffa2d37e5f Require the schema qualification in pg_temp.type_name(arg). 7 years ago
Michael Paquier a76cfba663 Add safeguards in LSN, numeric and float calculation for custom errors 7 years ago
Michael Paquier 05ba8370b8 Fix tab completion for ALTER LANGUAGE in psql 7 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 7 years ago
Tomas Vondra 75506195da Revert "Add log_statement_sample_rate parameter" 7 years ago
Tomas Vondra 4f9ed8f3c5 Revert "Silence compiler warning" 7 years ago
Tom Lane e0f5048851 Fix handling of "undef" in contrib/jsonb_plperl. 7 years ago
Tom Lane 803466b6ff Avoid picking already-bound TCP ports in kerberos and ldap test suites. 7 years ago
Alvaro Herrera 489247b0e6 Improve pruning of a default partition 7 years ago
Michael Paquier 69edf4f880 Refactor BuildIndexInfo() with the new makeIndexInfo() 7 years ago
Andres Freund 2abd7ae9b2 Fix representation of hash keys in Hash/HashJoin nodes. 7 years ago
Michael Paquier a9f301df0e Fix format truncation issue from ECPG test 7 years ago
Jeff Davis 6ae4e8eae7 Allow simplehash to use already-calculated hash values. 7 years ago
Tom Lane 7266d0997d Allow functions-in-FROM to be pulled up if they reduce to constants. 7 years ago
Peter Geoghegan a8d6a95eb9 Bump catversion. 7 years ago
Peter Geoghegan 71dcd74386 Add sort support routine for the inet data type. 7 years ago
Tom Lane da9456d22a Add an isolation test to exercise parallel-worker deadlock resolution. 7 years ago
Tom Lane 4886da8327 Mark advisory-lock functions as parallel restricted, not parallel unsafe. 7 years ago
Peter Eisentraut fd6ec93bf8 Add error codes to some corruption log messages 7 years ago
Michael Paquier b2a3d706b8 Fix handling of previous password hooks in passwordcheck 7 years ago
Tom Lane 07b39083c2 Fix pg_dump's handling of dependencies for custom opclasses. 7 years ago
Peter Eisentraut f140007050 Run UTF8-requiring collation tests by default 7 years ago
Andres Freund 870b1d6800 Remove superfluous newlines in function prototypes. 7 years ago
Andres Freund 6384e87be2 Remove superfluous semicolon. 7 years ago
Michael Paquier 652a8947d9 Remove orphaned structure member in pgcrypto 7 years ago
Heikki Linnakangas a29834beb1 Allow table AM's to use rd_amcache, too. 7 years ago
Heikki Linnakangas d8b094dabb Print WAL position correctly in pg_rewind error message. 7 years ago
Tomas Vondra 14ef15a222 Don't build extended statistics on inheritance trees 7 years ago
Michael Paquier 04cf0bfc90 Fix memory leak coming from simple lists built in reindexdb 7 years ago
Tom Lane 3420851a2c Fix busted logic for parallel lock grouping in TopoSort(). 7 years ago
Peter Eisentraut 1e2fddfa33 Handle fsync failures in pg_receivewal and pg_recvlogical 7 years ago
Michael Paquier eb43f3d193 Fix inconsistencies and typos in the tree 7 years ago
Michael Paquier 7cce159349 Fix handling of expressions and predicates in REINDEX CONCURRENTLY 7 years ago
Thomas Munro a2a777d011 Avoid macro clash with LLVM 9. 7 years ago
Tom Lane b10f40bf0e Improve test coverage for LISTEN/NOTIFY. 7 years ago
Michael Paquier 44460d7017 Doc: Fix event trigger firing table 7 years ago
Michael Paquier b7a82317b6 Fix typo in fd.c 7 years ago
Tom Lane 30717637c1 Fix isolationtester race condition for notices sent before blocking. 7 years ago
Tom Lane ebd4992821 Don't drop NOTICE messages in isolation tests. 7 years ago
Michael Paquier 5ab892c391 Add support for --jobs in reindexdb 7 years ago
Peter Eisentraut 4552c0f566 pg_upgrade: Update obsolescent documentation note 7 years ago
Peter Eisentraut 959f6d6a18 pg_upgrade: Default new bindir to pg_upgrade location 7 years ago
Peter Eisentraut 0befb4f313 pg_upgrade: Check all used executables 7 years ago
Peter Eisentraut 28cb0555c1 Fix typo in pg_upgrade file header 7 years ago
Alvaro Herrera 0994cfc0ac Don't uselessly escape a string that doesn't need escaping 7 years ago