Commit Graph

8933 Commits (9684e426954921e8b2bfa367f9e6a4cbbf4ce5ff)

Author SHA1 Message Date
Thomas Munro 720b59b55b Avoid catalog lookups in RelationAllowsEarlyPruning(). 6 years ago
Tom Lane 348778ddbc Make comment in fmgr.h match the one in fmgr.c. 6 years ago
Peter Geoghegan 091bd6befc Update comments on nbtree stack struct. 7 years ago
Peter Eisentraut c45643d618 Remove configure detection of crypt() 7 years ago
Alvaro Herrera 8f75e8e446 Fix typo 7 years ago
Andres Freund 4c01a11103 Add fmgr.h include to selfuncs.h. 7 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 7 years ago
Tom Lane 927f34ce8a Avoid conflicts with library versions of inet_net_ntop() and friends. 7 years ago
Tom Lane 232720be9b Fix incidental warnings from cpluspluscheck. 7 years ago
Peter Eisentraut d78d452bc5 Improve Assert output 7 years ago
Andres Freund fb3b098fe8 Remove fmgr.h includes from headers that don't really need it. 7 years ago
Andres Freund 6a04d345fd Don't include utils/array.h from acl.h. 7 years ago
Andres Freund 0ae2dc4db2 Remove redundant prototypes for SQL callable functions. 7 years ago
Peter Geoghegan 9c02cf5661 Remove block number field from nbtree stack. 7 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 7 years ago
Tom Lane 3c926587b5 Remove EState.es_range_table_array. 7 years ago
Tom Lane 5ee190f8ec Rationalize use of list_concat + list_copy combinations. 7 years ago
Tom Lane 1661a40505 Cosmetic improvements in setup of planner's per-RTE arrays. 7 years ago
Michael Paquier b8f2da0ac5 Refactor logic to remove trailing CR/LF characters from strings 7 years ago
Peter Geoghegan 98eab30b93 Show specific OID suggestion in unused_oids output. 7 years ago
Noah Misch ffa2d37e5f Require the schema qualification in pg_temp.type_name(arg). 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
Alvaro Herrera 489247b0e6 Improve pruning of a default partition 7 years ago
Andres Freund 2abd7ae9b2 Fix representation of hash keys in Hash/HashJoin nodes. 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 4886da8327 Mark advisory-lock functions as parallel restricted, not parallel unsafe. 7 years ago
Andres Freund 870b1d6800 Remove superfluous newlines in function prototypes. 7 years ago
Heikki Linnakangas a29834beb1 Allow table AM's to use rd_amcache, too. 7 years ago
Michael Paquier 04cf0bfc90 Fix memory leak coming from simple lists built in reindexdb 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
Heikki Linnakangas 6655a7299d Use full 64-bit XID for checking if a deleted GiST page is old enough. 7 years ago
Tom Lane a0555ddab9 Install dependencies to prevent dropping partition key columns. 7 years ago
Peter Eisentraut 7961886580 Revert "initdb: Change authentication defaults" 7 years ago
Peter Eisentraut 09f08930f0 initdb: Change authentication defaults 7 years ago
Peter Eisentraut 19781729f7 Make identity sequence management more robust 7 years ago
Michael Paquier 23bccc823d Fix inconsistencies and typos in the tree 7 years ago
David Rowley 3373c71553 Speed up finding EquivalenceClasses for a given set of rels 7 years ago
Tomas Vondra e38a55ba46 Rework examine_opclause_expression to use varonleft 7 years ago
Peter Geoghegan d004147eb3 Fix nbtree metapage cache upgrade bug. 7 years ago
Tom Lane bc8393cf27 Further adjust SPITupleTable to provide a public row-count field. 7 years ago
Tomas Vondra e8b6ae2130 Fix handling of opclauses in extended statistics 7 years ago
Andres Freund 21039555cd tableam: comment improvements. 7 years ago
Tom Lane fec0778c80 Clarify the distinction between public and private SPITupleTable fields. 7 years ago
Tom Lane d97b714a21 Avoid using lcons and list_delete_first where it's easy to do so. 7 years ago
Thomas Munro dfd0121dc7 Move some md.c-specific logic from smgr.c to md.c. 7 years ago