Commit Graph

57590 Commits (d86d20f0ba79451f19782dbb5fbf206746aaffd1)
 

Author SHA1 Message Date
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
Robert Haas 7b1dbf0a8d More documentation updates for incremental backup. 2 years ago
Alvaro Herrera 27d04ed531
Rework text in replication slots documentation 2 years ago
Peter Eisentraut ed1e0a6512 Error message capitalisation 2 years ago
Peter Eisentraut 686db12de3 Fix an issue in PostgreSQL::Test::Cluster:psql() 2 years ago
Michael Paquier 0ae3b46621 Improve handling of dropped partitioned indexes for REINDEX INDEX 2 years ago
Michael Paquier 8013850c85 Add try_index_open(), conditional variant of index_open() 2 years ago
Michael Paquier 2f35c14cfb seg: Add test "security" in meson.build 2 years ago
Alexander Korotkov 4b885d01f9 Remove the flaky check in event_trigger_login regression test 2 years ago
Alexander Korotkov 58fbbc9d68 Fix spelling in notice 2 years ago
Heikki Linnakangas 2b53a462cf Fix incorrect comment on how BackendStatusArray is indexed 2 years ago
Daniel Gustafsson 7cfa154d15 Close socket in case of errors in setting non-blocking 2 years ago
Michael Paquier 44ad5129ce Fix description of DecodeInsert() in decode.c 2 years ago
Michael Paquier 061cc7eaca Remove some comments related to pqPipelineSync() and PQsendPipelineSync() 2 years ago
Michael Paquier 2197d06224 Add support for parsing of large XML data (>= 10MB) 2 years ago
Michael Paquier 65c5864d7f xml2: Replace deprecated routines with recommended ones 2 years ago
Alexander Korotkov 8ad1f7db87 Fix format specifier for NOTICE in copyfrom.c 2 years ago
Alexander Korotkov 9e2d870119 Add new COPY option SAVE_ERROR_TO 2 years ago
David Rowley c7e5e994b2 Fix REALLOCATE_BITMAPSETS code 2 years ago
Robert Haas 45d395cd75 Be more consistent about whether to update the FSM while vacuuming. 2 years ago
Peter Eisentraut 6995863157 Support identity columns in partitioned tables 2 years ago
Daniel Gustafsson 7bcf57a0ca Decorate WITH with literal markup tags 2 years ago
Heikki Linnakangas c6b86eaa55 Add missing PGDLLIMPORT markings 2 years ago
Alvaro Herrera 5850253973
struct XmlTableRoutine: use C99 designated initializers 2 years ago