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
/
utils
Age
Commit message (
Expand
)
Author
2022-06-27
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-26
Fix relptr's encoding of the base address.
Thomas Munro
2022-06-22
pgstat: Mention pgstat_replslot.c in pgstat.c.
Andres Freund
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-31
Ensure ParseTzFile() closes the input file after failing.
Tom Lane
2022-05-28
Align stats_fetch_consistency definition with guc.c default.
Andres Freund
2022-05-28
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-05-26
Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.
Tom Lane
2022-05-25
Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.
Andres Freund
2022-05-24
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-23
Remove debug messages from tuplesort_sort_memtuples()
John Naylor
2022-05-21
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-13
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-10
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-10
Formatting and punctuation improvements in sample configuration files
Peter Eisentraut
2022-05-09
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-06
Fix misleading comments about background worker registration.
Robert Haas
2022-04-28
Fix JSON_OBJECTAGG uniquefying bug
Andrew Dunstan
2022-04-27
Fix incorrect format placeholders
Peter Eisentraut
2022-04-25
Always pfree strings returned by GetDatabasePath
Alvaro Herrera
2022-04-22
Fix performance regression in tuplesort specializations
David Rowley
2022-04-21
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-20
set_deparse_plan: Reuse variable to appease Coverity
Alvaro Herrera
2022-04-19
Fix extract epoch from interval calculation
Peter Eisentraut
2022-04-16
pgstat: Use correct lock level in pgstat_drop_all_entries().
Andres Freund
2022-04-16
Fix incorrect logic in HaveRegisteredOrActiveSnapshot().
Tom Lane
2022-04-15
Small cleanups in SQL/JSON code
Andrew Dunstan
2022-04-15
pgstat: set timestamps of fixed-numbered stats after a crash.
Andres Freund
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
Fix finalization for json_objectagg and friends
Andrew Dunstan
2022-04-13
Fix incorrect format placeholders
Peter Eisentraut
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-11
Explicitly ignore guaranteed-true result from pgstat_lock_entry().
Tom Lane
2022-04-11
fgetc() returns int, not char.
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-09
Add missing serial commas
Peter Eisentraut
2022-04-08
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-07
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
[next]