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
/
commands
Age
Commit message (
Expand
)
Author
21 hours
Improve a couple of error messages.
HEAD
origin/master
origin/HEAD
master
Tom Lane
3 days
Update copyright for 2026
Bruce Momjian
3 days
Add paths of extensions to pg_available_extensions
Andrew Dunstan
5 days
Change IndexAmRoutines to be statically-allocated structs.
Tom Lane
11 days
Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19.
Fujii Masao
11 days
Fix version check for retain_dead_tuples subscription option.
Fujii Masao
12 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
13 days
Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
2025-12-15
Fix typo in tablecmds.c
David Rowley
2025-12-14
Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2025-12-13
Fix out-of-date comment on makeRangeConstructors
Peter Eisentraut
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
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-08
Unify some more messages
Álvaro Herrera
2025-12-08
Unify error messages
Álvaro Herrera
2025-12-03
Fix shadow variable warning in subscriptioncmds.c.
Amit Kapila
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-01
Move WAL sequence code into its own file
Michael Paquier
2025-11-24
Improve detection of implicitly-temporary views.
Tom Lane
2025-11-24
Fix infer_arbiter_index during concurrent index operations
Álvaro Herrera
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-21
C11 alignas instead of unions
Peter Eisentraut
2025-11-17
Fix typos in logical replication code comments
Daniel Gustafsson
2025-11-15
Fix incorrect function name in comments
Alexander Korotkov
2025-11-14
Add note about CreateStatistics()'s selective use of check_rights.
Nathan Bossart
2025-11-12
Clear 'xid' in dummy async notify entries written to fill up pages
Heikki Linnakangas
2025-11-12
Fix remaining race condition with CLOG truncation and LISTEN/NOTIFY
Heikki Linnakangas
2025-11-12
Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY
Heikki Linnakangas
2025-11-12
Escalate ERRORs during async notify processing to FATAL
Heikki Linnakangas
2025-11-10
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
2025-11-09
Fix comment in copyto.c
Michael Paquier
2025-11-07
Tidyup WARNING ereports in subscriptioncmds.c
David Rowley
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-06
Disallow generated columns in COPY WHERE clause
Peter Eisentraut
2025-11-06
Use stack allocated StringInfoDatas, where possible
David Rowley
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-11-04
Tighten check for generated column in partition key expression
Peter Eisentraut
2025-11-03
Prevent setting a column as identity if its not-null constraint is invalid
Álvaro Herrera
2025-11-03
Add wal_fpi_bytes to VACUUM and ANALYZE logs
Michael Paquier
2025-10-30
Expose wal_fpi_bytes in EXPLAIN (WAL)
Michael Paquier
2025-10-28
Add worker type argument to logical replication worker functions.
Amit Kapila
2025-10-27
Remove Item type
Peter Eisentraut
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-22
Remove make_temptable_name_n().
Nathan Bossart
[next]