Commit Graph

55015 Commits (ffbb7e65a873e8f1584d2e593416fbe3adc130b6)
 

Author SHA1 Message Date
Etsuro Fujita ffbb7e65a8 Fix handling of pending inserts in nodeModifyTable.c. 3 years ago
Michael Paquier 9e492d6b69 Skip TAP test for peer authentication if there are no unix-domain sockets 3 years ago
Michael Paquier d13b684117 Introduce variables for initial and max nesting depth on configuration files 3 years ago
David Rowley 2d1f3bce97 Fix some 32-bit shift warnings in MSVC 3 years ago
David Rowley ec5affdbc2 Improve indenting in _hash_pgaddtup 3 years ago
Alvaro Herrera 2cf41cd309
Make multixact error message more explicit 3 years ago
Peter Eisentraut 385da7306c doc: Fix description of how the default user name is chosen 3 years ago
Michael Paquier af205152ef Add the database name to the ps display of logical WAL senders 3 years ago
Michael Paquier a54b658ce7 Add support for file inclusions in HBA and ident configuration files 3 years ago
David Rowley d09dbeb9bd Speedup hash index builds by skipping needless binary searches 3 years ago
Michael Paquier d46ad72f46 Create memory context for tokenization after opening top-level file in hba.c 3 years ago
Michael Paquier d5566fbfeb Add missing initialization in tokenize_expand_file() for output list 3 years ago
Michael Paquier efc981627a Rework memory contexts in charge of HBA/ident tokenization 3 years ago
Alexander Korotkov cee1209514 Support for custom slots in the custom executor nodes 3 years ago
Andrew Dunstan b7a5ef17cf Simplify WARNING messages from skipped vacuum/analyze on a table 3 years ago
Andrew Dunstan 7b378237aa Expand AclMode to 64 bits 3 years ago
Peter Geoghegan b6074846ce Simplify vacuum_set_xid_limits() signature. 3 years ago
Peter Geoghegan 02d647bbf0 Don't test HEAP_XMAX_INVALID when freezing xmax. 3 years ago
Andrew Dunstan b425bf0081
Fix perl warning from commit 9b4eafcaf4 3 years ago
Tom Lane 56d0ed3b75 Give better hints for ambiguous or unreferenceable columns. 3 years ago
Tom Lane 9c6ad5eaa9 YA attempt at taming worst-case behavior of get_actual_variable_range. 3 years ago
Alvaro Herrera 0538d4c0c3
Remove useless MERGE test 3 years ago
Amit Kapila a1efcda7c3 Improve comments atop pg_get_replication_slots. 3 years ago
Alvaro Herrera 0557e17702
Ignore invalidated slots while computing oldest catalog Xmin 3 years ago
Andres Freund 92daeca45d Add wait event for pg_usleep() in perform_spin_delay() 3 years ago
Andres Freund bd82928625 ci: Use -fsanitize=undefined,alignment,address in linux tasks 3 years ago
Andres Freund 94a3e026cc ci: Introduce SanityCheck task that other tasks depend on 3 years ago
Andres Freund ec267fd5a5 ci: Clean up pre-meson cruft in windows task 3 years ago
Daniel Gustafsson f1d042b21d Replace link to Hunspell with the current homepage 3 years ago
Tom Lane 5644d6f909 Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. 3 years ago
Andres Freund f686ae82f2 Add workaround to make ubsan and ps_status.c compatible 3 years ago
Tom Lane aeaaf520f4 Mark pageinspect's disk-accessing functions as parallel restricted. 3 years ago
Tom Lane 51b5834cd5 Provide options for postmaster to kill child processes with SIGABRT. 3 years ago
Tom Lane e2933a6e11 Prevent instability in contrib/pageinspect's regression test. 3 years ago
Michael Paquier f193883fc9 Replace SQLValueFunction by COERCE_SQL_SYNTAX 3 years ago
Amit Kapila 240e0dbacd Add additional checks while creating the initial decoding snapshot. 3 years ago
Andres Freund a4adc31f69 lwlock: Fix quadratic behavior with very long wait lists 3 years ago
Andres Freund 061bf98fb8 pgstat: replace double lookup with IsSharedRelation() 3 years ago
Tom Lane b62303794e Fix sloppy cleanup of roles in privileges.sql. 3 years ago
Tom Lane 75b8d3de98 Fix long-obsolete comment. 3 years ago
Andrew Dunstan 9b4eafcaf4 Prevent port collisions between concurrent TAP tests 3 years ago
Michael Paquier fb32748e32 Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX 3 years ago
Joe Conway ed1d3132d2 Fix catversion 3 years ago
Andres Freund 8c954168cf Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit 3 years ago
Tom Lane 3efc82e289 Disable debug_discard_caches in test_oat_hooks test. 3 years ago
Tom Lane 3b8ad00853 Doc: sync src/tutorial/basics.source with SGML documentation. 3 years ago
Robert Haas 2fb6154fcd Fix typos and bump catversion. 3 years ago
Robert Haas 3d14e171e9 Add a SET option to the GRANT command. 3 years ago
Tom Lane f84ff0c6d4 Don't read MCV stats needlessly in eqjoinsel(). 3 years ago
Peter Eisentraut d8678aba2e Make object_address test output easier to update 3 years ago