aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* pgstat: introduce pgstat_relation_should_count().Andres Freund2022-03-20
* Blind fix for uninitialized memory bug in ba9a7e392171Alvaro Herrera2022-03-20
* Log regression.diffs in 027_stream_regress.pl.Thomas Munro2022-03-21
* psql: handle tab completion of timezone names after "SET TIMEZONE TO".Tom Lane2022-03-20
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-20
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-20
* pgstat: split out WAL handling from pgstat_{initialize,report_stat}.Andres Freund2022-03-19
* pgstat: split relation, database handling out of pgstat_report_stat().Andres Freund2022-03-19
* pgstat: run pgindent on pgstat.c/h.Andres Freund2022-03-19
* Fix an outdated and grammatically wrong commentAlvaro Herrera2022-03-19
* Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEWMichael Paquier2022-03-19
* Add regression tests for ALTER MATERIALIZED VIEW with tablespacesMichael Paquier2022-03-19
* Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.Andres Freund2022-03-18
* Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane2022-03-18
* Specify database encoding in new ICU test.Tom Lane2022-03-18
* Doc: remove bogus instruction to install contrib/hstore.Tom Lane2022-03-18
* Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane2022-03-18
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Fix header inclusion order in pg_receivewal.cMichael Paquier2022-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
* Revert applying column aliases to the output of whole-row Vars.Tom Lane2022-03-17
* Refactor code for reading and writing relation map files.Robert Haas2022-03-17
* Fix row filters with multiple publicationsTomas Vondra2022-03-17
* Split ExecUpdate and ExecDelete into reusable piecesAlvaro Herrera2022-03-17
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* Fix pg_tablespace_location() with in-place tablespacesMichael Paquier2022-03-17
* Fix publish_as_relid with multiple publicationsTomas Vondra2022-03-16
* Suppress compiler warnings.Robert Haas2022-03-16
* Fix race between DROP TABLESPACE and checkpointing.Thomas Munro2022-03-16
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* Silence LLVM 14 API deprecation warnings.Thomas Munro2022-03-16
* Remove accidentally-committed file.Robert Haas2022-03-15
* Allow extensions to add new backup targets.Robert Haas2022-03-15
* Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.Robert Haas2022-03-15
* Fix compiler warning introduced in commit 705e20f855.Amit Kapila2022-03-15
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Add more regression tests for pg_ls_dir()Michael Paquier2022-03-15
* Fix pg_basebackup with in-place tablespaces.Thomas Munro2022-03-15
* Support "of", "tzh", and "tzm" format codes.Robert Haas2022-03-14
* Optionally disable subscriptions on error.Amit Kapila2022-03-14
* Fix bogus tab-completion queries.Tom Lane2022-03-13
* VACUUM VERBOSE: tweak scanned_pages logic.Peter Geoghegan2022-03-13
* Force track_io_timing off in explain.sql to avoid failures when enabled.Andres Freund2022-03-12
* Set synchronous_commit=on in test_setup.sql.Andres Freund2022-03-12
* vacuumlazy.c: Standardize rel_pages terminology.Peter Geoghegan2022-03-12
* vacuumlazy.c: document vistest and OldestXmin.Peter Geoghegan2022-03-12
* Normalize heap_prepare_freeze_tuple argument name.Peter Geoghegan2022-03-11
* Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstdMichael Paquier2022-03-12