summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2019-04-15Unbreak index optimization for LIKE on byteaPeter Eisentraut
2019-04-13Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-04-07Avoid fetching past the end of the indoption array.Tom Lane
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-04-05Fix compiler warningPeter Eisentraut
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Make queries' locking of indexes more consistent.Tom Lane
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-03Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2019-04-03Tweak docs for log_statement_sample_rateAlvaro Herrera
2019-04-03Log all statements from a sample of transactionsAlvaro Herrera
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-04-02Add support for partial TOAST decompressionStephen Frost
2019-04-02Add wal_recycle and wal_init_zero GUCs.Thomas Munro
2019-04-01Add volatile qualifier missed in commit 2e616dee9.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-04-01Throw error in jsonb_path_match() when result is not single booleanAlexander Korotkov
2019-04-01Restrict some cases in parsing numerics in jsonpathAlexander Korotkov