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
Age
Commit message (
Expand
)
Author
2022-04-21
vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.
Peter Geoghegan
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
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-20
Fix incorrect format placeholders
Peter Eisentraut
2022-04-20
set_deparse_plan: Reuse variable to appease Coverity
Alvaro Herrera
2022-04-20
Move ModifyTableContext->lockmode to UpdateContext
Alvaro Herrera
2022-04-20
ExecModifyTable: use context.planSlot instead of planSlot
Alvaro Herrera
2022-04-20
Fix breakage in AlterFunction().
Tom Lane
2022-04-20
Remove duplicated word in comment of basebackup.c
Michael Paquier
2022-04-19
Fix extract epoch from interval calculation
Peter Eisentraut
2022-04-19
Fix aggregate logging of pgbench.
Tatsuo Ishii
2022-04-19
Fix the check to limit sync workers.
Amit Kapila
2022-04-19
Add missing error handling in pg_md5_hash().
Tom Lane
2022-04-18
Avoid invalid array reference in transformAlterTableStmt().
Tom Lane
2022-04-18
Fix second race condition in 002_archiving.pl with archive_cleanup_command
Michael Paquier
2022-04-18
Fix race in TAP test 002_archiving.pl when restoring history file
Michael Paquier
2022-04-18
Handle compression level in pg_receivewal for LZ4
Michael Paquier
2022-04-17
Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".
Noah Misch
2022-04-16
Don't retry restore_command while reading ahead.
Thomas Munro
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-16
Build libpq test programs under MSVC
Andrew Dunstan
2022-04-16
Use standard timeout, in 010_pg_basebackup.pl.
Noah Misch
2022-04-15
Fix multi-table VACUUM VERBOSE accounting.
Peter Geoghegan
2022-04-15
psql: fix \l display for pre-v15 databases.
Tom Lane
2022-04-15
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-15
VACUUM VERBOSE: Show dead items for an empty table.
Peter Geoghegan
2022-04-15
Adjust VACUUM's removable cutoff log message.
Peter Geoghegan
2022-04-15
Revert "Temporarily add some probes of tenk1's relallvisible in create_index....
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-14
Have CLUSTER ignore partitions not owned by caller
Alvaro Herrera
2022-04-14
Temporarily add some probes of tenk1's relallvisible in create_index.sql.
Tom Lane
2022-04-14
Improve a couple of sql/json error messages
Andrew Dunstan
2022-04-14
Fix transformJsonBehavior
Andrew Dunstan
2022-04-13
Add missing spaces after single-line comments
David Rowley
2022-04-13
Fix case sensitivity in psql's tab completion for GUC names.
Tom Lane
2022-04-13
Further tweak the default behavior of psql's \dconfig.
Tom Lane
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
Release cache tuple when no longer needed
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-13
Remove "recheck" argument from check_index_is_clusterable()
Michael Paquier
2022-04-13
Rework compression options of pg_receivewal
Michael Paquier
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
Remove not-very-useful early checks of __pg_log_level in logging.h.
Tom Lane
2022-04-12
Use WRITE_ENUM_FIELD for enum field
Peter Eisentraut
2022-04-12
Make node output prefix match node structure name
Peter Eisentraut
[next]