aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Move the shared memory size calculation to its own functionMichael Paquier2021-09-06
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Set the volatility of the timestamptz version of date_bin() back to immutableJohn Naylor2021-09-03
* Enhance pg_stat_reset_single_table_counters function.Fujii Masao2021-09-02
* Optimize fileset usage in apply worker.Amit Kapila2021-09-02
* Mark the timestamptz variant of date_bin() as stableJohn Naylor2021-08-31
* Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila2021-08-30
* Add logical change details to logical replication worker errcontext.Amit Kapila2021-08-27
* Extend collection of Unicode combining characters to beyond the BMPJohn Naylor2021-08-26
* Update display widths as part of updating UnicodeJohn Naylor2021-08-26
* Revert "Rename unicode_combining_table to unicode_width_table"John Naylor2021-08-26
* Revert "Change mbbisearch to return the character range"John Naylor2021-08-26
* Change mbbisearch to return the character rangeJohn Naylor2021-08-25
* Rename unicode_combining_table to unicode_width_tableJohn Naylor2021-08-25
* Fix typoPeter Eisentraut2021-08-25
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Allow parallel DISTINCTDavid Rowley2021-08-22
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19
* Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila2021-08-19
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-19
* Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane2021-08-17
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-16
* Use direct function calls for pg_popcount{32,64} on non-x86 platformsJohn Naylor2021-08-16
* Add RISC-V spinlock support in s_lock.h.Tom Lane2021-08-13
* Remove support for background workers without BGWORKER_SHMEM_ACCESS.Andres Freund2021-08-13
* Fix incorrect hash table resizing code in simplehash.hDavid Rowley2021-08-13
* Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane2021-08-09
* Avoid determining regexp subexpression matches, when possible.Tom Lane2021-08-09
* Change NestPath node to contain JoinPath nodePeter Eisentraut2021-08-08
* Change SeqScan node to contain Scan nodePeter Eisentraut2021-08-08
* Remove unused function declarationDavid Rowley2021-08-08
* Move temporary file cleanup to before_shmem_exit().Andres Freund2021-08-07
* Remove T_MemoryContextPeter Eisentraut2021-08-07
* process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund2021-08-05
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-05
* process startup: Move AuxiliaryProcessMain into its own file.Andres Freund2021-08-05
* process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund2021-08-05
* pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund2021-08-04
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* Add assorted new regexp_xxx SQL functions.Tom Lane2021-08-03
* Allow ordered partition scans in more casesDavid Rowley2021-08-03
* Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley2021-08-03
* Run checkpointer and bgwriter in crash recovery.Thomas Munro2021-08-02
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-28
* Allow numeric scale to be negative or greater than precision.Dean Rasheed2021-07-26
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Fix failure of some headers to compile "standalone".Tom Lane2021-07-24
* Unify parsing logic for command-line integer optionsMichael Paquier2021-07-24