summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-04-11Refine the guidelines for rmgrdesc authors.Peter Geoghegan
2023-04-11Fix Heap rmgr's desc output for infobits arrays.Peter Geoghegan
2023-04-11Fix xl_heap_lock WAL record field's data type.Peter Geoghegan
2023-04-11035_standby_logical_decoding: Add missing waits for replicationAndres Freund
2023-04-11Fix uninitialized variable in transformTableLikeClause()David Rowley
2023-04-11Improve ereports for VACUUM's BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-11Clarify nbtree posting list update desc issue.Peter Geoghegan
2023-04-10Fix nbtree posting list update desc output.Peter Geoghegan
2023-04-08Simplify version check for SKIP clauseDaniel Gustafsson
2023-04-08Use higher wal_level for 004_io_direct.pl.Thomas Munro
2023-04-08Improve indentation of multiline initialization expressions.Tom Lane
2023-04-08Try to unbreak MSVC builds for pg_waldumpAndrew Dunstan
2023-04-08Suppress bogus printout during new 035_standby_logical_decoding.pl test.Tom Lane
2023-04-08Skip \password TAP test on old IPC::Run versionsDaniel Gustafsson
2023-04-08Try to unbreak MSVC builds for fuzzystrmatchAndrew Dunstan
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Redesign interrupt/cancel API for regex engine.Thomas Munro
2023-04-08Update tsearch regex memory management.Thomas Munro
2023-04-08Use MemoryContext API for regex memory management.Thomas Munro
2023-04-08TAP test for logical decoding on standbyAndres Freund
2023-04-08Allow logical decoding on standbysAndres Freund
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-08Add missing .gitignore entry.Tom Lane
2023-04-08Add support for Kerberos credential delegationStephen Frost
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-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-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