aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-14
* Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.Tom Lane2020-12-08
* jit: Correct parameter type for generated expression evaluation functions.Andres Freund2020-12-07
* backpatch "jit: Add support for LLVM 12."Andres Freund2020-12-07
* Fix missed step in removal of useless RESULT RTEs in the planner.Tom Lane2020-12-05
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera2020-12-01
* Free disk space for dropped relations on commit.Thomas Munro2020-12-01
* Prevent parallel index build in a standalone backend.Tom Lane2020-11-30
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-30
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane2020-11-28
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas2020-11-20
* Adjust DSM and DSA slot usage constants (back-patch).Thomas Munro2020-11-20
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-19
* Don't Insert() a VFD entry until it's fully built.Tom Lane2020-11-16
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-16
* Use "true" not "TRUE" in one ICU function call.Tom Lane2020-11-16
* Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane2020-11-15
* doc: wire protocol data type for history file content is byteaBruce Momjian2020-11-12
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-11
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Translation updatesPeter Eisentraut2020-11-09
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Plug memory leak in index_get_partitionAlvaro Herrera2020-11-06
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* Revert "Accept relations of any kind in LOCK TABLE".Tom Lane2020-11-06
* Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane2020-11-05
* Enable hash partitioning of text arraysPeter Eisentraut2020-11-04
* Guard against core dump from uninitialized subplan.Tom Lane2020-11-03
* Allow users with BYPASSRLS to alter their own passwords.Tom Lane2020-11-03
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-11-02
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-01
* Reproduce debug_query_string==NULL on parallel workers.Noah Misch2020-10-31
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Fix use-after-free bug with event triggers and ALTER TABLE.Tom Lane2020-10-27
* Accept relations of any kind in LOCK TABLEAlvaro Herrera2020-10-27
* Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane2020-10-25
* Fix incorrect parameter name in a function header commentDavid Rowley2020-10-25
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* Avoid invalid alloc size error in shm_mqPeter Eisentraut2020-10-20
* Relax some asserts in merge join costing codeDavid Rowley2020-10-20
* llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund2020-10-15
* llvmjit: Also copy parameter / return value attributes from template functions.Andres Freund2020-10-15
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2020-10-15
* Fix GiST buffering build to work when there are included columns.Tom Lane2020-10-12