aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Add index OID macro argument to DECLARE_INDEXPeter Eisentraut2021-06-29
* Bump XLOG_PAGE_MAGIC for format changes related to FPW compressionMichael Paquier2021-06-29
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Don't ERROR on PreallocXlogFiles() race condition.Noah Misch2021-06-28
* Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch2021-06-28
* Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch2021-06-28
* Dump COMMENT ON SCHEMA public.Noah Misch2021-06-28
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-18
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov2021-06-15
* Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov2021-06-15
* Fix decoding of speculative aborts.Amit Kapila2021-06-15
* Remove pg_wait_for_backend_termination().Noah Misch2021-06-14
* Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch2021-06-14
* Return ReplicationSlotAcquire API to its original formAlvaro Herrera2021-06-11
* Optimize creation of slots for FDW bulk insertsTomas Vondra2021-06-11
* Change position of field "transformed" in struct CreateStatsStmt.Noah Misch2021-06-10
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Add some const decorationsPeter Eisentraut2021-06-10
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* Remove two_phase variable from CreateReplicationSlotCmd struct.Amit Kapila2021-06-07
* Add transformed flag to nodes/*funcs.c for CREATE STATISTICSTomas Vondra2021-06-06
* Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.Noah Misch2021-06-06
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-04
* Fix incorrect permissions on pg_subscription.Tom Lane2021-06-03