summaryrefslogtreecommitdiff
path: root/src/backend/access/gin
AgeCommit message (Expand)Author
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-10-13Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-09Standardize cleanup lock terminology.Peter Geoghegan
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-04-07Remove redundant memset(0) calls for page init of some index AMsMichael Paquier
2021-02-25VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan
2021-02-15ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-04Remove some more useless assignments.Tom Lane
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-08-27Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-04-08Modify additional power 2 calculations to use new helper functionsDavid Rowley
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-07Simplify/speed up assertion cross-check in ginCompressPostingList().Tom Lane
2020-02-09Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-28Remove dependency on HeapTuple from predicate locking functions.Thomas Munro
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-19Fix page modification outside of critical section in GINAlexander Korotkov
2019-11-19Revise GIN READMEAlexander Korotkov
2019-11-19Fix traversing to the deleted GIN page via downlinkAlexander Korotkov
2019-11-19Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila