Commit Graph

57646 Commits (25cd2d64021ae081cbcef1592e0ee04ddda2e975)
 

Author SHA1 Message Date
Tom Lane 25cd2d6402 Detect Julian-date overflow in timestamp[tz]_pl_interval. 2 years ago
Robert Haas 5ddf997347 Temporary patch to help debug pg_walsummary test failures. 2 years ago
Robert Haas 5eafacd279 Combine FSM updates for prune and no-prune cases. 2 years ago
Peter Eisentraut f7cf9494ba Split some code out from MergeAttributes() 2 years ago
Alvaro Herrera 8c9da1441d
Make spelling of cancelled/cancellation consistent 2 years ago
Peter Eisentraut 64444ce071 MergeAttributes code deduplication 2 years ago
Michael Paquier f2bf8fb048 Reindex toast before its main relation in reindex_relation() 2 years ago
David Rowley bc397e5cdb De-dupicate Memoize cache keys 2 years ago
Michael Paquier bd5760df38 Fix comment in index.c 2 years ago
David Rowley 2cca95e175 Improve NestLoopParam generation for lateral subqueries 2 years ago
Michael Paquier f2743a7d70 Revert "Add support for parsing of large XML data (>= 10MB)" 2 years ago
Heikki Linnakangas 376c216138 Update comment, generation mem contexts have a "keeper" block 2 years ago
Tom Lane 8ba6fdf905 Support TZ and OF format codes in to_timestamp(). 2 years ago
Andrew Dunstan 06a66d87db Clean up a bug in sql/json items commit 66ea94e8e6 2 years ago
Tom Lane 7014c9a4bb Doc: improve documentation for jsonpath behavior. 2 years ago
Andrew Dunstan 66ea94e8e6 Implement various jsonpath methods 2 years ago
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