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-07-12
Add assertion in pgstat_write_statsfile() about processes allowed
Michael Paquier
2024-07-12
Fix a typo in logicalrep_write_typ().
Amit Kapila
2024-07-12
Fix unstable test in 040_pg_createsubscriber.
Amit Kapila
2024-07-12
Consider materializing the cheapest inner path in parallel nestloop
Richard Guo
2024-07-12
Improve comment of pgstat_read_statsfile()
Michael Paquier
2024-07-11
Improve logical replication connection-failure messages.
Tom Lane
2024-07-11
Add min and max aggregates for composite types (records).
Tom Lane
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
Change pg_regress.c back to using diff -w on Windows
Andrew Dunstan
2024-07-11
Add a new 'F' entry type for fixed-numbered stats in pgstats file
Michael Paquier
2024-07-11
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-07-10
Revamp documentation for predefined roles.
Nathan Bossart
2024-07-10
Improve the numeric width_bucket() computation.
Dean Rasheed
2024-07-10
Use diff's --strip-trailing-cr flag where appropriate on Windows
Andrew Dunstan
2024-07-10
doc: Update track_io_timing documentation to mention pg_stat_io.
Fujii Masao
2024-07-10
Extend pg_get_acl() to handle sub-object IDs
Michael Paquier
2024-07-09
Prevent CRLF conversion of inputs in json_parser test module
Andrew Dunstan
2024-07-09
Remove new XML test cases added by e7192486d.
Tom Lane
2024-07-09
Fix missing invalidations for search_path cache.
Jeff Davis
2024-07-09
Suppress "chunk is not well balanced" errors from libxml2.
Tom Lane
2024-07-09
Introduce pg_signal_autovacuum_worker.
Nathan Bossart
2024-07-09
Fix comment in libpqrcv_check_conninfo().
Fujii Masao
2024-07-09
Optimise numeric multiplication for short inputs.
Dean Rasheed
2024-07-09
SQL/JSON: Various improvements to SQL/JSON query function docs
Amit Langote
2024-07-09
To improve the code, move the error check in logical_read_xlog_page().
Amit Kapila
2024-07-09
Use pgstat_kind_infos to write fixed shared statistics
Michael Paquier
2024-07-09
Avoid JIT-related test instability in EXPLAIN ANALYZE
David Rowley
2024-07-09
Fix limit block handling in pg_wal_summary_contents().
Fujii Masao
2024-07-09
Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE
David Rowley
2024-07-08
Perform forgotten cat version bump
David Rowley
2024-07-08
Teach planner how to estimate rows for timestamp generate_series
David Rowley
2024-07-08
Symlink pg_replslot robustly on Windows in pg_basebackup test
Andrew Dunstan
2024-07-08
Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.
Nathan Bossart
2024-07-08
Choose ports for test servers less likely to result in conflicts
Andrew Dunstan
2024-07-08
Force nodes for SSL tests to start in TCP mode
Andrew Dunstan
2024-07-08
Use xmlParseInNodeContext not xmlParseBalancedChunkMemory.
Tom Lane
2024-07-08
Fix scale clamping in numeric round() and trunc().
Dean Rasheed
2024-07-08
Typo fix
Amit Langote
2024-07-08
Fix outdated comment after removal of direct SSL fallback
Heikki Linnakangas
2024-07-08
Renumber pg_get_acl() in pg_proc.dat
Michael Paquier
2024-07-08
Widen lossy and exact page counters for Bitmap Heap Scan
David Rowley
2024-07-08
Remove an extra period in code comment
Richard Guo
2024-07-08
Fix right-anti-joins when the inner relation is proven unique
Richard Guo
2024-07-08
Re-enable autoruns for cmd.exe on Windows
Michael Paquier
2024-07-06
Use xmlAddChildList not xmlAddChild in XMLSERIALIZE.
Tom Lane
2024-07-06
Adjust tuplestore.c not to allocate BufFiles in generation context
David Rowley
2024-07-06
Fix incorrect sentinel byte logic in GenerationRealloc()
David Rowley
2024-07-05
Cope with <regex.h> name clashes.
Thomas Munro
2024-07-05
Fix placement of "static".
Tom Lane
2024-07-05
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
[next]