summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-08-05Translation updatesPeter Eisentraut
2019-07-26Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane
2019-07-26Fix loss of fractional digits for large values in cash_numeric().Tom Lane
2019-07-18Fix error in commit e6feef57.Jeff Davis
2019-07-18Fix daterange canonicalization for +/- infinity.Jeff Davis
2019-07-16Fix thinko in construction of old_conpfeqop list.Tom Lane
2019-07-10Fix variable initialization when using buffering build with GiSTMichael Paquier
2019-07-01Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch
2019-06-30Repair logic for reordering grouping sets optimization.Andrew Gierth
2019-06-28Fix misleading comment in nodeIndexonlyscan.c.Thomas Munro
2019-06-27Update reference to sampling algorithm in analyze.cTomas Vondra
2019-06-24Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane
2019-06-20Remove obsolete comments about sempahores from proc.c.Thomas Munro
2019-06-17Translation updatesPeter Eisentraut
2019-06-12Fix incorrect printing of queries with duplicated join names.Tom Lane
2019-06-12Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane
2019-06-12Fix handling of COMMENT for domain constraintsMichael Paquier
2019-06-11Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-05-12Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane
2019-05-12Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch
2019-05-12Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane
2019-05-10Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane
2019-05-08Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas
2019-05-06Translation updatesPeter Eisentraut
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-02Fix reindexing of pg_class indexes some more.Tom Lane
2019-05-01Fix unused variable compiler warning in !debug builds.Andres Freund
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-04-24Fix some minor postmaster-state-machine issues.Tom Lane
2019-04-23Repair assorted issues in locale data extraction.Tom Lane
2019-04-17postgresql.conf.sample: add proper defaults for include actionsBruce Momjian
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-10Fix backwards test in operator_precedence_warning logic.Tom Lane
2019-04-09Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch
2019-04-09Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch
2019-04-08Fix improper interaction of FULL JOINs with lateral references.Tom Lane
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-02Perform RLS subquery checks as the right user when going via a view.Dean Rasheed
2019-04-01Update HINT for pre-existing shared memory block.Noah Misch
2019-03-27Track unowned relations in doubly-linked listTomas Vondra
2019-03-24Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov
2019-03-23Remove inadequate check for duplicate "xml" PI.Tom Lane
2019-03-23Revert strlen -> strnlen optimization pre-v11.Tom Lane
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-19Make checkpoint requests more robust.Tom Lane
2019-03-14Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane