summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-08For cascading replication, wake physical and logical walsenders separatelyAndres Freund
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Support invalidating replication slots due to horizon and wal_levelAndres Freund
2023-04-08Fix underspecified sort order in inherit.sqlAndres Freund
2023-04-08Prevent use of invalidated logical slot in CreateDecodingContext()Andres Freund
2023-04-08Replace replication slot's invalidated_at LSN with an enumAndres Freund
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-08Doc: Fix the datatype of the newly added SUBSCRIPTION options.Amit Kapila
2023-04-08Add missing .gitignore entry.Tom Lane
2023-04-08Remove useless dependencies in daitch_mokotoff_header.pl.Tom Lane
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-08Pacify perlcritic.Tom Lane
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-07Show more detail in nbtree rmgr descriptions.Peter Geoghegan
2023-04-07For Kerberos testing, disable DNS lookupsStephen Frost
2023-04-07Show more detail in heapam rmgr descriptions.Peter Geoghegan
2023-04-07Adjust contrib/sepgsql regression test expected outputs.Tom Lane
2023-04-07Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch.Tom Lane
2023-04-07Fix table name clash in recently introduced testAndres Freund
2023-04-07Improve IO accounting for temp relation writesAndres Freund
2023-04-07Test SCRAM iteration changes with psql \passwordDaniel Gustafsson
2023-04-07Refactor background psql TAP functionsDaniel Gustafsson
2023-04-07Fix underspecified sort order in test queryAlvaro Herrera
2023-04-07Add pg_buffercache_usage_counts() to contrib/pg_buffercache.Tom Lane
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.Tom Lane
2023-04-07Add array_sample() and array_shuffle() functions.Tom Lane
2023-04-07Fix locale-dependent test case.Tom Lane
2023-04-07Fix copy-paste bug in 12f3867f553 triggering an assert after a write errorAndres Freund
2023-04-07Add tab-completion for newly added SUBSCRIPTION options.Amit Kapila
2023-04-07Add more protections in WAL record APIs against overflowsMichael Paquier
2023-04-07Use ExtendBufferedRelTo() in XLogReadBufferExtended()Andres Freund
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund
2023-04-06Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson
2023-04-06Separate vacuum cost variables from GUCsDaniel Gustafsson
2023-04-06Make vacuum failsafe_active globally visibleDaniel Gustafsson
2023-04-06Stabilize just-added regression test cases.Tom Lane
2023-04-06psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane
2023-04-06Fix ts_headline() edge cases for empty query and empty search text.Tom Lane
2023-04-06hio: Don't pin the VM while holding buffer lock while extendingAndres Freund
2023-04-06hio: Relax rules for calling GetVisibilityMapPins()Andres Freund
2023-04-06psql: add an optional execution-count limit to \watch.Tom Lane
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2023-04-06postgres_fdw: Add support for parallel abort.Etsuro Fujita
2023-04-06Move various prechecks from vacuum() into ExecVacuum()David Rowley
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund