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
2 days
Check for CREATE privilege on the schema in CREATE STATISTICS.
Nathan Bossart
4 days
Fix comment in copyto.c
Michael Paquier
6 days
Tidyup WARNING ereports in subscriptioncmds.c
David Rowley
6 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
6 days
Disallow generated columns in COPY WHERE clause
Peter Eisentraut
7 days
Use stack allocated StringInfoDatas, where possible
David Rowley
7 days
Implement WAIT FOR command
Alexander Korotkov
7 days
Add sequence synchronization for logical replication.
Amit Kapila
8 days
Tighten check for generated column in partition key expression
Peter Eisentraut
9 days
Prevent setting a column as identity if its not-null constraint is invalid
Álvaro Herrera
9 days
Add wal_fpi_bytes to VACUUM and ANALYZE logs
Michael Paquier
13 days
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
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-22
Reduce lock level for ALTER DOMAIN ... VALIDATE CONSTRAINT
Peter Eisentraut
2025-08-20
Minor error message enhancement
Peter Eisentraut
2025-08-19
Fix self-deadlock during DROP SUBSCRIPTION.
Amit Kapila
2025-08-18
Refactor init_params() in sequence.c to not use FormData_pg_sequence_data
Michael Paquier
2025-08-08
Add missing Datum conversions
Peter Eisentraut
[next]