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
3 days
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
3 days
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
Nathan Bossart
7 days
Standardize LSN formatting by zero padding
Álvaro Herrera
11 days
Obtain required table lock during cross-table updates, redux.
Tom Lane
11 days
Prevent creation of duplicate not-null constraints for domains
Álvaro Herrera
12 days
Refactor subtype field of AlterDomainStmt
Michael Paquier
12 days
Support multi-line headers in COPY FROM command.
Fujii Masao
12 days
Make more use of RELATION_IS_OTHER_TEMP().
Nathan Bossart
13 days
Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.
Jeff Davis
2025-06-30
Rationalize handling of VacuumParams
Michael Paquier
2025-06-29
Obtain required table lock during cross-table constraint updates.
Tom Lane
2025-06-28
Message style improvements
Peter Eisentraut
2025-06-26
Correct misleading error messages
Peter Eisentraut
2025-06-26
Expand virtual generated columns for ALTER COLUMN TYPE
Richard Guo
2025-06-25
Avoid scribbling of VACUUM options
Michael Paquier
2025-06-24
Fix virtual generated column type checking for ALTER TABLE
Peter Eisentraut
2025-06-20
Use SnapshotDirty when checking for conflicting index names.
Tom Lane
2025-06-11
Revert a few small patches that were intended for version 19.
Jeff Davis
2025-06-10
copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Jeff Davis
2025-06-06
Improve CREATE DATABASE error message for invalid libc locale.
Jeff Davis
2025-06-05
Avoid bogus scans of partitions when marking FKs enforced
Álvaro Herrera
2025-06-05
Avoid bogus scans of partitions when validating FKs to partitioned tables
Álvaro Herrera
2025-06-02
Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-22
In ExecInitModifyTable, don't scribble on the source plan.
Tom Lane
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-05-02
Handle self-referencing FKs correctly in partitioned tables
Álvaro Herrera
2025-05-02
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
[next]