index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-09-27
pg_verifybackup: Verify tar-format backups.
Robert Haas
2024-09-27
Fix typo in pg_walsummary/nls.mk.
Fujii Masao
2024-09-27
Fix incorrect memory access in VACUUM FULL with invalid toast indexes
Michael Paquier
2024-09-27
Fix catalog data of new LO privilege functions
Michael Paquier
2024-09-26
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-09-26
Improve style of pg_upgrade task callback functions.
Nathan Bossart
2024-09-26
Modernize to_char's Roman-numeral code, fixing overflow problems.
Tom Lane
2024-09-26
Update oid for pg_wal_replay_wait() procedure
Alexander Korotkov
2024-09-25
Remove extra whitespace in pg_upgrade status message.
Nathan Bossart
2024-09-25
Turn 'if' condition around to avoid Svace complaint
Alvaro Herrera
2024-09-25
vacuumdb: Skip temporary tables in query to build list of relations
Michael Paquier
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.
Noah Misch
2024-09-24
Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.
Jeff Davis
2024-09-24
Fix psql describe commands' handling of ACL columns for old servers.
Tom Lane
2024-09-24
Tighten up make_libc_collator() and make_icu_collator().
Jeff Davis
2024-09-24
Add further excludes to headerscheck
Peter Eisentraut
2024-09-24
Neaten up our choices of SQLSTATEs for XML-related errors.
Tom Lane
2024-09-24
Update obsolete nbtree array preprocessing comments.
Peter Geoghegan
2024-09-24
Add ONLY support for VACUUM and ANALYZE
David Rowley
2024-09-24
Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH
Michael Paquier
2024-09-23
jsonapi: fix memory leakage during OOM error recovery.
Tom Lane
2024-09-23
Fix asserts in fast-path locking code
Tomas Vondra
2024-09-23
Add memory/disk usage for more executor nodes.
Tatsuo Ishii
2024-09-21
Remove pg_authid's TOAST table.
Nathan Bossart
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
2024-09-21
Refactor handling of nbtree array redundancies.
Peter Geoghegan
2024-09-20
Improve Asserts checking relation matching in parallel scans.
Tom Lane
2024-09-20
Alphabetize #include directives in pg_checksums.c.
Nathan Bossart
2024-09-20
Fix nbtree pgstats accounting with parallel scans.
Peter Geoghegan
2024-09-20
Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psql
Michael Paquier
2024-09-19
Restore relmapper state early enough in parallel workers.
Tom Lane
2024-09-20
psql: Add tests for repeated calls of \bind[_named]
Michael Paquier
2024-09-19
Improve Perl script which adds commit links to release notes
Bruce Momjian
2024-09-19
Add UpgradeTaskProcessCB to typedefs.list
Alexander Korotkov
2024-09-19
Fix order of includes in src/bin/pg_upgrade/info.c
Alexander Korotkov
2024-09-19
Move pg_wal_replay_wait() to xlogfuncs.c
Alexander Korotkov
2024-09-19
psql: Clean up more aggressively state of \bind[_named], \parse and \close
Michael Paquier
2024-09-19
Introduce ATT_PARTITIONED_TABLE in tablecmds.c
Michael Paquier
2024-09-19
Optimize tuplestore usage for WITH RECURSIVE CTEs
David Rowley
2024-09-18
Add TOAST table to pg_index.
Nathan Bossart
2024-09-18
Add some sanity checks in executor for query ID reporting
Michael Paquier
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-17
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-09-18
Add missing query ID reporting in extended query protocol
Michael Paquier
2024-09-18
Allow ReadStream to be consumed as raw block numbers.
Thomas Munro
2024-09-17
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-09-17
Ensure standby promotion point in 043_wal_replay_wait.pl
Alexander Korotkov
2024-09-17
Minor cleanup related to pg_wal_replay_wait() procedure
Alexander Korotkov
[next]