projects
/
postgresql.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2026-07-27
Tom Lane
Further improve the names generated for indexes on...
commit
|
commitdiff
|
tree
2026-07-27
Masahiko Sawada
Fix race condition when enabling logical decoding concu...
commit
|
commitdiff
|
tree
2026-07-27
Tom Lane
Deparse FOR PORTION OF using the range column's current...
commit
|
commitdiff
|
tree
2026-07-27
Heikki Linnakangas
pg_resetwal: do not allow zero next multixact offset
commit
|
commitdiff
|
tree
2026-07-27
Amit Kapila
Fix issues in logical replication sequence synchronization.
commit
|
commitdiff
|
tree
2026-07-27
Richard Guo
Fix deparsing of JSON_ARRAY(subquery) with a FORMAT...
commit
|
commitdiff
|
tree
2026-07-27
Michael Paquier
Update .gitignore in test/modules/nbtree
commit
|
commitdiff
|
tree
2026-07-27
Michael Paquier
Use direct hash lookup in logicalrep_partmap_invalidate...
commit
|
commitdiff
|
tree
2026-07-26
Peter Geoghegan
Add _bt_set_startikey row compare test coverage.
commit
|
commitdiff
|
tree
2026-07-25
Peter Geoghegan
Add test coverage for nbtree backwards scans.
commit
|
commitdiff
|
tree
2026-07-25
Peter Geoghegan
Add tests for nbtree empty index predicate locking.
commit
|
commitdiff
|
tree
2026-07-25
Álvaro Herrera
Add missing PGDLLIMPORT marker
commit
|
commitdiff
|
tree
2026-07-25
Peter Geoghegan
Fix another empty nbtree index SSI race.
commit
|
commitdiff
|
tree
2026-07-25
Fujii Masao
psql: Allow pg_read_all_stats to see database size...
commit
|
commitdiff
|
tree
2026-07-25
Fujii Masao
Avoid reporting permission-denied publisher sequences...
commit
|
commitdiff
|
tree
2026-07-24
Fujii Masao
doc: Add missing CREATE/ALTER PUBLICATION parameter...
commit
|
commitdiff
|
tree
2026-07-24
Fujii Masao
Fix EXCEPT publication test to check subscriber
commit
|
commitdiff
|
tree
2026-07-23
Fujii Masao
Validate subscription conninfo on owner change
commit
|
commitdiff
|
tree
2026-07-23
Fujii Masao
doc: Improve pg_stat_recovery documentation
commit
|
commitdiff
|
tree
2026-07-23
Michael Paquier
Fix socket_putmessage_noblock() to call socket_putmessage()
commit
|
commitdiff
|
tree
2026-07-23
Michael Paquier
doc: Improve description of pg_stat_activity.backend_type
commit
|
commitdiff
|
tree
2026-07-23
Michael Paquier
injection_points: Clear waiter slot on error and exit
commit
|
commitdiff
|
tree
2026-07-23
Amit Kapila
Reject sequence synchronization against pre-PostgreSQL...
commit
|
commitdiff
|
tree
2026-07-22
Robert Haas
walsummarizer: Guard against WAL files whose tail ends...
commit
|
commitdiff
|
tree
2026-07-22
Michael Paquier
Improve lookup_type_cache() handling on out-of-memory...
commit
|
commitdiff
|
tree
2026-07-21
Michael Paquier
Add new pgstats routine to split pending data setup
commit
|
commitdiff
|
tree
2026-07-21
Bruce Momjian
doc: clarify how TIMESTAMP WITH TIME ZONE behaves
commit
|
commitdiff
|
tree
2026-07-21
Bruce Momjian
doc: clarify to_char("OF") HH/MM doesn't represent...
commit
|
commitdiff
|
tree
2026-07-21
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2026-07-21
Álvaro Herrera
Remove assertion added by commit 7dcea51c2a4d
commit
|
commitdiff
|
tree
2026-07-21
Álvaro Herrera
Unify error messages
commit
|
commitdiff
|
tree
2026-07-21
Peter Eisentraut
pg_upgrade: Message wording fix
commit
|
commitdiff
|
tree
2026-07-21
Peter Eisentraut
Message style fixes
commit
|
commitdiff
|
tree
2026-07-21
Michael Paquier
Improve generate_partition_qual()'s cache handling...
commit
|
commitdiff
|
tree
2026-07-21
Peter Eisentraut
Test what BEFORE UPDATE triggers do to FOR PORTION OF
commit
|
commitdiff
|
tree
2026-07-21
Amit Kapila
Allow logical replication workers to ignore default_tra...
commit
|
commitdiff
|
tree
2026-07-21
Masahiko Sawada
Add logical decoding status to pg_control_checkpoint().
commit
|
commitdiff
|
tree
2026-07-20
Fujii Masao
Fix recovery target test waiting on unavailable WAL
commit
|
commitdiff
|
tree
2026-07-20
Robert Haas
doc: Granting TRIGGER or REFERENCES on table is dangerous.
commit
|
commitdiff
|
tree
2026-07-20
Álvaro Herrera
Fix restore of partitions with exclusion constraints
commit
|
commitdiff
|
tree
2026-07-20
Fujii Masao
Avoid ERROR in recovery target GUC assign hooks
commit
|
commitdiff
|
tree
2026-07-20
Fujii Masao
Allow PostgreSQL::Test::Cluster::start() to pass postma...
commit
|
commitdiff
|
tree
2026-07-20
Álvaro Herrera
Fix LSN format in REPACK worker debug message
commit
|
commitdiff
|
tree
2026-07-20
Álvaro Herrera
Move code to get_tables_to_repack_partitioned
commit
|
commitdiff
|
tree
2026-07-20
Michael Paquier
Improve pgstat_get_entry_ref_cached() behavior on out...
commit
|
commitdiff
|
tree
2026-07-20
Peter Eisentraut
Fix RLS checks for FOR PORTION OF leftover rows
commit
|
commitdiff
|
tree
2026-07-20
Amit Kapila
Handle concurrent sequence refreshes.
commit
|
commitdiff
|
tree
2026-07-20
Richard Guo
Skip unnecessary get_relids_in_jointree() when there...
commit
|
commitdiff
|
tree
2026-07-20
Peter Geoghegan
Run nbtree test module tests under autoconf builds
commit
|
commitdiff
|
tree
2026-07-19
Daniel Gustafsson
Fix parsing of underscores in pg_plan_advice occurrence...
commit
|
commitdiff
|
tree
2026-07-19
Tatsuo Ishii
Remove redundant null-treatment check in window functio...
commit
|
commitdiff
|
tree
2026-07-18
Etsuro Fujita
Further cleanup for commit 54cd6fc83.
commit
|
commitdiff
|
tree
2026-07-18
Tom Lane
Fix edge case in remove_useless_result_rtes() with...
commit
|
commitdiff
|
tree
2026-07-18
Tom Lane
Restore the ability to use | and -> as prefix operators.
commit
|
commitdiff
|
tree
2026-07-18
Jeff Davis
Fix REASSIGN OWNED for subscriptions in other databases.
commit
|
commitdiff
|
tree
2026-07-18
Amit Kapila
Revert "Reject concurrent sequence refreshes".
commit
|
commitdiff
|
tree
2026-07-17
Jeff Davis
Generate unicode_limits.h.
commit
|
commitdiff
|
tree
2026-07-17
Tom Lane
Fix yet another portability problem in new NLS test.
commit
|
commitdiff
|
tree
2026-07-17
Melanie Plageman
Turn visibilitymap_clear() Assert back into an error
commit
|
commitdiff
|
tree
2026-07-17
Tom Lane
Revert "Add GROUP BY ALL".
commit
|
commitdiff
|
tree
2026-07-17
Peter Geoghegan
Fix GiST index-only scan column alignment issue.
commit
|
commitdiff
|
tree
2026-07-17
Andres Freund
ci: Generate crashlogs on Windows
commit
|
commitdiff
|
tree
2026-07-17
Andres Freund
ci: Use optimized build for mingw
commit
|
commitdiff
|
tree
2026-07-17
Andres Freund
meson: Fix ccache issues when using precompiled headers...
commit
|
commitdiff
|
tree
2026-07-17
Peter Eisentraut
doc: Fix SQL quoting in example
commit
|
commitdiff
|
tree
2026-07-17
Daniel Gustafsson
Fix truncation rules for base64 encoding
commit
|
commitdiff
|
tree
2026-07-17
Fujii Masao
Restrict pg_stat_io entries for data checksum processes
commit
|
commitdiff
|
tree
2026-07-17
Amit Kapila
Doc: Clarify DROP SUBSCRIPTION behavior after SET ...
commit
|
commitdiff
|
tree
2026-07-16
Peter Geoghegan
Fix wrong variable offset sanity check.
commit
|
commitdiff
|
tree
2026-07-16
Michael Paquier
Remove SQL function getpgusername()
commit
|
commitdiff
|
tree
2026-07-16
Peter Geoghegan
Use fake LSNs consistently in hash index AM.
commit
|
commitdiff
|
tree
2026-07-16
Masahiko Sawada
pg_controldata: Show logical decoding status.
commit
|
commitdiff
|
tree
2026-07-16
Masahiko Sawada
Correct logical decoding status at end of recovery...
commit
|
commitdiff
|
tree
2026-07-16
Masahiko Sawada
Reject infinite and out-of-range interval shifts in...
commit
|
commitdiff
|
tree
2026-07-16
Tom Lane
In transformIndexStmt, transform index expressions...
commit
|
commitdiff
|
tree
2026-07-16
Fujii Masao
Handle concurrent sequence drops during synchronization
commit
|
commitdiff
|
tree
2026-07-16
Fujii Masao
postgres_fdw: stabilize terminated-connection regressio...
commit
|
commitdiff
|
tree
2026-07-16
Daniel Gustafsson
doc: Fix link text for data checksums
commit
|
commitdiff
|
tree
2026-07-16
Peter Eisentraut
Revert "Make PL/Tcl require Tcl 8.6 or later"
commit
|
commitdiff
|
tree
2026-07-16
Peter Eisentraut
Require ICU 55 or later
commit
|
commitdiff
|
tree
2026-07-16
Peter Eisentraut
Make PL/Tcl require Tcl 8.6 or later
commit
|
commitdiff
|
tree
2026-07-16
Peter Eisentraut
Drop support for _MSC_VER less than 1933
commit
|
commitdiff
|
tree
2026-07-16
Peter Eisentraut
Raise requirement to Visual Studio 2022
commit
|
commitdiff
|
tree
2026-07-16
Fujii Masao
Check CREATE_REPLICATION_SLOT response shape in libpqwa...
commit
|
commitdiff
|
tree
2026-07-16
Fujii Masao
doc: Mention REPACK in MAINTAIN privilege descriptions
commit
|
commitdiff
|
tree
2026-07-16
Fujii Masao
doc: Fix log_parameter_max_length docs to reference...
commit
|
commitdiff
|
tree
2026-07-15
Melanie Plageman
Test that VM clear registers VM buffers
commit
|
commitdiff
|
tree
2026-07-15
Melanie Plageman
Fix VM clear WAL logging by registering VM blocks
commit
|
commitdiff
|
tree
2026-07-15
Melanie Plageman
Make VM clear take a RelFileLocator and not fake relcache
commit
|
commitdiff
|
tree
2026-07-15
Melanie Plageman
Introduce macros for WAL block reference IDs of some...
commit
|
commitdiff
|
tree
2026-07-15
Melanie Plageman
Include last block in FSM vacuum of bulk extended relation
commit
|
commitdiff
|
tree
2026-07-15
Daniel Gustafsson
pgbench: Fix incorrect parameter name in error message
commit
|
commitdiff
|
tree
2026-07-15
Jeff Davis
Fix like_fixed_prefix_ci() selectivity.
commit
|
commitdiff
|
tree
2026-07-15
Robert Haas
Add additional sanity checks when reading a blkreftable.
commit
|
commitdiff
|
tree
2026-07-15
Fujii Masao
Fix argument names in pg_clear_attribute_stats() errors
commit
|
commitdiff
|
tree
2026-07-15
Amit Kapila
Reject concurrent sequence refreshes.
commit
|
commitdiff
|
tree
2026-07-15
Peter Eisentraut
Add assertion about ssize_t narrowing in AIO code
commit
|
commitdiff
|
tree
2026-07-15
Peter Eisentraut
Clean up write() return type
commit
|
commitdiff
|
tree
2026-07-15
Peter Eisentraut
Clean up read() return type
commit
|
commitdiff
|
tree
2026-07-15
Peter Eisentraut
Clean up secure_read()/secure_write() return type
commit
|
commitdiff
|
tree
next