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
2024-01-13
Re-pgindent catcache.c after previous commit.
Tom Lane
2024-01-13
Cope with catcache entries becoming stale during detoasting.
Tom Lane
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-12
Refactor code checking for file existence
Michael Paquier
2024-01-10
Restore initdb's old behavior of always setting the lc_xxx GUCs.
Tom Lane
2024-01-09
Cross-check lists of predefined LWLocks.
Nathan Bossart
2024-01-08
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-04
Teach estimate_array_length() to use statistics where available.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-03
Second attempt at organizing jsonpath operators and methods
Peter Eisentraut
2024-01-03
Revert "Reorganise jsonpath operators and methods"
Peter Eisentraut
2024-01-03
Reorganise jsonpath operators and methods
Peter Eisentraut
2024-01-03
Add numeric_int8_opt_error() to optionally suppress errors
Peter Eisentraut
2024-01-02
Remove Lock suffix from WALSummarizerLock in wait_event_names.txt
Robert Haas
2024-01-02
jsonpath_exec: fix typo "absense" -> "absence"
Robert Haas
2024-01-02
tsquery: fix typo "rewrited" -> "rewritten"
Robert Haas
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
Add WALSummarizerLock to wait_event_names.txt
Robert Haas
2024-01-02
Allow upgrades to preserve the full subscription's state.
Amit Kapila
2023-12-30
Minor cleanup of the BRIN parallel build code
Tomas Vondra
2023-12-30
Add GUC backtrace_on_internal_error
Peter Eisentraut
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-28
Fix variable name and comment
Peter Eisentraut
2023-12-27
Improve the implementation of information_schema._pg_expandarray().
Tom Lane
2023-12-26
Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.
Tom Lane
2023-12-26
Remove unused macro
Peter Eisentraut
2023-12-24
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-19
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-18
Micro-optimize datum_to_json_internal() some more.
Nathan Bossart
2023-12-16
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-12-11
Remove trace_recovery_messages
Michael Paquier
2023-12-08
Micro-optimize JSONTYPE_NUMERIC code path in json.c.
Nathan Bossart
2023-12-08
Cache opaque handle for GUC option to avoid repeasted lookups.
Jeff Davis
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-07
Fix issues in binary_upgrade_logical_slot_has_caught_up().
Amit Kapila
2023-12-04
Teach convert() and friends to avoid copying when possible.
Nathan Bossart
2023-12-01
Adjust obsolete comment explaining set_stack_base().
Thomas Munro
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-28
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-27
Don't use bms_membership() in cases where we don't need to
David Rowley
2023-11-25
Use SECS_PER_HOUR macro in tzparser.c, instead of constants
Bruce Momjian
2023-11-18
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-17
Extract column statistics from CTE references, if possible.
Tom Lane
2023-11-17
Don't specify number of dimensions in cases where we don't know it.
Tom Lane
2023-11-17
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-11-16
Add target "slru" to pg_stat_reset_shared()
Michael Paquier
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
Fix dsa.c with different resource owners.
Heikki Linnakangas
[next]