Commits

Showing commits that first shipped in 17 (backpatches included). Clear

DateSubjectAuthorReleases
2024-04-16 revert: Generalize relation analyze in table AM interface Alexander Korotkov 17.0
2024-04-15 Grammar fixes for split/merge partitions code Alexander Korotkov 17.0
2024-04-11 Revert: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 17.0
2024-04-11 Revert: Allow table AM to store complex data structures in rd_amcache Alexander Korotkov 17.0
2024-04-11 Revert: Allow table AM tuple_insert() method to return the different slot Alexander Korotkov 17.0
2024-04-11 Revert: Allow locking updated tuples in tuple_update() and tuple_delete() Alexander Korotkov 17.0
2024-04-11 Revert: Let table AM insertion methods control index insertion Alexander Korotkov 17.0
2024-04-11 Revert: Custom reloptions for table AM Alexander Korotkov 17.0
2024-04-09 revert: Transform OR clauses to ANY expression Alexander Korotkov 17.0
2024-04-09 Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commands Alexander Korotkov 17.0
2024-04-08 Provide a way block-level table AMs could re-use acquire_sample_rows() Alexander Korotkov 17.0
2024-04-08 Fix some grammer errors from error messages and codes comments Alexander Korotkov 17.0
2024-04-08 Fill CommonRdOptions with default values in extract_autovac_opts() Alexander Korotkov 17.0
2024-04-08 Custom reloptions for table AM Alexander Korotkov 17.0
2024-04-08 Fix the wording of or_to_any_transform_limit description Alexander Korotkov 17.0
2024-04-08 Fix the value of or_to_any_transform_limit in postgresql.conf.sample Alexander Korotkov 17.0
2024-04-07 Fix usage of same ListCell transform_or_to_any()'s in nested loops Alexander Korotkov 17.0
2024-04-07 Transform OR clauses to ANY expression Alexander Korotkov 17.0
2024-04-06 Implement ALTER TABLE ... SPLIT PARTITION ... command Alexander Korotkov 17.0
2024-04-06 Implement ALTER TABLE ... MERGE PARTITIONS ... command Alexander Korotkov 17.0
2024-04-06 Clarify what is protected by WaitLSNLock Alexander Korotkov 17.0
2024-04-06 Call WaitLSNCleanup() in AbortTransaction() Alexander Korotkov 17.0
2024-04-06 Use an LWLock instead of a spinlock in waitlsn.c Alexander Korotkov 17.0
2024-04-03 Fix the parameters order for TableAmRoutine.relation_copy_for_cluster() Alexander Korotkov 17.0
2024-04-03 Use the pairing heap instead of a flat array for LSN replay waiters Alexander Korotkov 17.0