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
*
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-07
*
Improve handling of empty query results in BackgroundPsql::query()
Michael Paquier
2024-11-07
*
Extend Cluster.pm's background_psql() to be able to start asynchronously
Michael Paquier
2024-11-06
*
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-04
*
Add PG_TEST_EXTRA configure option to the Make builds
Heikki Linnakangas
2024-11-04
*
Add missing newlines at the end of two SQL files
Michael Paquier
2024-11-03
*
Add SQL function array_reverse()
Michael Paquier
2024-11-01
*
Make all ereport() calls within gram.y provide error locations.
Tom Lane
2024-10-31
*
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-31
*
injection_points: Improve comment about disabled isolation permutation
Michael Paquier
2024-10-31
*
Stabilize jsonb_path_query test case.
Tom Lane
2024-10-30
*
Fix some more bugs in foreign keys connecting partitioned tables
Álvaro Herrera
2024-10-30
*
Replicate generated columns when specified in the column list.
Amit Kapila
2024-10-30
*
Add missing FATAL => 'all' to a use warnings in Perl
Peter Eisentraut
2024-10-29
*
Fix dependency of partitioned table and table AM with CREATE TABLE .. USING
Michael Paquier
2024-10-29
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
Change the default value of the streaming option to 'parallel'.
Amit Kapila
2024-10-28
*
Set query ID for inner queries of CREATE TABLE AS and DECLARE
Michael Paquier
2024-10-28
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
Fix concurrrently in typcache_rel_type_cache.sql
Alexander Korotkov
2024-10-25
*
Add install rules for Kerberos.pm and AdjustUpgrade.pm
Michael Paquier
2024-10-25
*
injection_points: Disable one permutation in isolation test "basic"
Michael Paquier
2024-10-25
*
Remove the RTE_GROUP RTE if we drop the groupClause
Richard Guo
2024-10-25
*
Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().
Jeff Davis
2024-10-24
*
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-10-24
*
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-10-24
*
Support configuring multiple ECDH curves
Daniel Gustafsson
2024-10-24
*
Handle alphanumeric characters in matching GUC names
Daniel Gustafsson
2024-10-24
*
Add 'no_error' argument to pg_wal_replay_wait()
Alexander Korotkov
2024-10-24
*
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-10-24
*
Improve pg_set_attribute_stats() error message.
Jeff Davis
2024-10-23
*
Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().
Jeff Davis
2024-10-22
*
Change pg_*_relation_stats() functions to return type to void.
Jeff Davis
2024-10-22
*
Improve reporting of errors in extension script files.
Tom Lane
2024-10-22
*
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-22
*
Make all Perl warnings fatal in 043_wal_replay_wait.pl
Alexander Korotkov
2024-10-22
*
Fix wrong assertion and poor error messages in "COPY (query) TO".
Tom Lane
2024-10-21
*
injection_points: Add basic isolation test
Michael Paquier
2024-10-21
*
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-20
*
Disable autovacuum for tables in stats import tests.
Jeff Davis
2024-10-18
*
Allow pg_set_relation_stats() to set relpages to -1.
Jeff Davis
2024-10-18
*
Fix memory leaks from incorrect strsep() uses
Peter Eisentraut
2024-10-18
*
Fix description of PostgreSQL::Test::Cluster::wait_for_event()
Michael Paquier
2024-10-18
*
Remove superfluous forward declaration
Peter Eisentraut
2024-10-17
*
Fix whitespace
Peter Eisentraut
2024-10-17
*
Fix unusual include style
Peter Eisentraut
2024-10-17
*
Don't store intermediate hash values in ExprState->resvalue
David Rowley
2024-10-17
*
Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases
Michael Paquier
2024-10-17
*
Rewrite some regression queries for option checks with COPY
Michael Paquier
2024-10-17
*
Allow TAP tests to force checksums off when calling init()
Peter Eisentraut
2024-10-14
[next]