aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-20
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-20
* pgstat: run pgindent on pgstat.c/h.Andres Freund2022-03-19
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Declare aarch64 has single copy atomicity for 8 byte values.Thomas Munro2022-03-18
* Don't bother to attach column name lists to RowExprs of named types.Tom Lane2022-03-17
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* Fix publish_as_relid with multiple publicationsTomas Vondra2022-03-16
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* Allow extensions to add new backup targets.Robert Haas2022-03-15
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Optionally disable subscriptions on error.Amit Kapila2022-03-14
* Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstdMichael Paquier2022-03-12
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* dshash: Add sequential scan support.Andres Freund2022-03-10
* Add parse_analyze_withcb()Peter Eisentraut2022-03-09
* Add support for zstd base backup compression.Robert Haas2022-03-08
* Add pg_analyze_and_rewrite_varparams()Peter Eisentraut2022-03-07
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Parse/analyze function renamingPeter Eisentraut2022-03-04
* Remove some pointless code in block.h.Tom Lane2022-03-03
* Fix bogus casting in BlockIdGetBlockNumber().Tom Lane2022-03-03
* Fix catalog data of pg_stop_backup(), labelled v2Michael Paquier2022-03-03
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Don't use static storage for SaveTransactionCharacteristics().Tom Lane2022-02-28
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-28
* Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-25
* Fix few values in pg_proc for pg_stat_get_replication_slot.Amit Kapila2022-02-25
* Remove unnecessary heap_tuple_needs_freeze argument.Peter Geoghegan2022-02-24
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Add compute_query_id = regressMichael Paquier2022-02-22
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund2022-02-21
* Use bitwise rotate functions in more placesJohn Naylor2022-02-20
* Add support for building with ZSTD.Robert Haas2022-02-18
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao2022-02-18
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Remove IS_AF_UNIX macroPeter Eisentraut2022-02-15
* Remove pg_atoi()Peter Eisentraut2022-02-15
* Move replication slot release to before_shmem_exit().Andres Freund2022-02-14
* Move scanint8() to numutils.cPeter Eisentraut2022-02-14
* Database-level collation version trackingPeter Eisentraut2022-02-14
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-14
* Add WL_SOCKET_CLOSED for socket shutdown events.Thomas Munro2022-02-14
* Consolidate VACUUM xid cutoff logic.Peter Geoghegan2022-02-11
* Add VACUUM instrumentation for scanned pages, relfrozenxid.Peter Geoghegan2022-02-11
* Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro2022-02-12