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
/
include
Age
Commit message (
Expand
)
Author
2023-11-27
Retire a few backwards compatibility macros.
Nathan Bossart
2023-11-26
Display length and bounds histograms in pg_stats
Alexander Korotkov
2023-11-26
Update comments for pg_statistic catalog table
Alexander Korotkov
2023-11-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-11-23
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-21
Avoid overflow in fe_utils' printTable()
Alvaro Herrera
2023-11-17
simplehash: preserve consistency in case of OOM.
Jeff Davis
2023-11-17
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-15
Fix fallback implementation for pg_atomic_test_set_flag().
Nathan Bossart
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-11-14
Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl
Peter Eisentraut
2023-11-14
Add support for pg_stat_reset_slru without argument
Michael Paquier
2023-11-13
psql: improve description consistency of \dTS data types
Bruce Momjian
2023-11-13
Improve readability and error detection of array_in().
Tom Lane
2023-11-12
Add ability to reset all shared stats types in pg_stat_reset_shared()
Michael Paquier
2023-11-10
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-09
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-09
Fix corner-case 64-bit integer subtraction bug on some platforms.
Dean Rasheed
2023-11-08
Use a faster hash function in resource owners.
Heikki Linnakangas
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-07
Stop including parsenodes.h in plannodes.h
Alvaro Herrera
2023-11-06
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
Remove distprep
Peter Eisentraut
2023-11-06
Add XMLText function (SQL/XML X038)
Daniel Gustafsson
2023-11-02
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
Additional unicode primitive functions.
Jeff Davis
2023-10-31
C comment: adjust statistics mention
Bruce Momjian
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-29
Guard against overflow in make_interval().
Dean Rasheed
2023-10-27
Make UniqueRelInfo a node
Alexander Korotkov
2023-10-27
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
Introduce the concept of read-only StringInfos
David Rowley
2023-10-26
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-10-24
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-24
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-23
Change struct tablespaceinfo's oid member from 'char *' to 'Oid'
Robert Haas
2023-10-23
Refactor parse_filename_for_nontemp_relation to parse more.
Robert Haas
2023-10-21
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-20
Extend ALTER OPERATOR to allow setting more optimization attributes.
Tom Lane
2023-10-19
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-19
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-19
Install wait_event_types.h in VPATH builds
Michael Paquier
2023-10-18
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-18
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
Add flush option to pg_logical_emit_message()
Michael Paquier
[next]