aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Make nodeSort.c use Datum sorts for single column sortsDavid Rowley2021-07-22
* Add missing enum tags in enums used in nodesPeter Eisentraut2021-07-21
* Rename NodeTag of ExprStatePeter Eisentraut2021-07-21
* Support direct I/O on macOS.Thomas Munro2021-07-19
* Forgotten catversion bump for 9e3c217bd9Alexander Korotkov2021-07-18
* Support for unnest(multirange)Alexander Korotkov2021-07-18
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-15
* Fix small inconsistencies in catalog definition of multirange operatorsAlexander Korotkov2021-07-15
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-15
* Portability fixes for sigwait.Thomas Munro2021-07-15
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-14
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Probe for preadv/pwritev in a more macOS-friendly way.Tom Lane2021-07-12
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-09
* Fix typos in pgstat.c, reorderbuffer.c and pathnodes.hDaniel Gustafsson2021-07-08
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-07
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-07
* Allow CustomScan providers to say whether they support projections.Tom Lane2021-07-06
* Cleanup some aggregate code in the executorDavid Rowley2021-07-04
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-02
* Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier2021-07-02