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
/
backend
/
commands
Age
Commit message (
Expand
)
Author
11 hours
Fix incorrect function name in comments
HEAD
master
Alexander Korotkov
26 hours
Add note about CreateStatistics()'s selective use of check_rights.
Nathan Bossart
3 days
Clear 'xid' in dummy async notify entries written to fill up pages
Heikki Linnakangas
3 days
Fix remaining race condition with CLOG truncation and LISTEN/NOTIFY
Heikki Linnakangas
3 days
Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY
Heikki Linnakangas
3 days
Escalate ERRORs during async notify processing to FATAL
Heikki Linnakangas
5 days
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
7 days
Fix comment in copyto.c
Michael Paquier
9 days
Tidyup WARNING ereports in subscriptioncmds.c
David Rowley
9 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
9 days
Disallow generated columns in COPY WHERE clause
Peter Eisentraut
10 days
Use stack allocated StringInfoDatas, where possible
David Rowley
10 days
Implement WAIT FOR command
Alexander Korotkov
11 days
Add sequence synchronization for logical replication.
Amit Kapila
11 days
Tighten check for generated column in partition key expression
Peter Eisentraut
12 days
Prevent setting a column as identity if its not-null constraint is invalid
Álvaro Herrera
12 days
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
2025-10-21
Use CompactAttribute more often, when possible
David Rowley
2025-10-20
Support COPY TO for partitioned tables.
Masahiko Sawada
2025-10-15
Fix lookup code for REINDEX INDEX.
Nathan Bossart
2025-10-15
Add log_autoanalyze_min_duration
Peter Eisentraut
2025-10-15
Standardize use of REFRESH PUBLICATION in code and messages.
Amit Kapila
2025-10-11
Stop creating constraints during DETACH CONCURRENTLY
Álvaro Herrera
2025-10-11
dbase_redo: Fix Valgrind-reported memory leak
Álvaro Herrera
2025-10-09
Cleanup VACUUM option processing error messages
David Rowley
2025-10-09
Add "ALL SEQUENCES" support to publications.
Amit Kapila
2025-10-08
Add ExplainState argument to pg_plan_query() and planner().
Robert Haas
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-10-06
Expose sequence page LSN via pg_get_sequence_data.
Amit Kapila
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-09-26
Remove unused for_all_tables field from AlterPublicationStmt.
Masahiko Sawada
2025-09-25
Fix array allocation bugs in SetExplainExtensionState.
Robert Haas
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-09-22
Fix various incorrect filename references
David Rowley
2025-09-20
Track the maximum possible frequency of non-MCE array elements.
Tom Lane
2025-09-16
Revert "Avoid race condition between "GRANT role" and "DROP ROLE"".
Tom Lane
2025-09-15
Hide duplicate names from extension views
Peter Eisentraut
2025-09-12
Fix oversights in pg_event_trigger_dropped_objects() fixes.
Tom Lane
2025-09-11
Report the correct is_temporary flag for column defaults.
Tom Lane
2025-09-08
pg_upgrade: Transfer pg_largeobject_metadata's files when possible.
Nathan Bossart
2025-09-08
Post-commit review fixes for 228c370868.
Amit Kapila
2025-09-04
Fix replica identity check for INSERT ON CONFLICT DO UPDATE.
Dean Rasheed
2025-09-02
Add max_retention_duration option to subscriptions.
Amit Kapila
2025-08-29
Remove unneeded casts of BufferGetPage() result
Peter Eisentraut
[next]