summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-09-25Implement jsonpath .datetime() methodAlexander Korotkov
2019-09-25Allow datetime values in JsonbValueAlexander Korotkov
2019-09-25Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov
2019-09-25Implement parse_datetime() functionAlexander Korotkov
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-09-25Split out recovery confing-writing code from pg_basebackupAlvaro Herrera
2019-09-25Allow definition of lock mode for custom reloptionsMichael Paquier
2019-09-24Rework WAL-reading supporting structsAlvaro Herrera
2019-09-24Speedup truncations of relation forks.Fujii Masao
2019-09-23Fix ExprState's tag to be of type NodeTag rather than Node.Andres Freund
2019-09-22Fix failure to zero-pad the result of bitshiftright().Tom Lane
2019-09-21Straighten out leakproofness markings on text comparison functions.Tom Lane
2019-09-21Fix up handling of nondeterministic collations with pattern_ops opclasses.Tom Lane
2019-09-20Split out code into new getKeyJsonValueFromContainer()Alvaro Herrera
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
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