summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-01-23Suppress variable-set-but-not-used warning from clang 13.Tom Lane
2021-12-12Suppress uninitialized-variable warning in guc.c.Tom Lane
2021-02-08Translation updatesPeter Eisentraut
2021-02-07Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane
2021-02-06Propagate CTE property flags when copying a CTE list into a rule.Tom Lane
2021-02-06Disallow converting an inheritance child table to a view.Tom Lane
2021-02-05Fix backslash-escaping multibyte chars in COPY FROM.Heikki Linnakangas
2021-01-30Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch
2021-01-28Silence another gcc 11 warning.Tom Lane
2021-01-25Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane
2021-01-25Fix hypothetical bug in heap backward scansDavid Rowley
2021-01-20Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier
2021-01-19Remove faulty support for MergeAppend plan with WHERE CURRENT OF.Tom Lane
2021-01-18Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-13Fix memory leak in SnapBuildSerialize.Amit Kapila
2021-01-12Fix thinko in commentAlvaro Herrera
2021-01-08Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2020-12-28Fix inconsistent code with shared invalidations of snapshotsMichael Paquier
2020-12-25Invalidate acl.c caches when pg_authid changes.Noah Misch
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-12-18Avoid memcpy() with same source and destination during relmapper init.Tom Lane
2020-12-14Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-12-01Free disk space for dropped relations on commit.Thomas Munro
2020-11-30Fix miscomputation of direct_lateral_relids for join relations.Tom Lane
2020-11-28Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane
2020-11-24Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth
2020-11-20Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas
2020-11-19Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane
2020-11-16Don't Insert() a VFD entry until it's fully built.Tom Lane
2020-11-12doc: wire protocol data type for history file content is byteaBruce Momjian
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-11-09Translation updatesPeter Eisentraut
2020-11-07Properly detoast data in brin_form_tupleTomas Vondra
2020-11-06Revert "Accept relations of any kind in LOCK TABLE".Tom Lane
2020-11-03Allow users with BYPASSRLS to alter their own passwords.Tom Lane
2020-10-27Fix use-after-free bug with event triggers and ALTER TABLE.Tom Lane
2020-10-27Accept relations of any kind in LOCK TABLEAlvaro Herrera
2020-10-20Avoid invalid alloc size error in shm_mqPeter Eisentraut
2020-10-20Relax some asserts in merge join costing codeDavid Rowley
2020-10-12Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane
2020-10-07Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane
2020-10-05Fix two latent(?) bugs in equivclass.c.Tom Lane
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-09-29Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao