index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
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
*
Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Álvaro Herrera
2025-07-03
*
Support multi-line headers in COPY FROM command.
Fujii Masao
2025-07-03
*
Improve checks for GUC recovery_target_timeline
Michael Paquier
2025-07-03
*
Enable use of Memoize for ANTI joins
Richard Guo
2025-07-03
*
Fix cross-version upgrade test breakage from commit fe07100e82.
Nathan Bossart
2025-07-02
*
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
2025-07-02
*
Allow width_bucket()'s "operand" input to be NaN.
Tom Lane
2025-07-02
*
Fix error message for ALTER CONSTRAINT ... NOT VALID
Álvaro Herrera
2025-07-02
*
Make row compares robust during nbtree array scans.
Peter Geoghegan
2025-07-02
*
meson: Increase minimum version to 0.57.2
Peter Eisentraut
2025-07-02
*
Add new OID alias type regdatabase.
Nathan Bossart
2025-06-30
*
Avoid uninitialized value error in TAP tests' Cluster->psql
Andrew Dunstan
2025-06-30
*
Align log_line_prefix in CI and TAP tests with pg_regress.c
Michael Paquier
2025-06-30
*
Run pgperltidy
Joe Conway
2025-06-29
*
Fix some new issues with planning of PlaceHolderVars.
Tom Lane
2025-06-29
*
Obtain required table lock during cross-table constraint updates.
Tom Lane
2025-06-29
*
Message style improvements
Peter Eisentraut
2025-06-28
*
Use correct DatumGet*() function in test_shm_mq_main().
Nathan Bossart
2025-06-27
*
pg_dump: include comments on valid not-null constraints, too
Álvaro Herrera
2025-06-26
*
Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.
Fujii Masao
2025-06-26
*
Expand virtual generated columns for ALTER COLUMN TYPE
Richard Guo
2025-06-26
*
Restrict virtual columns to use built-in functions and types
Peter Eisentraut
2025-06-25
*
Avoid scribbling of VACUUM options
Michael Paquier
2025-06-25
*
Test that vacuum removes tuples older than OldestXmin
Melanie Plageman
2025-06-24
*
Fix virtual generated column type checking for ALTER TABLE
Peter Eisentraut
2025-06-24
*
psql: Rename meta-command \close to \close_prepared
Michael Paquier
2025-06-24
*
Temporarily remove 046_checkpoint_logical_slot.pl
Alexander Korotkov
2025-06-23
*
Remove planner's have_dangerous_phv() join-order restriction.
Tom Lane
2025-06-20
*
Improve runtime and output of tests for replication slots checkpointing.
Alexander Korotkov
2025-06-20
*
Sync typedefs.list with the buildfarm.
Tom Lane
2025-06-15
*
Add TAP tests to check replication slot advance during the checkpoint
Alexander Korotkov
2025-06-14
*
psql: Forbid use of COPY and \copy while in a pipeline
Michael Paquier
2025-06-13
*
Fixed signed/unsigned mismatch in test_dsm_registry.
Nathan Bossart
2025-06-06
*
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-05
*
Change role names used in trigger test.
Tom Lane
2025-06-05
*
Rename gist stratnum support function
Peter Eisentraut
2025-06-02
*
Fix MERGE into a plain inheritance parent table.
Dean Rasheed
2025-05-31
*
Tighten parsing of datetime input.
Tom Lane
2025-05-28
*
Adjust regex for test with opening parenthesis in character classes
Michael Paquier
2025-05-28
*
Fix conversion of SIMILAR TO regexes for character classes
Michael Paquier
2025-05-28
*
Fix race condition in subscription TAP test 021_twophase
Michael Paquier
2025-05-26
*
oauth: Limit JSON parsing depth in the client
Jacob Champion
2025-05-23
*
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-23
*
Replace deprecated log_connections values in docs and tests
Melanie Plageman
2025-05-22
*
In ExecInitModifyTable, don't scribble on the source plan.
Tom Lane
2025-05-22
*
Fix cross-version upgrade test failure
Heikki Linnakangas
2025-05-20
*
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
Heikki Linnakangas
2025-05-19
[next]