summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-09-18Remove unused smgrdounlinkfork() function.Fujii Masao
2019-09-17Fix bogus handling of XQuery regex option flags.Tom Lane
2019-09-16Support for FF1-FF6 datetime format patternsAlexander Korotkov
2019-09-15Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm."Noah Misch
2019-09-14For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm.Noah Misch
2019-09-14Replace xlc __fetch_and_add() with inline asm.Noah Misch
2019-09-13Fix under-parenthesized macro definitionsAlvaro Herrera
2019-09-13Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera
2019-09-12Fix nbtree page split rmgr desc routine.Peter Geoghegan
2019-09-12Reorder two nbtree.h function prototypes.Peter Geoghegan
2019-09-11Rearrange postmaster's startup sequence for better syslogger results.Tom Lane
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-09-09Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund
2019-09-08Fix handling of NULL distances in KNN-GiSTAlexander Korotkov
2019-09-07Fix issues around strictness of SIMILAR TO.Tom Lane
2019-09-06Create an API for inserting and deleting rows in TOAST tables.Robert Haas
2019-09-05Use data directory inode number, not port, to select SysV resource keys.Tom Lane
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-09-05Use explicit_bzeroPeter Eisentraut
2019-09-03Make XLogReaderInvalReadState staticAlvaro Herrera
2019-09-03Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera
2019-09-02Add overflow-safe math inline functions for unsigned integersMichael Paquier
2019-08-28Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro
2019-08-26Make comment in fmgr.h match the one in fmgr.c.Tom Lane
2019-08-21Update comments on nbtree stack struct.Peter Geoghegan
2019-08-21Remove configure detection of crypt()Peter Eisentraut
2019-08-21Fix typoAlvaro Herrera
2019-08-19Add fmgr.h include to selfuncs.h.Andres Freund
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-18Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane
2019-08-18Fix incidental warnings from cpluspluscheck.Tom Lane
2019-08-17Improve Assert outputPeter Eisentraut
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-08-16Don't include utils/array.h from acl.h.Andres Freund
2019-08-16Remove redundant prototypes for SQL callable functions.Andres Freund
2019-08-14Remove block number field from nbtree stack.Peter Geoghegan
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-12Remove EState.es_range_table_array.Tom Lane
2019-08-12Rationalize use of list_concat + list_copy combinations.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-05Show specific OID suggestion in unused_oids output.Peter Geoghegan
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
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-04Improve pruning of a default partitionAlvaro Herrera
2019-08-02Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund
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