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
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-10
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
2025-08-08
Remove useless/superfluous Datum conversions
Peter Eisentraut
2025-08-08
Fix oversight in FindTriggerIncompatibleWithInheritance.
Etsuro Fujita
2025-08-08
Disallow collecting transition tuples from child foreign tables.
Etsuro Fujita
2025-08-05
Don't copy datlocale from template unless provider matches.
Jeff Davis
2025-08-05
Throw ERROR when publish_generated_columns is specified without a value.
Amit Kapila
2025-08-04
Fix incorrect comment regarding mod_since_analyze
David Rowley
2025-07-31
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
Michael Paquier
2025-07-29
Display Memoize planner estimates in EXPLAIN
David Rowley
2025-07-24
Introduce field tracking cached plan type in PlannedStmt
Michael Paquier
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-18
Fix concurrent update trigger issues with MERGE in a CTE.
Dean Rasheed
2025-07-11
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
2025-07-11
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
Nathan Bossart
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-07-03
Obtain required table lock during cross-table updates, redux.
Tom Lane
2025-07-03
Prevent creation of duplicate not-null constraints for domains
Álvaro Herrera
2025-07-03
Refactor subtype field of AlterDomainStmt
Michael Paquier
2025-07-03
Support multi-line headers in COPY FROM command.
Fujii Masao
2025-07-02
Make more use of RELATION_IS_OTHER_TEMP().
Nathan Bossart
2025-07-01
Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.
Jeff Davis
[prev]
[next]