Commit Graph

56551 Commits (d6677b93c79b19bf3772cb32fcea0a77d8520db9)
 

Author SHA1 Message Date
Alvaro Herrera d6677b93c7
Make test_decoding ddl.out shorter 2 years ago
Alvaro Herrera 6061adedf5
Compare only major versions in AdjustUpgrade.pm 2 years ago
Michael Paquier e35cc3b3f2 pgbench: Use COPY for client-side data generation 2 years ago
Michael Paquier 29836df323 pgbench: Add TAP tests to check consistency of data generated 2 years ago
Tom Lane bda97e47af Avoid compiler warning in non-assert builds. 2 years ago
Jeff Davis 702d003269 ICU: remove negative test that fails to fail. 2 years ago
Tom Lane 3c90dcd039 Fix calculation of relid sets for partitionwise child joins. 2 years ago
Amit Langote 7c7412cae3 Code review for commit b6e1157e7d 2 years ago
Michael Paquier 97ff8dd02c Fix worker_spi when launching workers without shared_preload_libraries 2 years ago
Tom Lane 9089287aa0 Guard against null plan pointer in CachedPlanIsSimplyValid(). 2 years ago
Daniel Gustafsson 29a0ccbce9 Revert "Add notBefore and notAfter to SSL cert info display" 2 years ago
Daniel Gustafsson 75ec5e7bec Add notBefore and notAfter to SSL cert info display 2 years ago
Daniel Gustafsson 40fad96530 Set fixed dates for test certificates validity 2 years ago
Daniel Gustafsson a3f695e645 pg_upgrade: include additional detail in cluster check 2 years ago
Amit Langote 3c152a27b0 Unify JSON categorize type API and export for external use 2 years ago
Michael Paquier 2a990abd79 Add missing ObjectIdGetDatum() in syscache lookup calls for Oids 2 years ago
Michael Paquier 47556a0013 Fix pg_recvlogical upon signal termination 2 years ago
Nathan Bossart ab29a7a9c6 Doc: move unparenthesized syntaxes for a few commands. 2 years ago
Nathan Bossart cdaedfc96d Support parenthesized syntax for CLUSTER without a table name. 2 years ago
Nathan Bossart 018b61f81b Rearrange CLUSTER rules in gram.y. 2 years ago
Tom Lane d65ddaca93 Add psql \drg command to display role grants. 2 years ago
Tom Lane 15c68cd84a Doc: improve description of IN and row-constructor comparisons. 2 years ago
Michael Paquier 3f8c98d0b6 pg_archivecleanup: Add --clean-backup-history 2 years ago
Michael Paquier 4a7556f77c pg_archivecleanup: Refactor loop doing old segment removals 2 years ago
Amit Kapila 961cf5c905 Doc: Update the logical replication restriction w.r.t Replica Identity Full. 2 years ago
Tom Lane 137b131d6f Doc: fix out-of-date example of SPI usage. 2 years ago
Michael Paquier 4e465aac36 Fix indentation in twophase.c 2 years ago
Michael Paquier cb0cca1880 Fix recovery of 2PC transaction during crash recovery 2 years ago
Tom Lane 8fab4b3480 Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably. 2 years ago
Nathan Bossart 884eee5bfb Remove db_user_namespace. 2 years ago
David Rowley 2c2eb0d6b2 Shrink memory contexts struct sizes 2 years ago
Nathan Bossart 03d1080d8a Simplify option handling in pg_ctl. 2 years ago
Tom Lane e08d74ca13 Allow plan nodes with initPlans to be considered parallel-safe. 2 years ago
Tom Lane d0d44049d1 Account for optimized MinMax aggregates during SS_finalize_plan. 2 years ago
Tom Lane b8d3dae00f Improve error message for MaxAllocSize overrun in accumArrayResult. 2 years ago
Amit Langote 00f2a2556c Add missing initializations of p_perminfo 2 years ago
Nathan Bossart a0363ab7aa Fix privilege check for SET SESSION AUTHORIZATION. 2 years ago
Nathan Bossart 9987a7bf34 Move privilege check for SET SESSION AUTHORIZATION. 2 years ago
Amit Kapila edca342434 Allow the use of a hash index on the subscriber during replication. 2 years ago
Michael Paquier a5ea825f95 Add indisreplident to fields refreshed by RelationReloadIndexInfo() 2 years ago
Michael Paquier 38ea6aa90e Fix updates of indisvalid for partitioned indexes 2 years ago
Thomas Munro d0c28601ef Remove wal_sync_method=fsync_writethrough on Windows. 2 years ago
Michael Paquier aea7fe33fb Add information about line contents on parsing failure of wait_event_names.txt 2 years ago
Michael Paquier 183a60a628 Remove double quotes from the second column of wait_event_names.txt 2 years ago
Andres Freund c66a7d75e6 Handle DROP DATABASE getting interrupted 2 years ago
Andres Freund 83ecfa9fad Release lock after encountering bogs row in vac_truncate_clog() 2 years ago
Tom Lane 8aac9759bb Remove unnecessary pfree() in g_intbig_compress(). 2 years ago
Amit Langote 40b3af72a7 Add missing const qualifier 2 years ago
Amit Langote 328f492d25 Fix code indentation violation in commit b6e1157e7d 2 years ago
Peter Eisentraut e1c83e7b96 Fix untranslatable log message assembly 2 years ago