Commit Graph

57407 Commits (c4fe2e8220462a9688dba4380bda0ccb2ecaabb7)
 

Author SHA1 Message Date
Peter Eisentraut c4fe2e8220 Add meson NLS support for pg_combinebackup 2 years ago
Bruce Momjian f67a3d4268 doc: add ISO 8601 extended format example using to_char() 2 years ago
Tom Lane bbf1f13408 Add empty placeholder LINGUAS file for pg_combinebackup. 2 years ago
Peter Eisentraut d327f418d1 Remove unused macro 2 years ago
Michael Paquier 231ff70f98 Fix some translatable strings in pg_basebackup and pg_combinebackup 2 years ago
Amit Kapila 0eac3c798c Doc: Add missing pgoutput options. 2 years ago
Tom Lane bad0763a4d Fix erroneous -Werror=missing-braces on old GCC. 2 years ago
Alexander Korotkov 0a93f803f4 Fix a comment for remove_self_joins_recurse() 2 years ago
Alexander Korotkov b5fb6736ed Don't constrain self-join removal due to PHVs 2 years ago
Alexander Korotkov 8a8ed916f7 Handle PlaceHolderVar case in replace_varno_walker 2 years ago
Alexander Korotkov 12915a58ee Enhance checkpointer restartpoint statistics 2 years ago
Michael Paquier 64e77b496a pgbench: Fix overflow in table populating when rows >= 2^31-1 2 years ago
Tom Lane da44ff312e Set readline-relevant ENV vars in interactive_psql(), not caller. 2 years ago
Peter Eisentraut 3e2e0d5ad7 Set all variable-length fields of pg_attribute to null on column drop 2 years ago
Tom Lane e2b73f4a4d Stop generating plain-text INSTALL instructions. 2 years ago
Andrew Dunstan 8ddf9c1dc0 Make win32tzlist.pl checkable again 2 years ago
Jeff Davis 8793c60051 Initialize data directories with --lc-messages=C for tests. 2 years ago
Robert Haas ffc6ab9b56 Replace nonsense comment with a relevant one. 2 years ago
Robert Haas 49f2194ed5 Fix numerous typos in incremental backup commits. 2 years ago
Tom Lane ba08c10fcd pg_combinebackup didn't clean its tmp_check directory, either. 2 years ago
Tom Lane 903737c5bf Avoid trying to fetch metapage of an SPGist partitioned index. 2 years ago
Tom Lane 0590480132 pg_combinebackup's .gitignore file is incomplete. 2 years ago
Dean Rasheed a0ff37173d Fix BEFORE ROW trigger handling in cross-partition MERGE update. 2 years ago
Peter Eisentraut e557db106e Fix prologue of get_partition_ancestors() 2 years ago
Peter Eisentraut 9ca6e7b941 meson: Make gzip and tar optional 2 years ago
Peter Eisentraut 9aa374dcfb meson: Make sed optional 2 years ago
Michael Paquier c161ab74f7 Add PostgreSQL::Test::Cluster::advance_wal 2 years ago
Masahiko Sawada bf6260b39d Show isCatalogRel in several rmgr descriptions. 2 years ago
Andrew Dunstan 387aecc948 Rename pgindent options 2 years ago
Daniel Gustafsson e6c56f2a9d doc: Fix typo in pg_combinebackup documentation 2 years ago
Daniel Gustafsson 30e54d5c5d Fix unchecked return value from strdup 2 years ago
Robert Haas dc21234005 Add support for incremental backup. 2 years ago
Robert Haas 174c480508 Add a new WAL summarizer process. 2 years ago
Michael Paquier 00498b7185 Fix generation of distribution tarball 2 years ago
Jeff Davis 766571be16 Additional write barrier in AdvanceXLInsertBuffer(). 2 years ago
Jeff Davis c3a8e2a7cb Use 64-bit atomics for xlblocks array elements. 2 years ago
Michael Paquier 1301c80b21 Remove MSVC scripts 2 years ago
Michael Paquier 27f7f81e4c basic_archive: Fix comments related to NO_INSTALLCHECK 2 years ago
Robert Haas aafc07c7a1 Move src/bin/pg_verifybackup/parse_manifest.c into src/common. 2 years ago
Robert Haas 47f01d727e Fix brown paper bag bug in 5c47c6546c. 2 years ago
Tom Lane 7e1ce2b3de Prevent integer overflow when forming tuple width estimates. 2 years ago
Peter Eisentraut 2a607fb822 Update comment for Cardinality typedef 2 years ago
Daniel Gustafsson e52e271b23 doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example 2 years ago
Heikki Linnakangas 3c080fb4fa Simplify newNode() by removing special cases 2 years ago
Michael Paquier 2084701364 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier a8dd62ef49 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Amit Kapila c8bc807cf8 pgoutput: Raise an error for missing protocol version parameter. 2 years ago
Tom Lane 8b965c549d compute_bitmap_pages' loop_count parameter should be double not int. 2 years ago
Nathan Bossart 64b1fb5f03 Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64. 2 years ago
Nathan Bossart 0d1adae6f7 Micro-optimize datum_to_json_internal() some more. 2 years ago