Commit Graph

56694 Commits (2b088c8e4a2c9879d2f37fa4b38ae925184cea64)
 

Author SHA1 Message Date
Peter Eisentraut 2b088c8e4a Add some const decorations 3 years ago
Heikki Linnakangas 5fec3c870e Initialize ListenSocket array earlier. 3 years ago
Michael Paquier f593c5517d Tweak pg_promote() to report failures on kill() or postmaster failures 3 years ago
Peter Eisentraut 36e4419d1f Make error messages about WAL segment size more consistent 3 years ago
Michael Paquier bb9002257b Fix some typos in wait_event_names.txt 3 years ago
Peter Eisentraut 648c72956f Convert encrypted SSL test keys to PKCS#8 format 3 years ago
Michael Paquier 617f9b7d4b Tighten unit parsing in internal values 3 years ago
Michael Paquier 165d581f14 Tighten handling of "ago" in interval values 3 years ago
Peter Eisentraut 9a0ddc39c6 Format list of catalog files in makefile vertically 3 years ago
Michael Paquier d6d1430f40 Remove dead code in DecodeInterval() 3 years ago
Michael Paquier bb45156f34 Show names of DEALLOCATE as constants in pg_stat_statements 3 years ago
Michael Paquier e48b19c5db Generate new LOG for "trust" connections under log_connections 3 years ago
Andres Freund 1a4fd77db8 Avoid non-POSIX cp flags 3 years ago
Alvaro Herrera 98976d0ce0
Rename test table to avoid cs_CZ locale problem 3 years ago
Alvaro Herrera b0e96f3119
Catalog not-null constraints 3 years ago
Amit Kapila 9c13b6814a Reset the logical worker type while cleaning up other worker info. 3 years ago
Andres Freund 252dcb3239 Use "template" data directory in tests 3 years ago
Nathan Bossart 9625845532 pg_upgrade: Bump MESSAGE_WIDTH. 3 years ago
Tom Lane d8b2fcc9d4 Avoid unnecessary plancache revalidation of utility statements. 3 years ago
Alvaro Herrera 3da13a6257
Add test for inherited CHECK constraint drop 3 years ago
Heikki Linnakangas b0bea38705 Use FD_CLOEXEC on ListenSockets 3 years ago
Peter Eisentraut d71e6055e4 Fix lack of message pluralization 3 years ago
Peter Eisentraut 3c09d11594 Update DECLARE_INDEX documentation 3 years ago
Peter Eisentraut 4f3514f201 Rename hook functions for debug_io_direct to match variable name. 3 years ago
Daniel Gustafsson b575a26c66 Add proargnames to multi-argument aggregate functions 3 years ago
Amit Kapila 27449ccc4d Fix the error message when failing to restore the snapshot. 3 years ago
Peter Eisentraut 9efcf442b9 Fix translation markers 3 years ago
Peter Eisentraut f9f3bea168 pg_upgrade: Improve one log message 3 years ago
David Rowley 6ff385f20c Meson: check for pg_config_paths.h left over from make 3 years ago
Andres Freund a28166df8c ci: Make compute resources for CI configurable 3 years ago
Andres Freund 19cc96503d ci: Prepare to make compute resources for CI configurable 3 years ago
Nathan Bossart d7f249020a Bump catversion for to_bin() and to_oct(). 3 years ago
Andres Freund b2c91d841f ci: Use VMs for SanityCheck and CompilerWarnings 3 years ago
Andres Freund 119ee6ab1b ci: Move execution method of tasks into yaml templates 3 years ago
Andres Freund 794e14e219 ci: Don't specify amount of memory 3 years ago
Peter Eisentraut 01226c682c Avoid use of Perl getprotobyname 3 years ago
Heikki Linnakangas bf8bf6d0bd Fix _bt_allequalimage() call within critical section. 3 years ago
Nathan Bossart 260a1f18da Add to_bin() and to_oct(). 3 years ago
Heikki Linnakangas ccadf73163 Use the buffer cache when initializing an unlogged index. 3 years ago
Daniel Gustafsson ee99330a0b doc: Replace list of drivers and PLs with wiki link 3 years ago
Peter Eisentraut 17ec2c5dfa doc: Add more ICU rules examples 3 years ago
Daniel Gustafsson 27a36f79b6 Fix wording in comment 3 years ago
Daniel Gustafsson d0e4083135 pg_upgrade: Avoid shadowing global var in function 3 years ago
Peter Eisentraut ed057fb687 doc: Improve ICU external link 3 years ago
Peter Eisentraut ed9330cff5 Improve vertical spacing of documentation markup 3 years ago
Peter Eisentraut ae556c4416 Some vertical reformatting 3 years ago
Peter Eisentraut 23382b0f8b Rename some function arguments for better clarity 3 years ago
Peter Eisentraut 11af63fb48 Add const decorations 3 years ago
Nathan Bossart f4b54e1ed9 Introduce macros for protocol characters. 3 years ago
Thomas Munro 7114791158 ExtendBufferedWhat -> BufferManagerRelation. 3 years ago