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
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
33 hours
Add support for runtime arguments in injection points
Michael Paquier
8 days
Handle self-referencing FKs correctly in partitioned tables
Álvaro Herrera
9 days
Make "directory" setting work with extension_control_path
Peter Eisentraut
2025-04-25
Fix bug allowing io_combine_limit > io_max_combine_combine limit
Andres Freund
2025-04-23
Change the names generated for child foreign key constraints.
Tom Lane
2025-04-20
Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.
Noah Misch
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-17
Suppress "may be used uninitialized" warnings from older compilers.
Tom Lane
2025-04-16
Sync declarations and definitions of two new tablecmds.c functions.
Tom Lane
2025-04-16
Elide not-null constraint checks on child tables during PK creation
Álvaro Herrera
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-07
Fix erroneous construction of functions' dependencies on transforms.
Tom Lane
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-05
Repair misbehavior with duplicate entries in FK SET column lists.
Tom Lane
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
Allow "COPY table TO" command to copy rows from materialized views.
Fujii Masao
2025-04-02
Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-03-30
Enable IO concurrency on all systems
Andres Freund
2025-03-30
read_stream: Introduce and use optional batchmode support
Andres Freund
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-28
Add support for not-null constraints on virtual generated columns
Peter Eisentraut
2025-03-27
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-27
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT
Álvaro Herrera
2025-03-26
Introduce PG_MODULE_MAGIC_EXT macro.
Tom Lane
2025-03-25
refactor: Pass relation OID instead of Relation to createForeignKeyCheckTrigg...
Peter Eisentraut
2025-03-25
refactor: Split ATExecAlterConstraintInternal()
Peter Eisentraut
2025-03-25
refactor: Move some code that updates pg_constraint to a separate function
Peter Eisentraut
2025-03-25
Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
Peter Eisentraut
2025-03-21
Change one loop in ATRewriteTable to use 1-based attnums
Álvaro Herrera
2025-03-21
Simplify EXPLAIN code for Memoize
David Rowley
2025-03-20
Add an additional hook for EXPLAIN option validation.
Robert Haas
2025-03-20
Add vacuum_truncate configuration parameter.
Nathan Bossart
2025-03-19
extension_control_path
Peter Eisentraut
2025-03-19
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-03-19
Introduce io_max_combine_limit.
Thomas Munro
2025-03-18
Add some new hooks so extensions can add details to EXPLAIN.
Robert Haas
2025-03-18
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-03-18
Allow non-btree unique indexes for matviews
Peter Eisentraut
2025-03-18
Allow non-btree unique indexes for partition keys
Peter Eisentraut
2025-03-18
Use correct variable name in publicationcmds.c.
Amit Kapila
2025-03-14
Remove direct handling of reloptions for toast tables
Álvaro Herrera
2025-03-13
ATExecSetRelOptions: Reduce scope of 'isnull' variable
Álvaro Herrera
2025-03-13
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-03-11
Assert that a snapshot is active or registered before it's used
Heikki Linnakangas
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-11
Move RemoveInheritedConstraint() call slightly earlier
Peter Eisentraut
2025-03-11
refactor: Split tryAttachPartitionForeignKey()
Peter Eisentraut
[next]