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
/
backend
/
catalog
Age
Commit message (
Expand
)
Author
2025-12-14
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2025-12-10
Fix comment in GetPublicationRelations
Heikki Linnakangas
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Add started_by column to pg_stat_progress_analyze view.
Masahiko Sawada
2025-12-09
Add mode and started_by columns to pg_stat_progress_vacuum view.
Masahiko Sawada
2025-12-08
Unify error messages
Álvaro Herrera
2025-12-05
Fix some cases of indirectly casting away const.
Tom Lane
2025-12-05
Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
2025-12-04
Remove no longer needed casts to Pointer
Peter Eisentraut
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-11-28
Add slotsync_skip_reason column to pg_replication_slots view.
Amit Kapila
2025-11-25
Add slotsync skip statistics.
Amit Kapila
2025-11-24
Improve detection of implicitly-temporary views.
Tom Lane
2025-11-23
Issue a NOTICE if a created function depends on any temp objects.
Tom Lane
2025-11-21
Remove useless casts to (void *)
Peter Eisentraut
2025-11-18
Rename two columns in pg_stat_subscription_stats.
Amit Kapila
2025-11-12
Split out innards of pg_tablespace_location()
Álvaro Herrera
2025-11-07
Add seq_sync_error_count to subscription statistics.
Amit Kapila
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-28
Don't error out when dropping constraint if relchecks is already zero
Álvaro Herrera
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-16
Refactor logical worker synchronization code into a separate file.
Amit Kapila
2025-10-09
Add "ALL SEQUENCES" support to publications.
Amit Kapila
2025-10-08
Add mem_exceeded_count column to pg_stat_replication_slots.
Masahiko Sawada
2025-10-08
Add stats_reset to pg_stat_user_functions
Michael Paquier
2025-10-06
Add stats_reset to pg_stat_all_{tables,indexes} and related views
Michael Paquier
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
2025-09-29
Fix StatisticsObjIsVisibleExt() for pg_temp.
Noah Misch
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-19
Add optional pid parameter to pg_replication_origin_session_setup().
Amit Kapila
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-12
Reject "ALTER DATABASE/USER ... RESET foo" with invalid GUC name.
Tom Lane
2025-09-02
Improve error message for duplicate labels when creating an enum type.
Tom Lane
2025-09-02
Add max_retention_duration option to subscriptions.
Amit Kapila
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-27
Improve objectNamesToOids() comment
Peter Eisentraut
2025-08-26
Message style improvements
Peter Eisentraut
2025-08-22
Change dynahash.c and hsearch.h to use int64 instead of long
Michael Paquier
2025-08-13
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.
Tom Lane
2025-08-13
Grab the low-hanging fruit from forcing sizeof(Datum) to 8.
Tom Lane
2025-08-08
Mop-up for Datum conversion cleanups.
Tom Lane
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-05
Add backup_type column to pg_stat_progress_basebackup.
Masahiko Sawada
2025-08-04
Detect and report update_deleted conflicts.
Amit Kapila
2025-08-01
Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION.
Amit Kapila
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
[next]