Commit Graph

56955 Commits (22655aa23132a0645fdcdce4b233a1fff0c0cf8f)
 

Author SHA1 Message Date
Andres Freund 22655aa231 Fix bulk table extension when copying into multiple partitions 2 years ago
Nathan Bossart 8d140c5822 Improve the naming in wal_sync_method code. 2 years ago
Daniel Gustafsson c5a032e518 Update oldextversions test for pg_stat_statements 1.11 2 years ago
Amit Kapila 536f410111 Doc: Add more links in logical replication pages. 2 years ago
Michael Paquier d16eb83aba psql: Add completion support for AT [ LOCAL | TIME ZONE ] 2 years ago
Michael Paquier 97957fdbaa Add support for AT LOCAL 2 years ago
Thomas Munro 0013ba290b Add wait events for checkpoint delay mechanism. 2 years ago
Michael Paquier 7e1f544827 doc: Mention timezone(zone, time) in section for AT TIME ZONE 2 years ago
Robert Haas df9a3d4e99 Unify two isLogSwitch tests in XLogInsertRecord. 2 years ago
David Rowley d9e46dfb78 Fix runtime partition pruning for HASH partitioned tables 2 years ago
David Rowley dab5538f0b Doc: fix grammatical errors for enable_partitionwise_aggregate 2 years ago
David Rowley f0c409d9c7 Fix incorrect step generation in HASH partition pruning 2 years ago
Michael Paquier e7689190b3 Add option to bgworkers to allow the bypass of role login check 2 years ago
Tom Lane b6a77c6a6c Reindent comment in GenericXLogFinish(). 2 years ago
Tom Lane 5d8aa8bced Fix missed optimization in relation_excluded_by_constraints(). 2 years ago
Heikki Linnakangas 16671ba6e7 Move canAcceptConnections check from ProcessStartupPacket to caller. 2 years ago
Michael Paquier c7c801ef3b Improve some wording in pg_upgrade/IMPLEMENTATION 2 years ago
Michael Paquier 4800a5dfb4 Refactor InitPostgres() to use bitwise option flags 2 years ago
Bruce Momjian 28139037c0 doc: pg_upgrade: use dynamic new cluster major version numbers 2 years ago
Bruce Momjian 8a6d68fc68 doc: clarify that SSPI and GSSAPI are interchangeable 2 years ago
Bruce Momjian 8e78f0a159 doc: Move CREATE ROLE's IN GROUP and USER to deprecated 2 years ago
Bruce Momjian 914599e569 doc: foreign servers with pushdown need matching collation 2 years ago
Bruce Momjian 2cb69f6bc5 doc: add SSL configuration section reference 2 years ago
Bruce Momjian 8209605966 doc: clarify how the bootstrap user name is chosen 2 years ago
Bruce Momjian 7454502f94 doc: document the need to analyze partitioned tables 2 years ago
Jeff Davis ef74c7197c Fix bug in GenericXLogFinish(). 2 years ago
Tom Lane 14661ba1a7 Replace has_multiple_baserels() with a bitmap test on all_baserels. 2 years ago
Michael Paquier 98e89740e5 test_decoding: Remove unnecessary table in twophase test 2 years ago
Peter Eisentraut e3679bc1c3 pg_resetwal: Corrections around -c option 2 years ago
Peter Eisentraut 1d91d24d9a Add const to values and nulls arguments 2 years ago
David Rowley fc4089f3c6 Fix possible crash in add_paths_to_append_rel() 2 years ago
David Rowley 4f3b56eea2 Revert "Optimize various aggregate deserialization functions" 2 years ago
Michael Paquier f483b20905 worker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONN 2 years ago
Tom Lane 64aad6944c Doc: use CURRENT_USER not USER in plpgsql trigger examples. 2 years ago
Heikki Linnakangas 637109d13a Rename StartBackgroundWorker() to BackgroundWorkerMain(). 2 years ago
Heikki Linnakangas 0bbafb5342 Allocate Backend structs in PostmasterContext. 2 years ago
Heikki Linnakangas 1ca312686e Clarify the checks in RegisterBackgroundWorker. 2 years ago
David Rowley 608fd198de Optimize various aggregate deserialization functions 2 years ago
Amit Kapila 7cc2f59dd5 Remove duplicate words in docs and code comments. 2 years ago
David Rowley d8a295389b Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_path 2 years ago
David Rowley 77db132637 Remove debug_print_rel and replace usages with pprint 2 years ago
Alexander Korotkov 82a7132f53 Fix another typo in e0b1ee17dc 2 years ago
Tom Lane b6c7cfac88 Restore proper linkage of pg_char_to_encoding() and friends. 2 years ago
Alexander Korotkov e8c334c47a Fix typos in e0b1ee17dc 2 years ago
Peter Eisentraut ffb69b2311 Add test for checking the line length of --help output 2 years ago
Peter Eisentraut b4336515b0 Remove environment-variable-based defaults in psql --help 2 years ago
Etsuro Fujita aec684ff0f Remove extra parenthesis from comment. 2 years ago
Alexander Korotkov e0b1ee17dc Skip checking of scan keys required for directional scan in B-tree 2 years ago
Heikki Linnakangas 5da0a622e8 Fix crash on syslogger startup 2 years ago
Michael Paquier fd4d93d269 worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN 2 years ago