index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2021-08-02
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
Etsuro Fujita
2021-07-31
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-30
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-29
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-28
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-28
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-27
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-27
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-26
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-25
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-22
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-21
Document "B" and "us" as accepted units in postgres.conf.sample
John Naylor
2021-07-21
Add missing check of noError parameter in euc_tw_and_big5.c
John Naylor
2021-07-21
Rename some node support functions for consistency
Peter Eisentraut
2021-07-21
Rename argument of _outValue()
Peter Eisentraut
2021-07-21
Rename NodeTag of ExprState
Peter Eisentraut
2021-07-21
More improvements of error messages about mismatching relkind
Peter Eisentraut
2021-07-21
Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.
Fujii Masao
2021-07-20
Fix potential buffer overruns in proto.c.
Amit Kapila
2021-07-19
Don't use #if inside function-like macro arguments.
Thomas Munro
2021-07-19
Remove some whitespace in generated C output
Peter Eisentraut
2021-07-19
Make UCS_to_most.pl process encodings in sorted order
Peter Eisentraut
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-19
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-19
Adjust commit 2dbe8905 for ancient macOS.
Thomas Munro
2021-07-19
Update comments for AlterSubscription.
Amit Kapila
[next]