summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-08-27Add logical change details to logical replication worker errcontext.Amit Kapila
2021-08-26Extend collection of Unicode combining characters to beyond the BMPJohn Naylor
2021-08-26Update display widths as part of updating UnicodeJohn Naylor
2021-08-26Revert "Rename unicode_combining_table to unicode_width_table"John Naylor
2021-08-26Revert "Change mbbisearch to return the character range"John Naylor
2021-08-25Change mbbisearch to return the character rangeJohn Naylor
2021-08-25Rename unicode_combining_table to unicode_width_tableJohn Naylor
2021-08-25Fix typoPeter Eisentraut
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-22Allow parallel DISTINCTDavid Rowley
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-08-19Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-08-17Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-16Use direct function calls for pg_popcount{32,64} on non-x86 platformsJohn Naylor
2021-08-13Add RISC-V spinlock support in s_lock.h.Tom Lane
2021-08-13Remove support for background workers without BGWORKER_SHMEM_ACCESS.Andres Freund
2021-08-13Fix incorrect hash table resizing code in simplehash.hDavid Rowley
2021-08-10Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane
2021-08-09Avoid determining regexp subexpression matches, when possible.Tom Lane
2021-08-08Change NestPath node to contain JoinPath nodePeter Eisentraut
2021-08-08Change SeqScan node to contain Scan nodePeter Eisentraut
2021-08-08Remove unused function declarationDavid Rowley
2021-08-08Move temporary file cleanup to before_shmem_exit().Andres Freund
2021-08-07Remove T_MemoryContextPeter Eisentraut
2021-08-05process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund
2021-08-05process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund
2021-08-05process startup: Move AuxiliaryProcessMain into its own file.Andres Freund
2021-08-05process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund
2021-08-05pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund
2021-08-04Add prepare API support for streaming transactions in logical replication.Amit Kapila
2021-08-03Add assorted new regexp_xxx SQL functions.Tom Lane
2021-08-03Allow ordered partition scans in more casesDavid Rowley
2021-08-02Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley
2021-08-02Run checkpointer and bgwriter in crash recovery.Thomas Munro
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-07-28Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier
2021-07-26Allow numeric scale to be negative or greater than precision.Dean Rasheed
2021-07-25Get rid of artificial restriction on hash table sizes on Windows.Tom Lane
2021-07-24Fix failure of some headers to compile "standalone".Tom Lane
2021-07-24Unify parsing logic for command-line integer optionsMichael Paquier
2021-07-22Make nodeSort.c use Datum sorts for single column sortsDavid Rowley
2021-07-21Add missing enum tags in enums used in nodesPeter Eisentraut
2021-07-21Rename NodeTag of ExprStatePeter Eisentraut
2021-07-18Support direct I/O on macOS.Thomas Munro
2021-07-18Forgotten catversion bump for 9e3c217bd9Alexander Korotkov
2021-07-18Support for unnest(multirange)Alexander Korotkov
2021-07-16Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera