Commit Graph

56004 Commits (6db75edb2ecbc9f6912f90b671b01ab4ac3a01b0)
 

Author SHA1 Message Date
Thomas Munro 6db75edb2e Update contrib/trgm_regexp's memory management. 2 years ago
Thomas Munro 4f51429dd7 Update tsearch regex memory management. 2 years ago
Thomas Munro bea3d7e383 Use MemoryContext API for regex memory management. 2 years ago
Andres Freund fcd77d5321 TAP test for logical decoding on standby 2 years ago
Andres Freund 0fdab27ad6 Allow logical decoding on standbys 2 years ago
Andres Freund e101dfac3a For cascading replication, wake physical and logical walsenders separately 2 years ago
Andres Freund 26669757b6 Handle logical slot conflicts on standby 2 years ago
Andres Freund be87200efd Support invalidating replication slots due to horizon and wal_level 2 years ago
Andres Freund 2ed16aacf1 Fix underspecified sort order in inherit.sql 2 years ago
Andres Freund 4397abd0a2 Prevent use of invalidated logical slot in CreateDecodingContext() 2 years ago
Andres Freund 15f8203a59 Replace replication slot's invalidated_at LSN with an enum 2 years ago
Thomas Munro d4e71df6d7 Add io_direct setting (developer-only). 2 years ago
Thomas Munro faeedbcefd Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. 2 years ago
Amit Kapila d73c285af5 Doc: Fix the datatype of the newly added SUBSCRIPTION options. 2 years ago
Tom Lane db6957bae8 Add missing .gitignore entry. 2 years ago
Tom Lane 2bfbad9c42 Remove useless dependencies in daitch_mokotoff_header.pl. 2 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 2 years ago
Tom Lane edc627ae27 Pacify perlcritic. 2 years ago
Andres Freund ac8d53dae5 Track IO times in pg_stat_io 2 years ago
Peter Geoghegan 1c453cfd89 Show more detail in nbtree rmgr descriptions. 2 years ago
Stephen Frost ce5e234085 For Kerberos testing, disable DNS lookups 2 years ago
Peter Geoghegan 7d8219a444 Show more detail in heapam rmgr descriptions. 2 years ago
Tom Lane 76c111a7f1 Adjust contrib/sepgsql regression test expected outputs. 2 years ago
Tom Lane a290378a37 Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2 years ago
Andres Freund 728015a470 Fix table name clash in recently introduced test 2 years ago
Andres Freund 704261ecc6 Improve IO accounting for temp relation writes 2 years ago
Daniel Gustafsson bf5a894c55 Test SCRAM iteration changes with psql \password 2 years ago
Daniel Gustafsson 664d757531 Refactor background psql TAP functions 2 years ago
Alvaro Herrera 32bc0d022d
Fix underspecified sort order in test query 2 years ago
Tom Lane f3fa31327e Add pg_buffercache_usage_counts() to contrib/pg_buffercache. 2 years ago
Alvaro Herrera e056c557ae
Catalog NOT NULL constraints 2 years ago
Tom Lane ff245a3788 Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs. 2 years ago
Tom Lane 888f2ea0a8 Add array_sample() and array_shuffle() functions. 2 years ago
Tom Lane cd82e5c79d Fix locale-dependent test case. 2 years ago
Andres Freund 21d7c05a5c Fix copy-paste bug in 12f3867f55 triggering an assert after a write error 2 years ago
Amit Kapila 96c498d2f8 Add tab-completion for newly added SUBSCRIPTION options. 2 years ago
Michael Paquier 8fcb32db98 Add more protections in WAL record APIs against overflows 2 years ago
Andres Freund 26158b852d Use ExtendBufferedRelTo() in XLogReadBufferExtended() 2 years ago
David Rowley ae78cae3be Add --buffer-usage-limit option to vacuumdb 2 years ago
Andres Freund 00d1e02be2 hio: Use ExtendBufferedRelBy() to extend tables more efficiently 2 years ago
David Rowley 1cbbee0338 Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option 2 years ago
Andres Freund 5279e9db8e heapam: Pass number of required pages to RelationGetBufferForTuple() 2 years ago
Daniel Gustafsson 7d71d3dd08 Refresh cost-based delay params more frequently in autovacuum 2 years ago
Daniel Gustafsson a85c60a945 Separate vacuum cost variables from GUCs 2 years ago
Daniel Gustafsson 71a825194f Make vacuum failsafe_active globally visible 2 years ago
Tom Lane 5499706bdf Stabilize just-added regression test cases. 2 years ago
Tom Lane 31ae2aa9d2 psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. 2 years ago
Tom Lane 029dea882a Fix ts_headline() edge cases for empty query and empty search text. 2 years ago
Andres Freund 18103b7c5f hio: Don't pin the VM while holding buffer lock while extending 2 years ago
Andres Freund bba9003b62 hio: Relax rules for calling GetVisibilityMapPins() 2 years ago