Commit Graph

1813 Commits (b14e9ce7d55c75ffa160b07765eb9dffde70b5fa)

Author SHA1 Message Date
Michael Paquier b14e9ce7d5 Extend PgStat_HashKey.objid from 4 to 8 bytes 1 year ago
Peter Eisentraut fc0438b4e8 Add temporal PRIMARY KEY and UNIQUE constraints 1 year ago
Peter Eisentraut 7406ab623f Add stratnum GiST support function 1 year ago
Michael Paquier 00c76cf21c Move logic related to WAL replay of Heap/Heap2 into its own file 1 year ago
Peter Eisentraut 56fead44dc Add amgettreeheight index AM API routine 1 year ago
Peter Eisentraut 2b5f57977f Add const qualifiers to XLogRegister*() functions 1 year ago
Peter Geoghegan 1343ae954c Give nbtree move right function internal linkage. 1 year ago
David Rowley ffabb56c94 Fix a series of typos and outdated references 1 year ago
Heikki Linnakangas 1e35951e71 Turn a few 'validnsps' static variables into locals 1 year ago
Robert Haas 8a53539bd6 Wait for WAL summarization to catch up before creating .partial file. 1 year ago
Thomas Munro f6bef362ca Refactor tidstore.c iterator buffering. 1 year ago
Amit Kapila 1462aad2e4 Allow altering of two_phase option of a SUBSCRIPTION. 1 year ago
Peter Eisentraut 774d47b6c0 Move all extern declarations for GUC variables to header files 1 year ago
Peter Eisentraut 935e675f3c Get rid of a global variable 1 year ago
Michael Paquier ffb0603929 Improve comments in slru.{c,h} about segment name format 1 year ago
Robert Haas 402b586d0a Do not summarize WAL if generated with wal_level=minimal. 1 year ago
Noah Misch 4a7f91b3d3 Remove comment about xl_heap_inplace "AT END OF STRUCT". 2 years ago
Alexander Korotkov 70a845c04a Remove extra comment at TableAmRoutine.scan_analyze_next_block 2 years ago
Tom Lane 92c49d1062 Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. 2 years ago
Peter Geoghegan 6207f08f70 Harmonize function parameter names for Postgres 17. 2 years ago
Peter Eisentraut be5942aee7 Remove unused typedefs 2 years ago
Peter Eisentraut 8aee330af5 Revert temporal primary keys and foreign keys 2 years ago
Tomas Vondra 41d2c6f952 Add missing index_insert_cleanup calls 2 years ago
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words 2 years ago
Peter Geoghegan f698704155 Fix nbtree posting list comment. 2 years ago
Peter Geoghegan aa1def44c3 Fix nbtree page recycling comment. 2 years ago
Alexander Korotkov 6377e12a5a revert: Generalize relation analyze in table AM interface 2 years ago
Alexander Korotkov 922c4c461d Revert: Allow table AM to store complex data structures in rd_amcache 2 years ago
Alexander Korotkov 8dd0bb84da Revert: Allow table AM tuple_insert() method to return the different slot 2 years ago
Alexander Korotkov 193e6d18e5 Revert: Allow locking updated tuples in tuple_update() and tuple_delete() 2 years ago
Alexander Korotkov da841aa4dc Revert: Let table AM insertion methods control index insertion 2 years ago
Alexander Korotkov bc1e2092eb Revert: Custom reloptions for table AM 2 years ago
Alexander Korotkov dd1f6b0c17 Provide a way block-level table AMs could re-use acquire_sample_rows() 2 years ago
Alexander Korotkov 422041542f Fill CommonRdOptions with default values in extract_autovac_opts() 2 years ago
Alexander Korotkov 9bd99f4c26 Custom reloptions for table AM 2 years ago
John Naylor 8a1b31e6e5 Use bump context for TID bitmaps stored by vacuum 2 years ago
Thomas Munro 041b96802e Use streaming I/O in ANALYZE. 2 years ago
Thomas Munro b7b0f3f272 Use streaming I/O in sequential scans. 2 years ago
Tomas Vondra 04e72ed617 BitmapHeapScan: Push skip_fetch optimization into table AM 2 years ago
Peter Geoghegan 5bf748b86b Enhance nbtree ScalarArrayOp execution. 2 years ago
David Rowley 44086b0975 Preliminary refactor of heap scanning functions 2 years ago
Alexander Korotkov 97ce821e3e Fix the parameters order for TableAmRoutine.relation_copy_for_cluster() 2 years ago
Heikki Linnakangas 6dbb490261 Combine freezing and pruning steps in VACUUM 2 years ago
Alexander Korotkov 867cc7b6dd Revert "Custom reloptions for table AM" 2 years ago
Heikki Linnakangas 3d0f730bf1 Introduce 'options' argument to heap_page_prune() 2 years ago
Alexander Korotkov b1484a3f19 Let table AM insertion methods control index insertion 2 years ago
Alexander Korotkov c95c25f9af Custom reloptions for table AM 2 years ago
Alexander Korotkov 27bc1772fc Generalize relation analyze in table AM interface 2 years ago
Masahiko Sawada 2d8f56dabb Rethink create and attach APIs of shared TidStore. 2 years ago
Masahiko Sawada a0e22ef911 Fix inconsistent function prototypes with function definitions. 2 years ago