summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-14Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley
2023-04-13Fix PHJ match bit initialization.Thomas Munro
2023-04-13Remove code in charge of freeing regexps generation by Lab.cMichael Paquier
2023-04-13Remove old GUC name mapping for "force_parallel_mode"David Rowley
2023-04-13Update Unicode data to CLDR 43Peter Eisentraut
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-13Explicitly require MIT Kerberos for GSSAPIStephen Frost
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-13Skip the 004_io_direct.pl test if a pre-flight check fails.Thomas Munro
2023-04-12Remove overzealous assertion from PHJ.Thomas Munro
2023-04-12Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-12Fix parallel-safety marking when moving initplans to another node.Tom Lane
2023-04-12Fix incorrect format placeholdersPeter Eisentraut
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