summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-07-01pgindent run prior to branching v12.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-30Fix breakage introduced in pg_lsn_in()Peter Eisentraut
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-23Don't call PG_RETURN_BOOL() in a function not returning Datum.Noah Misch
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov
2019-06-19Update list of combining charactersPeter Eisentraut
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-06-14Fix typos and inconsistencies in code commentsMichael Paquier
2019-06-12Fix incorrect printing of queries with duplicated join names.Tom Lane
2019-06-11Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane
2019-06-11Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-06-03Fix typos in various placesMichael Paquier
2019-05-26Fix typos.Amit Kapila
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-19Fix declarations of couple jsonpath functionsAlexander Korotkov
2019-05-18tableam: Avoid relying on relation size to determine validity of tids.Andres Freund
2019-05-16More message style fixesAlvaro Herrera
2019-05-14Fix SQL-style substring() to have spec-compliant greediness behavior.Tom Lane
2019-05-14Fix typo.Etsuro Fujita
2019-05-13Fix incorrect return value in JSON equality function for scalarsMichael Paquier
2019-05-12Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch
2019-05-09Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-05-07Improve error reporting in jsonpathAlexander Korotkov
2019-05-07Fix typos and clarify a commentMagnus Hagander
2019-05-06Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed
2019-05-06Fix security checks for selectivity estimation functions with RLS.Dean Rasheed
2019-05-03Remove RelationSetIndexList().Tom Lane
2019-05-02Fix reindexing of pg_class indexes some more.Tom Lane
2019-04-30Message style fixesAlvaro Herrera
2019-04-30Fix several recently introduced issues around handling new relation forks.Andres Freund
2019-04-28Clean up minor warnings from buildfarm.Tom Lane
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-24Unify error messagesAlvaro Herrera
2019-04-23Repair assorted issues in locale data extraction.Tom Lane
2019-04-23Don't request pretty-printed output from xmlNodeDump().Tom Lane
2019-04-19Fix problems with auto-held portals.Tom Lane
2019-04-19Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier
2019-04-18Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut
2019-04-17postgresql.conf.sample: add proper defaults for include actionsBruce Momjian
2019-04-17Minor jsonpath fixes.Tom Lane
2019-04-17Return NULL for checksum failures if checksums are not enabledMagnus Hagander