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
*
Forbid SJE with result relation
Alexander Korotkov
2024-01-09
*
Fix misuse of RelOptInfo.unique_for_rels cache by SJE
Alexander Korotkov
2024-01-09
*
Allow examine_simple_variable() to work on INSERT RETURNING Vars.
Tom Lane
2024-01-08
*
Strengthen tests for 5ef34a8fc3
Alexander Korotkov
2024-01-08
*
Fix the issue that SJE mistakenly omits qual clauses
Alexander Korotkov
2024-01-06
*
Clean up some edge cases in plpgsql's %TYPE parsing.
Tom Lane
2024-01-05
*
Add copyright notices to a few perl scripts that don't have them
Andrew Dunstan
2024-01-05
*
ALTER TABLE command to change generation expression
Peter Eisentraut
2024-01-04
*
Fix use of incorrect TupleTableSlot in DISTINCT aggregates
David Rowley
2024-01-04
*
Track conflict_reason in pg_replication_slots.
Amit Kapila
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove unnecessary PGDATABASE settings from TAP tests
Michael Paquier
2024-01-03
*
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
*
Replace the relid in some missing fields during SJE
Alexander Korotkov
2024-01-02
*
Follow-up fixes for "Make all Perl warnings fatal"
Peter Eisentraut
2023-12-29
*
Fix collate.windows.win1252 test.
Jeff Davis
2023-12-29
*
Make all Perl warnings fatal
Peter Eisentraut
2023-12-29
*
Improve the implementation of information_schema._pg_expandarray().
Tom Lane
2023-12-27
*
Fix a warning in Perl test code
Peter Eisentraut
2023-12-27
*
Make replace_relid() leave argument unmodified
Alexander Korotkov
2023-12-27
*
Don't constrain self-join removal due to PHVs
Alexander Korotkov
2023-12-25
*
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-12-25
*
Set readline-relevant ENV vars in interactive_psql(), not caller.
Tom Lane
2023-12-23
*
Avoid trying to fetch metapage of an SPGist partitioned index.
Tom Lane
2023-12-21
*
Fix BEFORE ROW trigger handling in cross-partition MERGE update.
Dean Rasheed
2023-12-21
*
Add PostgreSQL::Test::Cluster::advance_wal
Michael Paquier
2023-12-21
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-12-08
*
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
*
Test that it works to RESET an invalid reloption
Alvaro Herrera
2023-12-08
*
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
*
Improve some error messages with invalid indexes for REINDEX CONCURRENTLY
Michael Paquier
2023-12-07
*
Fix assertion failure with REINDEX and event triggers
Michael Paquier
2023-12-07
*
Add support for REINDEX in event triggers
Michael Paquier
2023-12-04
*
Fix an uninitialized access in hash_xlog_squeeze_page().
Amit Kapila
2023-12-01
*
Add tests for XID wraparound.
Masahiko Sawada
2023-11-30
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Add option to specify timeout seconds to BackgroundPsql.pm.
Masahiko Sawada
2023-11-30
*
Fix wrong description of BackgroundPsql's timeout.
Masahiko Sawada
2023-11-30
*
Fix BackgroundPsql's set_query_timer_restart() issue without argument.
Masahiko Sawada
2023-11-30
*
Add SLRU tests for 64-bit page case
Alexander Korotkov
2023-11-29
*
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-29
*
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
*
Remove more statements from stats.sql
Michael Paquier
2023-11-28
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
Remove test for pg_stat_reset_shared() in stats.sql
Michael Paquier
2023-11-28
*
Check if ii_AmCache is NULL in aminsertcleanup
Tomas Vondra
2023-11-27
*
Avoid unconditionally filling in missing values with NULL in pgoutput.
Amit Kapila
2023-11-27
*
Display length and bounds histograms in pg_stats
Alexander Korotkov
2023-11-27
[next]