Age | Commit message (Expand) | Author |
2023-04-06 | Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() | Andres Freund |
2023-04-04 | sequences: Lock buffer before initializing page | Andres Freund |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-12-21 | Switch some system functions to use get_call_result_type() | Michael Paquier |
2022-08-08 | In extensions, don't replace objects not belonging to the extension. | Tom Lane |
2022-07-13 | Use list_copy_head() instead of list_truncate(list_copy(...), ...) | David Rowley |
2022-07-06 | Change internal RelFileNode references to RelFileNumber or RelFileLocator. | Robert Haas |
2022-04-07 | Revert "Logical decoding of sequences" | Tomas Vondra |
2022-04-07 | Unlogged sequences | Peter Eisentraut |
2022-03-24 | Add decoding of sequences to built-in replication | Tomas Vondra |
2022-03-21 | Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. | Tom Lane |
2022-02-10 | Logical decoding of sequences | Tomas Vondra |
2022-01-17 | Add Boolean node | Peter Eisentraut |
2022-01-08 | Update copyright for 2022 | Bruce Momjian |
2021-07-15 | Improve reporting of "conflicting or redundant options" errors. | Dean Rasheed |
2021-07-13 | Remove useless range checks on INT8 sequences | David Rowley |
2021-07-08 | Improve error messages about mismatching relkind | Peter Eisentraut |
2021-01-02 | Update copyright for 2021 | Bruce Momjian |
2020-12-15 | Improve hash_create()'s API for some added robustness. | Tom Lane |
2020-09-28 | Minor mop-up for List improvements. | Tom Lane |
2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
2019-08-13 | Fix inconsistencies and typos in the tree, take 10 | Michael Paquier |
2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
2019-03-29 | tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. | Andres Freund |
2019-01-21 | Replace uses of heap_open et al with the corresponding table_* function. | 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-11-08 | Revise attribute handling code on partition creation | Alvaro Herrera |
2018-03-31 | Combine options for RangeVarGetRelidExtended() into a flags argument. | Andres Freund |
2018-03-13 | Fix CREATE TABLE / LIKE with bigint identity column | Peter Eisentraut |
2018-01-03 | Update copyright for 2018 | Bruce Momjian |
2017-10-11 | Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes. | Tom Lane |
2017-09-22 | For wal_consistency_checking, mask page checksum as well as page LSN. | Robert Haas |
2017-08-14 | Fix typo | Peter Eisentraut |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
2017-06-16 | Use RangeVarGetRelidExtended() in AlterSequence() | Peter Eisentraut |
2017-06-12 | Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation. | Tom Lane |
2017-06-01 | Modify sequence catalog tuple before invoking post alter hook. | Andres Freund |
2017-06-01 | Make ALTER SEQUENCE, including RESTART, fully transactional. | Andres Freund |
2017-05-17 | Post-PG 10 beta1 pgindent run | Bruce Momjian |
2017-05-15 | Fix ALTER SEQUENCE locking | Peter Eisentraut |
2017-05-02 | Avoid unnecessary catalog updates in ALTER SEQUENCE | Peter Eisentraut |
2017-04-28 | Fix crash when partitioned column specified twice. | Robert Haas |
2017-04-06 | Identity columns | Peter Eisentraut |
2017-04-04 | Adjust min/max values when changing sequence type | Peter Eisentraut |
2017-03-12 | Use wrappers of PG_DETOAST_DATUM_PACKED() more. | Noah Misch |
2017-03-09 | Use SQL standard error code for nextval | Peter Eisentraut |