Commit Graph

57613 Commits (1edb3b491bee373bdfcbfc1c2707b5428c2023b9)
 

Author SHA1 Message Date
Amit Langote 1edb3b491b Adjust populate_record_field() to handle errors softly 2 years ago
Amit Langote aaaf9449ec Add soft error handling to some expression nodes 2 years ago
Michael Paquier bb812ab091 Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees 2 years ago
Nathan Bossart bcd5b4bcbe Fix crash in autoprewarm. 2 years ago
Peter Eisentraut 79b03dbb33 Support shared libraries on Android (using make) 2 years ago
Peter Eisentraut f4447af5b1 meson: Map host_system android to linux 2 years ago
Peter Eisentraut 6eb6086faa Fix makefiles for newly added files 2 years ago
Daniel Gustafsson 68387f9bdc doc: Add acronym and glossary term for Access Method 2 years ago
Peter Eisentraut 4b4b3467ee meson: portname was set too early 2 years ago
Heikki Linnakangas 21ef4d4d89 Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h" 2 years ago
Peter Eisentraut 9b1a6f50b9 Generate syscache info from catalog files 2 years ago
Michael Paquier 46d8587b50 Improve stability of recovery test 035_standby_logical_decoding 2 years ago
David Rowley b262ad440e Add better handling of redundant IS [NOT] NULL quals 2 years ago
Michael Paquier 183b6f73b0 ci: Enable injection points in builds 2 years ago
Nathan Bossart 4372adfa24 Fix possible NULL pointer dereference in GetNamedDSMSegment(). 2 years ago
Michael Paquier cdd863480c Fix ERROR message in injection_point.c 2 years ago
Heikki Linnakangas 0eb23285a2 Fix two memcpy() bugs in the new injection point code 2 years ago
Alvaro Herrera 49f7c6c44a
Abort pgbench if script end is reached with an open pipeline 2 years ago
Alvaro Herrera 752533d40f
Test EXPLAIN (FORMAT JSON) ... XMLTABLE 2 years ago
Peter Eisentraut b0f0a9432d Make documentation builds reproducible 2 years ago
David Rowley 2bcf0785cd Re-disallow Memoize for parameterized nested loops with join filters 2 years ago
Michael Paquier b199eb89c6 Fix some typos 2 years ago
Michael Paquier 49cd2b93d7 Add test module injection_points 2 years ago
Michael Paquier d86d20f0ba Add backend support for injection points 2 years ago
Alexander Korotkov c03d91d9be Fix table name collision in tests in 0452b461bc 2 years ago
Alexander Korotkov 0452b461bc Explore alternative orderings of group-by pathkeys during optimization. 2 years ago
Alexander Korotkov 7ab80ac1ca Generalize the common code of adding sort before processing of grouping 2 years ago
Tom Lane 58447e3189 Add hint about not qualifying UPDATE...SET target with relation name. 2 years ago
Tom Lane 075df6b208 Add planner support functions for range operators <@ and @>. 2 years ago
Nathan Bossart abb0b4fc03 Teach autoprewarm to use the dynamic shared memory registry. 2 years ago
Nathan Bossart 8b2bcf3f28 Introduce the dynamic shared memory registry. 2 years ago
Nathan Bossart 964152c476 doc: Reorganize section for shared memory and LWLocks. 2 years ago
Alexander Korotkov 448a3331d9 Fix name collision in c64086b79d 2 years ago
Daniel Gustafsson b2a296b0cf doc: Update compiler for FreeBSD specific instructions 2 years ago
Alexander Korotkov c64086b79d Reorder actions in ProcArrayApplyRecoveryInfo() 2 years ago
Peter Eisentraut 6db4598fcb Add stratnum GiST support function 2 years ago
Alexander Korotkov b725b7eec4 Rename COPY option from SAVE_ERROR_TO to ON_ERROR 2 years ago
John Naylor dd0a0cfc81 Fixed misspelled byteswap function for big endian machines 2 years ago
John Naylor 0aba255440 Add optimized C string hashing 2 years ago
John Naylor e97b672c88 Add inline incremental hash functions for in-memory use 2 years ago
Michael Paquier 04c0897d3b psql: Add ignore_slash_options in bind's inactive branch 2 years ago
Michael Paquier 3ada0d2cae Fix incorrect placeholder in walreceiver.c 2 years ago
Nathan Bossart d891dcc065 Improve some documentation about the bootstrap superuser. 2 years ago
Jeff Davis dd3ca8cbb0 Fix buildfarm error from commit 5c31669058. 2 years ago
David Rowley 4b31063643 Fix broken Bitmapset optimization in DiscreteKnapsack() 2 years ago
Tom Lane 57b440ec11 Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. 2 years ago
Robert Haas e313a61137 Remove LVPagePruneState. 2 years ago
Robert Haas cb970240f1 Move VM update code from lazy_scan_heap() to lazy_scan_prune(). 2 years ago
Robert Haas 0a157a4d44 Clarify language in incremental backup glossary entry. 2 years ago
Robert Haas c120550edb Optimize vacuuming of relations with no indexes. 2 years ago