Age | Commit message (Expand) | Author |
2025-04-19 | Be more wary of corrupt data in pageinspect's heap_page_items(). | Tom Lane |
2025-01-23 | Convert macros to static inline functions (htup_details.h, itup.h) | Peter Eisentraut |
2025-01-01 | Update copyright for 2025 | Bruce Momjian |
2024-12-20 | Optimize alignment calculations in tuple form/deform | David Rowley |
2024-12-20 | Introduce CompactAttribute array in TupleDesc, take 2 | David Rowley |
2024-10-28 | Remove unused #include's from contrib, pl, test .c files | Peter Eisentraut |
2024-09-12 | Reintroduce support for sequences in pgstattuple and pageinspect. | Nathan Bossart |
2024-01-04 | Update copyright for 2024 | Bruce Momjian |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-09-05 | Fix incorrect uses of Datum conversion macros | Peter Eisentraut |
2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut |
2022-07-01 | Add construct_array_builtin, deconstruct_array_builtin | Peter Eisentraut |
2022-01-08 | Update copyright for 2022 | Bruce Momjian |
2021-11-24 | Fix incorrect format placeholders | Peter Eisentraut |
2021-02-24 | Fix some typos, grammar and style in docs and comments | Michael Paquier |
2021-01-02 | Update copyright for 2021 | Bruce Momjian |
2020-06-29 | Avoid using %c printf format for potentially non-ASCII characters. | Tom Lane |
2020-03-04 | Introduce macros for typalign and typstorage constants. | Tom Lane |
2020-01-30 | Clean up newlines following left parentheses | Alvaro Herrera |
2020-01-30 | Remove excess parens in ereport() calls | Alvaro Herrera |
2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
2019-10-24 | Make the order of the header file includes consistent in contrib modules. | Amit Kapila |
2019-09-19 | Redesign pageinspect function printing infomask bits | Michael Paquier |
2019-09-12 | Add to pageinspect function to make t_infomask/t_infomask2 human-readable | Michael Paquier |
2019-04-01 | Only allow heap in a number of contrib modules. | Andres Freund |
2019-01-21 | Replace heapam.h includes with {table, relation}.h where applicable. | Andres Freund |
2019-01-15 | Don't include heapam.h from others headers. | Andres Freund |
2019-01-02 | Update copyright for 2019 | Bruce Momjian |
2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund |
2018-10-01 | Fix tuple_data_split() to not open a relation without any lock. | Tom Lane |
2018-01-04 | Fix incorrect computations of length of null bitmap in pageinspect. | Tom Lane |
2018-01-03 | Update copyright for 2018 | Bruce Momjian |
2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2017-02-03 | In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines. | Tom Lane |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-10-26 | Fix typo in comment. | Heikki Linnakangas |
2016-06-09 | pgindent run for 9.6 | Robert Haas |
2016-05-03 | Tweak a few more things in preparation for upcoming pgindent run. | Robert Haas |
2016-04-08 | Replace printf format %i by %d | Peter Eisentraut |
2016-04-08 | Fix printf format | Peter Eisentraut |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-11-25 | Improve pageinspect module | Teodor Sigaev |
2015-02-21 | Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. | Tom Lane |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-04-18 | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-12-22 | Change the way we mark tuples as frozen. | Robert Haas |
2013-01-23 | Improve concurrency of foreign key locking | Alvaro Herrera |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |