index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
process startup: auxprocess: reindent block
Andres Freund
2021-08-05
*
process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.
Andres Freund
2021-08-05
*
process startup: Rename postmaster's --forkboot to --forkaux.
Andres Freund
2021-08-05
*
Remove unused argument "txn" in maybe_send_schema().
Fujii Masao
2021-08-05
*
Fix division-by-zero error in to_char() with 'EEEE' format.
Dean Rasheed
2021-08-05
*
pgstat: split reporting/fetching of bgwriter and checkpointer stats.
Andres Freund
2021-08-04
*
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Peter Geoghegan
2021-08-03
*
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-08-04
*
Add assorted new regexp_xxx SQL functions.
Tom Lane
2021-08-03
*
interval: round values when spilling to months
Bruce Momjian
2021-08-03
*
Further simplify a bit of logic in StartupXLOG().
Thomas Munro
2021-08-03
*
Allow ordered partition scans in more cases
David Rowley
2021-08-03
*
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-08-03
*
Run checkpointer and bgwriter in crash recovery.
Thomas Munro
2021-08-02
*
Remove misplaced comment from AuxiliaryProcessMain().
Andres Freund
2021-08-01
*
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
Etsuro Fujita
2021-08-02
*
Use elog, not Assert, to report failure to provide an outer snapshot.
Tom Lane
2021-07-31
*
Remove redundant setting of pg_attribute.attcompression
John Naylor
2021-07-31
*
Fix corner-case errors and loss of precision in numeric_power().
Dean Rasheed
2021-07-31
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Extract code to describe recovery stop reason to a function.
Heikki Linnakangas
2021-07-31
*
Remove unnecessary 'restoredFromArchive' global variable.
Heikki Linnakangas
2021-07-31
*
Don't use O_SYNC or similar when opening signal file to fsync it.
Heikki Linnakangas
2021-07-31
*
Improve documentation for START_REPLICATION ... LOGICAL.
Jeff Davis
2021-07-30
*
Remove unnecessary call to ReadCheckpointRecord().
Robert Haas
2021-07-30
*
Update obsolete comment that still referred to CheckpointLock
Heikki Linnakangas
2021-07-30
*
postgres_fdw: Fix handling of pending asynchronous requests.
Etsuro Fujita
2021-07-30
*
Remove unused argument in apply_handle_commit_internal().
Amit Kapila
2021-07-30
*
Close yet another race condition in replication slot test code
Alvaro Herrera
2021-07-29
*
Refactor to make common functions in proto.c and worker.c.
Amit Kapila
2021-07-29
*
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-29
*
Disallow negative strides in date_bin()
John Naylor
2021-07-28
*
Clarify some comments making use of leetspeak term "up2date"
Michael Paquier
2021-07-28
*
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-07-28
*
Set pg_setting.pending_restart when pertinent config lines are removed
Alvaro Herrera
2021-07-27
*
Fix bugs in polymorphic-argument resolution for multiranges.
Tom Lane
2021-07-27
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
*
In event triggers, use "pg_temp" only for our own temp schema.
Tom Lane
2021-07-27
*
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-27
*
Remove newly added useless assertion check
Alvaro Herrera
2021-07-26
*
Allow numeric scale to be negative or greater than precision.
Dean Rasheed
2021-07-26
*
Fix incorrect comment for get_agg_clause_costs
David Rowley
2021-07-26
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Deduplicate choice of horizon for a relation procarray.c.
Andres Freund
2021-07-24
*
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-24
*
Make ALTER TRIGGER RENAME consistent for partitioned tables
Alvaro Herrera
2021-07-22
*
Fix division by zero error in date_bin
John Naylor
2021-07-22
*
Fix typo in comment
Peter Eisentraut
2021-07-22
*
jit: Don't inline functions that access thread-locals.
Thomas Munro
2021-07-22
*
Make nodeSort.c use Datum sorts for single column sorts
David Rowley
2021-07-22
[prev]
[next]