Commit Graph

10323 Commits (c9dfe2e83a8dbc30e6992ced01da2f7cfa0f63f3)

Author SHA1 Message Date
Michael Paquier c9dfe2e83a Remove duplicated words in comments of pgstat.c and pgstat_internal.h 4 years ago
Tom Lane e19272ef60 Remove unused-and-misspelled function extern declaration. 4 years ago
Tom Lane a916cb9d5a Avoid overflow hazard when clamping group counts to "long int". 4 years ago
Alvaro Herrera 8d061acd12
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS 4 years ago
David Rowley c4a4e760f6 Fix incorrect comments for Memoize struct 4 years ago
Amit Kapila 0ff20288e1 Extend pg_publication_tables to display column list and row filter. 4 years ago
Tom Lane 3ab9a63cb6 Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure. 4 years ago
Robert Haas 4f2400cb3f Add a new shmem_request_hook hook. 4 years ago
Michael Paquier 8d33412665 Remove PGDLLIMPORT marker from __pg_log_level 4 years ago
Andres Freund 905c020bef Add missing 'extern' to function prototypes. 4 years ago
Tom Lane c2f436151e Do pre-release housekeeping on catalog data. 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Michael Paquier 5edeb57428 Add some missing PGDLLIMPORT markings 4 years ago
John Naylor 7761b9faab Use correct datum macros in more tuplesort specialization functions. 4 years ago
Robert Haas ab02d702ef Remove non-functional code for unloading loadable modules. 4 years ago
Amit Kapila f95d53eded Fix the logical replication timeout during large transactions. 4 years ago
David Rowley c90c16591c Fix some incorrect preprocessor tests in tuplesort specializations 4 years ago
Thomas Munro e2f65f4255 Fix old-fd issues using global barriers everywhere. 4 years ago
Thomas Munro b74e94dc27 Rethink PROCSIGNAL_BARRIER_SMGRRELEASE. 4 years ago
Peter Eisentraut dc2be6ed47 Remove JsonPathSpec typedef 4 years ago
Peter Eisentraut d47a11da9e Add missing enum tag in enum used in nodes 4 years ago
Peter Eisentraut cfb63b994e Simplify configure test 4 years ago
Jeff Davis ed57cac84d pg_walinspect: fix case where flush LSN is in the middle of a record. 4 years ago
Michael Paquier 55b5686511 Revert recent changes with durable_rename_excl() 4 years ago
Michael Paquier 2c902bbf19 Remove durable_rename_excl() 4 years ago
Tom Lane 92e7a53752 Remove inadequate assertion check in CTE inlining. 4 years ago
Tom Lane 2cb1272445 Rethink method for assigning OIDs to the template0 and postgres DBs. 4 years ago
Tom Lane 40eba064b2 Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations. 4 years ago
Robert Haas d2d3547979 Allow db.schema.table patterns, but complain about random garbage. 4 years ago
Tom Lane 6fea65508a Tighten ComputeXidHorizons' handling of walsenders. 4 years ago
David Rowley a00fd066b1 Add missing spaces after single-line comments 4 years ago
Tom Lane 7b7ed046cb Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). 4 years ago
Michael Paquier b940918dc8 Remove "recheck" argument from check_index_is_clusterable() 4 years ago
Robert Haas 7fc0e7de9f Revert the addition of GetMaxBackends() and related stuff. 4 years ago
Tom Lane 2c9381840f Remove not-very-useful early checks of __pg_log_level in logging.h. 4 years ago
Michael Paquier a4b57543ac Rename backup_compression.{c,h} to compression.{c,h} 4 years ago
Tom Lane bd037dc928 Make XLogRecGetBlockTag() throw error if there's no such block. 4 years ago
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 4 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Robert Haas f37015a161 Rename delayChkpt to delayChkptFlags. 4 years ago
Robert Haas 8ec569479f Apply PGDLLIMPORT markings broadly. 4 years ago
Jeff Davis 1562e92c62 Fix buildfarm failure from commit 2258e76f90. 4 years ago
Jeff Davis 2258e76f90 Add contrib/pg_walinspect. 4 years ago
Michael Paquier efb0ef909f Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS) 4 years ago
David Rowley 9d9c02ccd1 Teach planner and executor about monotonic window funcs 4 years ago
Alvaro Herrera a90641eac2
Revert "Rewrite some RI code to avoid using SPI" 4 years ago
Alvaro Herrera 99392cdd78
Rewrite some RI code to avoid using SPI 4 years ago
Tomas Vondra 2c7ea57e56 Revert "Logical decoding of sequences" 4 years ago
Jeff Davis 957aa4d87a Fix another buildfarm issue from commit 5c279a6d35. 4 years ago
Peter Eisentraut 344d62fb9a Unlogged sequences 4 years ago