Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 daysRename gist stratnum support functionPeter Eisentraut
2025-04-28Add maintenance_io_concurrency flag to some read stream usersMelanie Plageman
2025-04-04Relax assertion in finding correct GiST parentHeikki Linnakangas
2025-04-03Remove misleading read stream asserts in a few usersMelanie Plageman
2025-03-30read_stream: Introduce and use optional batchmode supportAndres Freund
2025-03-21Use streaming read I/O in GiST vacuumingMelanie Plageman
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-21Drop opcintype from index AM strategy translation APIPeter Eisentraut
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-11Add is_analyze parameter to vacuum_delay_point().Nathan Bossart
2025-02-03Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()Peter Eisentraut
2025-02-02Convert strategies to and from compare typesPeter Eisentraut
2025-02-01Add get_opfamily_name() functionPeter Eisentraut
2025-02-01Rename GistTranslateStratnum() to GistTranslateCompareType()Peter Eisentraut
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-18Improve some code format in gist.cMichael Paquier
2024-11-07Remove an obsolete comment in gistinsert()Michael Paquier
2024-11-04Fix typo in comment of gistdoinsert().Masahiko Sawada
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-03-25Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02gist: fix typo "split(t)ed" -> "split"Robert Haas
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-09-26Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas
2023-09-19Fix GiST README's explanation of the NSN cross-check.Heikki Linnakangas
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund