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
Age
Commit message (
Expand
)
Author
2024-08-05
injection_points: Add some fixed-numbered statistics
Michael Paquier
2024-08-05
injection_points: Add some cumulative stats for injection points
Michael Paquier
2024-08-05
Add helper routines to retrieve data for custom fixed-numbered pgstats
Michael Paquier
2024-08-04
pg_wal_replay_wait(): Fix typo in the doc
Alexander Korotkov
2024-08-04
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-08-04
Use CXXFLAGS instead of CFLAGS for linking C++ code
Peter Eisentraut
2024-08-03
Fix incorrect format placeholders in pgstat.c
Michael Paquier
2024-08-03
Add -Wmissing-variable-declarations to the standard compilation flags
Peter Eisentraut
2024-08-02
Small refactoring around ExecCreateTableAs().
Jeff Davis
2024-08-02
Fix name of "Visual Studio" in documentation.
Noah Misch
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
Fix NLS file reference in pg_createsubscriber
Alvaro Herrera
2024-08-02
pg_createsubscriber: Fix bogus error message
Alvaro Herrera
2024-08-02
Include bison header files into implementation files
Peter Eisentraut
2024-08-01
Minor refactoring of assign_backendlist_entry()
Heikki Linnakangas
2024-08-01
Fix outdated comment; all running bgworkers are in BackendList
Heikki Linnakangas
2024-08-01
Switch PgStat_Kind from an enum to a uint32 type
Michael Paquier
2024-08-01
Add redo LSN to pgstats files
Michael Paquier
2024-08-01
Convert some extern variables to static, Windows code
Peter Eisentraut
2024-08-01
Convert an extern variable to static
Peter Eisentraut
2024-08-01
pg_createsubscriber: Rename option --socket-directory to --socketdir
Peter Eisentraut
2024-08-01
Update comment in portal.h.
Etsuro Fujita
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-08-01
Avoid duplicate table scans for cross-partition updates during logical replic...
Amit Kapila
2024-08-01
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
2024-08-01
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
Add is_create parameter to RefreshMatviewByOid().
Jeff Davis
2024-07-31
Remove unused ParamListInfo argument from ExecRefreshMatView.
Jeff Davis
2024-07-31
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-31
Improve performance of dumpSequenceData().
Nathan Bossart
2024-07-31
Introduce pg_sequence_read_tuple().
Nathan Bossart
2024-07-31
Improve performance of dumpSequence().
Nathan Bossart
2024-07-31
Parse sequence type and integer metadata in dumpSequence().
Nathan Bossart
2024-07-31
Doc: mention executor memory usage for enable_partitionwise* GUCs
David Rowley
2024-07-31
Add API and ABI stability guidance to the C language docs
Peter Eisentraut
2024-07-31
doc: Avoid too prominent use of "backup" on pg_dump man page
Peter Eisentraut
2024-07-31
Make building with LTO work on macOS
Peter Eisentraut
2024-07-31
Fix random failure in 021_twophase.
Amit Kapila
2024-07-30
Relax check for return value from second call of pg_strnxfrm().
Jeff Davis
2024-07-30
Refactor getWeights to write to caller-supplied buffer
Heikki Linnakangas
2024-07-30
Replace static buf with a stack-allocated one in 'seg' extension
Heikki Linnakangas
2024-07-30
Replace static buf with a stack-allocated one in ReadControlFile
Heikki Linnakangas
2024-07-30
Replace static buf with palloc in str_time()
Heikki Linnakangas
2024-07-30
Replace static bufs with a StringInfo in cash_words()
Heikki Linnakangas
2024-07-30
Remove leftover function declaration
Heikki Linnakangas
2024-07-30
Preserve tz when converting to jsonb timestamptz
Andrew Dunstan
2024-07-30
Remove spinlocks and atomics from meson_options.txt.
Thomas Munro
2024-07-30
Remove useless member of BackendParameters.
Thomas Munro
2024-07-30
Require memory barrier support.
Thomas Munro
2024-07-30
Require compiler barrier support.
Thomas Munro
[next]