summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-283-2/+4
* Allow numeric scale to be negative or greater than precision.Dean Rasheed2021-07-262-4/+14
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-252-3/+49
* Fix failure of some headers to compile "standalone".Tom Lane2021-07-242-2/+2
* Unify parsing logic for command-line integer optionsMichael Paquier2021-07-241-0/+3
* Make nodeSort.c use Datum sorts for single column sortsDavid Rowley2021-07-221-0/+1
* Add missing enum tags in enums used in nodesPeter Eisentraut2021-07-213-4/+4
* Rename NodeTag of ExprStatePeter Eisentraut2021-07-211-1/+1
* Support direct I/O on macOS.Thomas Munro2021-07-192-15/+16
* Forgotten catversion bump for 9e3c217bd9Alexander Korotkov2021-07-181-1/+1
* Support for unnest(multirange)Alexander Korotkov2021-07-181-0/+4
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-161-0/+5
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-161-1/+1
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-157-31/+34
* Fix small inconsistencies in catalog definition of multirange operatorsAlexander Korotkov2021-07-151-3/+3
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-155-9/+10
* Portability fixes for sigwait.Thomas Munro2021-07-151-0/+7
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-141-1/+1
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-1412-13/+117
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-148-76/+76
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-132-14/+14
* Probe for preadv/pwritev in a more macOS-friendly way.Tom Lane2021-07-122-8/+10
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-121-13/+24
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-091-3/+0
* Fix typos in pgstat.c, reorderbuffer.c and pathnodes.hDaniel Gustafsson2021-07-081-1/+1
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-081-0/+1
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-073-5/+16
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-073-10/+141
* Allow CustomScan providers to say whether they support projections.Tom Lane2021-07-061-1/+3
* Cleanup some aggregate code in the executorDavid Rowley2021-07-041-5/+0
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-021-3/+0
* Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier2021-07-021-1/+2
* Add index OID macro argument to DECLARE_INDEXPeter Eisentraut2021-06-2963-239/+120
* Bump XLOG_PAGE_MAGIC for format changes related to FPW compressionMichael Paquier2021-06-291-1/+1
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-292-7/+19
* Don't ERROR on PreallocXlogFiles() race condition.Noah Misch2021-06-281-1/+1
* Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch2021-06-281-1/+1
* Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch2021-06-281-1/+1
* Dump COMMENT ON SCHEMA public.Noah Misch2021-06-281-0/+1
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-282-3/+3
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-182-13/+22
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-181-1/+5
* Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov2021-06-153-44/+1
* Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov2021-06-153-1/+44
* Fix decoding of speculative aborts.Amit Kapila2021-06-151-4/+5
* Remove pg_wait_for_backend_termination().Noah Misch2021-06-142-5/+1
* Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch2021-06-141-2/+1
* Return ReplicationSlotAcquire API to its original formAlvaro Herrera2021-06-111-9/+1
* Optimize creation of slots for FDW bulk insertsTomas Vondra2021-06-111-0/+1
* Change position of field "transformed" in struct CreateStatsStmt.Noah Misch2021-06-101-1/+1