summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2021-07-16Advance old-segment horizon properly after slot invalidationAlvaro Herrera
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-07-15Fix small inconsistencies in catalog definition of multirange operatorsAlexander Korotkov
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-07-15Portability fixes for sigwait.Thomas Munro
2021-07-14Remove unused function parameter in get_qual_from_partboundJohn Naylor
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-07-12Probe for preadv/pwritev in a more macOS-friendly way.Tom Lane
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-07-09Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane
2021-07-08Fix typos in pgstat.c, reorderbuffer.c and pathnodes.hDaniel Gustafsson
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-07-07Refactor SASL code with a generic interface for its mechanismsMichael Paquier
2021-07-06Allow CustomScan providers to say whether they support projections.Tom Lane
2021-07-04Cleanup some aggregate code in the executorDavid Rowley
2021-07-02Don't try to print data type names in slot_store_error_callback().Tom Lane
2021-07-02Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier
2021-06-29Add index OID macro argument to DECLARE_INDEXPeter Eisentraut