Commit Graph

57630 Commits (924d046dcf55887c98a1628675a30f4b0eebe556)
 

Author SHA1 Message Date
Peter Eisentraut 924d046dcf Add a const decoration 2 years ago
Alvaro Herrera 55627ba2d3
Remove dummy_spinlock 2 years ago
Peter Eisentraut 4d969b2f85 MergeAttributes: convert pg_attribute back to ColumnDef before comparing 2 years ago
Alvaro Herrera 46778187f5
Fix s_lock_test compile 2 years ago
Amit Langote fba2112b15 Silence compiler warning introduced in 1edb3b491b 2 years ago
Michael Paquier 1d35f705e1 Add more LOG messages when starting and ending recovery from a backup 2 years ago
Amit Kapila c393308b69 Allow to enable failover property for replication slots via SQL API. 2 years ago
Peter Eisentraut 86232a49a4 Fix comment on gist_stratnum_btree 2 years ago
Fujii Masao a044e61f1b Remove redundant HandleWalWriterInterrupts(). 2 years ago
Thomas Munro 820b5af73d jit: Require at least LLVM 10. 2 years ago
Masahiko Sawada 729439607a Add progress reporting of skipped tuples during COPY FROM. 2 years ago
Thomas Munro d282e88e50 Track LLVM 18 changes. 2 years ago
Alexander Korotkov b91f918708 Rename index "abc" in aggregates.sql 2 years ago
Peter Eisentraut 46a0cd4cef Add temporal PRIMARY KEY and UNIQUE constraints 2 years ago
Alvaro Herrera 74a7306310
Improve notation of BuiltinTrancheNames 2 years ago
Michael Paquier 94edfe250c pgbench: Add \syncpipeline 2 years ago
Amit Langote faa2b953ba Refactor code used by jsonpath executor to fetch variables 2 years ago
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