Commit Graph

56964 Commits (20b7708662c49af3cfceb23316f7448fa2cf797c)
 

Author SHA1 Message Date
Michael Paquier 20b7708662 Add a few recent commits to .git-blame-ignore-revs 2 years ago
Michael Paquier e9718b4bd3 Fix code indentation violations in e83d1b0c40 2 years ago
Thomas Munro 01529c7040 Fix comment from commit 22655aa231. 2 years ago
Alexander Korotkov e83d1b0c40 Add support event triggers on authenticated login 2 years ago
Thomas Munro c558e6fd92 Acquire ControlFileLock in relevant SQL functions. 2 years ago
Noah Misch 5f27b5f848 Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Noah Misch 90ebcc32d9 Don't spuriously report FD_SETSIZE exhaustion on Windows. 2 years ago
Tom Lane fcdd6689d0 Harden xxx_is_visible() functions against concurrent object drops. 2 years ago
Tom Lane 403ac226dd Harden has_xxx_privilege() functions against concurrent object drops. 2 years ago
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