summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2021-06-29Bump XLOG_PAGE_MAGIC for format changes related to FPW compressionMichael Paquier
2021-06-29Add support for LZ4 with compression of full-page writes in WALMichael Paquier
2021-06-29Don't ERROR on PreallocXlogFiles() race condition.Noah Misch
2021-06-29Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch
2021-06-29Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch
2021-06-29Dump COMMENT ON SCHEMA public.Noah Misch
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-06-15Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov
2021-06-15Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-06-15Remove pg_wait_for_backend_termination().Noah Misch
2021-06-15Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch
2021-06-11Return ReplicationSlotAcquire API to its original formAlvaro Herrera
2021-06-11Optimize creation of slots for FDW bulk insertsTomas Vondra
2021-06-11Change position of field "transformed" in struct CreateStatsStmt.Noah Misch
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-10Add some const decorationsPeter Eisentraut
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane