Commit Graph

46 Commits (b7eda3e0e33402a7727253e6f307ca96b92eb23d)

Author SHA1 Message Date
Andres Freund b7eda3e0e3 Move generic snapshot related code from tqual.h to snapmgr.h. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier 5a23c74b63 Reset properly errno before calling write() 7 years ago
Michael Paquier e41d0a1090 Add proper errcodes to new error messages for read() failures 7 years ago
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 7 years ago
Michael Paquier 811b6e36a9 Rework error messages around file handling 7 years ago
Michael Paquier 6cb3372411 Address set of issues with errno handling 7 years ago
Peter Eisentraut ebdb42a0d6 Fix typo 8 years ago
Peter Eisentraut 9e945f8626 Fix Latin spelling 8 years ago
Tom Lane 8a906204ae Fix race condition during replication origin drop. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas c097b271e8 Fix more user-visible elog() calls. 8 years ago
Peter Eisentraut 0c5803b450 Refactor new file permission handling 8 years ago
Alvaro Herrera a6979c3a68 Restore behavior for replication origin drop 8 years ago
Tom Lane 21d304dfed Final pgindent + perltidy run for v10. 8 years ago
Alvaro Herrera b2c95a3798 Fix replication origin-related race conditions 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Peter Eisentraut e495c1683f Spelling fixes in code comments 9 years ago
Andres Freund eb97aa7e65 Zero padding in replication origin's checkpointed on disk-state. 9 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane ab02896510 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
Alvaro Herrera 2f5c9d9c9c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 3761fe3c20 Simplify LWLock tranche machinery by removing array_base/array_stride. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Tom Lane 994f112573 Adjust datatype of ReplicationState.acquired_by. 10 years ago
Andres Freund 1d4a0ab19a Avoid unlikely data-loss scenarios due to rename() without fsync. 10 years ago
Andres Freund 606e0f9841 Introduce durable_rename() and durable_link_or_rename(). 10 years ago
Robert Haas 63461a63f9 Make builtin lwlock tranche names consistent. 10 years ago
Robert Haas 7191ce8bea Make all built-in lwlock tranche IDs fixed. 10 years ago
Magnus Hagander e51ab85cd9 Fix typos in comments 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Peter Eisentraut a8d585c091 Message style improvements 10 years ago
Alvaro Herrera 17f5831c81 Fix "sesssion" typo 10 years ago
Heikki Linnakangas c80b5f66c6 Fix misc typos. 10 years ago
Andres Freund 18e8613564 Address points made in post-commit review of replication origins. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas fa60fb63e5 Fix more typos in comments. 10 years ago
Peter Eisentraut ad8d6d064c Fix typos 11 years ago
Andres Freund 2b22795b32 Copy editing of the replication origins patch. 11 years ago
Andres Freund e0f26fc765 Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX. 11 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 11 years ago