summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-25Refactor reloption handling for index AMs in-coreMichael Paquier
2019-11-08Add backtrace support for error reportingAlvaro Herrera
2019-11-07Fix nested error handling in PG_FINALLYPeter Eisentraut
2019-11-06Allow sampling of statements depending on durationTomas Vondra
2019-11-01Add some assertions to view reloption macrosPeter Eisentraut
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-31Add const qualifiers to internal range type APIsPeter Eisentraut
2019-10-25Improve management of statement timeouts.Tom Lane
2019-10-21Refactor jsonpath's compareDatetime()Alexander Korotkov
2019-10-16Refresh some incorrect links in pg_crc.c/hMichael Paquier
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-10-05Change MemoryContextMemAllocated to return SizeTomas Vondra
2019-10-01Add transparent block-level memory accountingTomas Vondra
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-22Fix failure to zero-pad the result of bitshiftright().Tom Lane
2019-09-20Split out code into new getKeyJsonValueFromContainer()Alvaro Herrera
2019-09-17Fix bogus handling of XQuery regex option flags.Tom Lane
2019-09-16Support for FF1-FF6 datetime format patternsAlexander Korotkov
2019-09-11Rearrange postmaster's startup sequence for better syslogger results.Tom Lane
2019-08-28Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro
2019-08-19Add fmgr.h include to selfuncs.h.Andres Freund
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-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-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-08-04Revert "Add log_statement_sample_rate parameter"Tomas Vondra
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-30Allow table AM's to use rd_amcache, too.Heikki Linnakangas
2019-07-24Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-07Remove more unreferenced function declarationsMichael Paquier
2019-07-05Remove unreferenced function declarations.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-07-01Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch
2019-06-30Don't call data type input functions in GUC check hooksPeter Eisentraut
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier