aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* process startup: auxprocess: reindent blockAndres Freund2021-08-05
* process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund2021-08-05
* process startup: Rename postmaster's --forkboot to --forkaux.Andres Freund2021-08-05
* Remove unused argument "txn" in maybe_send_schema().Fujii Masao2021-08-05
* Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed2021-08-05
* pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund2021-08-04
* Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan2021-08-03
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* Add assorted new regexp_xxx SQL functions.Tom Lane2021-08-03
* interval: round values when spilling to monthsBruce Momjian2021-08-03
* Further simplify a bit of logic in StartupXLOG().Thomas Munro2021-08-03
* Allow ordered partition scans in more casesDavid Rowley2021-08-03
* Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley2021-08-03
* Run checkpointer and bgwriter in crash recovery.Thomas Munro2021-08-02
* Remove misplaced comment from AuxiliaryProcessMain().Andres Freund2021-08-01
* Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita2021-08-02
* Use elog, not Assert, to report failure to provide an outer snapshot.Tom Lane2021-07-31
* Remove redundant setting of pg_attribute.attcompressionJohn Naylor2021-07-31
* Fix corner-case errors and loss of precision in numeric_power().Dean Rasheed2021-07-31
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Extract code to describe recovery stop reason to a function.Heikki Linnakangas2021-07-31
* Remove unnecessary 'restoredFromArchive' global variable.Heikki Linnakangas2021-07-31
* Don't use O_SYNC or similar when opening signal file to fsync it.Heikki Linnakangas2021-07-31
* Improve documentation for START_REPLICATION ... LOGICAL.Jeff Davis2021-07-30
* Remove unnecessary call to ReadCheckpointRecord().Robert Haas2021-07-30
* Update obsolete comment that still referred to CheckpointLockHeikki Linnakangas2021-07-30
* postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita2021-07-30
* Remove unused argument in apply_handle_commit_internal().Amit Kapila2021-07-30
* Close yet another race condition in replication slot test codeAlvaro Herrera2021-07-29
* Refactor to make common functions in proto.c and worker.c.Amit Kapila2021-07-29
* Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao2021-07-29
* Disallow negative strides in date_bin()John Naylor2021-07-28
* Clarify some comments making use of leetspeak term "up2date"Michael Paquier2021-07-28
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-28
* Set pg_setting.pending_restart when pertinent config lines are removedAlvaro Herrera2021-07-27
* Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane2021-07-27
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* In event triggers, use "pg_temp" only for our own temp schema.Tom Lane2021-07-27
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-27
* Remove newly added useless assertion checkAlvaro Herrera2021-07-26
* Allow numeric scale to be negative or greater than precision.Dean Rasheed2021-07-26
* Fix incorrect comment for get_agg_clause_costsDavid Rowley2021-07-26
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Deduplicate choice of horizon for a relation procarray.c.Andres Freund2021-07-24
* Fix check for conflicting session- vs transaction-level locks.Tom Lane2021-07-24
* Make ALTER TRIGGER RENAME consistent for partitioned tablesAlvaro Herrera2021-07-22
* Fix division by zero error in date_binJohn Naylor2021-07-22
* Fix typo in commentPeter Eisentraut2021-07-22
* jit: Don't inline functions that access thread-locals.Thomas Munro2021-07-22
* Make nodeSort.c use Datum sorts for single column sortsDavid Rowley2021-07-22