Commit Graph

57656 Commits (6a1ea02c491d16474a6214603dce40b5b122d4d1)
 

Author SHA1 Message Date
Heikki Linnakangas 6a1ea02c49 Fix locking when fixing an incomplete split of a GIN internal page 2 years ago
Alvaro Herrera 6d4565a05f
libpq: Move cancellation related functions to fe-cancel.c 2 years ago
Amit Kapila cf765ff824 Doc: Fix incorrect reference to conflicting column in pg_replication_slots. 2 years ago
Peter Eisentraut 54fac0e505 Remove make function vpathsearch 2 years ago
Amit Kapila a9a47fb6d9 Fix comments in ReplicationSlotAcquire(). 2 years ago
Amit Kapila 7329240437 Allow setting failover property in the replication command. 2 years ago
Masahiko Sawada 08e6344fd6 Remove ReorderBufferTupleBuf structure. 2 years ago
Michael Paquier 50b797dc99 Fix DROP ROLE when specifying duplicated roles 2 years ago
David Rowley a3a836fb5e Attempt to fix newly added Memoize regression test 2 years ago
Tom Lane 5e444a2526 Compare varnullingrels too in assign_param_for_var(). 2 years ago
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