Commit Graph

53947 Commits (31ed3cf746a61538876c66a778ec8a372a3b4ffb)
 

Author SHA1 Message Date
Tom Lane 31ed3cf746 Process session_preload_libraries within InitPostgres's transaction. 3 years ago
Heikki Linnakangas 19f82323db Fix ReadRecentBuffer for local buffers. 3 years ago
Tom Lane bd6cfbf338 Doc: improve documentation about random(). 3 years ago
Tom Lane 44d0e41319 Doc: update recovery/README. 3 years ago
Tom Lane 3b474a2e66 Increase minimum supported GNU make version to 3.81. 3 years ago
Alvaro Herrera 1846202fe1
Fix [install]check in interfaces/libpq/Makefile 3 years ago
Tom Lane c2fa113ddb Close old gap in dependency checks for functions returning composite. 3 years ago
Tom Lane 00cf40328a Fix minor memory leaks in psql's tab completion. 3 years ago
Thomas Munro 202b56ba91 Remove unnecessary Windows-specific basebackup code. 3 years ago
Thomas Munro 6d306ab731 Fix get_dirent_type() for Windows junction points. 3 years ago
Fujii Masao 63a8c689b0 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). 3 years ago
Bruce Momjian d5623c447c doc: use wording "restore" instead of "reload" of dumps 3 years ago
Bruce Momjian 97f6e4d5b2 doc: clarify that auth. names are lower case and case-sensitive 3 years ago
Tom Lane c1d1e8469c Fix ruleutils issues with dropped cols in functions-returning-composite. 3 years ago
Bruce Momjian c69616c938 relnotes: improve PG 15 schema permission change wording 3 years ago
John Naylor 895723473e Correct some uses of e.g. and i.e. in message strings and documentation 3 years ago
Michael Paquier eac3e00f81 Fix various memory leaks in psql's describe commands \d* 3 years ago
Jeff Davis 2103266a36 Process shared_preload_libraries in single-user mode. 3 years ago
Fujii Masao 0829cc43ed Fix assertion failure and segmentation fault in backup code. 3 years ago
Fujii Masao 286793b988 Prevent BASE_BACKUP in the middle of another backup in the same session. 3 years ago
Michael Paquier 535f1fc9da Tweak detail and hint messages to be consistent with project policy 3 years ago
Tom Lane a2944d8724 Fix missed corner cases for grantable permissions on GUCs. 3 years ago
Bruce Momjian 795ccd4403 relnotes: clarify pg_basebackup compression options 3 years ago
Bruce Momjian 15ff26d559 relnotes: improve wording of several PG 15 items 3 years ago
Andres Freund c91a216ef7 Use STDOUT/STDERR_FILENO in most of syslogger. 3 years ago
Andres Freund 92f478657c windows: msvc: Define STDIN/OUT/ERR_FILENO. 3 years ago
Andres Freund 1ab0719836 Deal with paths containing \ and spaces in basebackup_to_shell tests 3 years ago
Peter Eisentraut 9a01ea73da pg_upgrade: Adjust quoting style in message to match guidelines 3 years ago
Peter Eisentraut b681ca7635 Add another SQL/JSON error code 3 years ago
Tom Lane 96dbbf828c Fix omissions in support for the "regcollation" type. 3 years ago
Tom Lane b8032f4816 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. 3 years ago
Thomas Munro 91377a4559 Make dsm_impl_posix_resize more future-proof. 3 years ago
David Rowley 8c297dd5f4 Fix inconsistent parameter names between prototype and declaration 3 years ago
John Naylor b32a588961 Clarify that pg_dump takes ACCESS SHARE lock 3 years ago
Bruce Momjian ad8c8ee415 docs: make monitoring "phases" table titles consistent 3 years ago
Bruce Momjian 8ef2859163 doc: clarify how dropping of extensions affects dependent objs. 3 years ago
Bruce Momjian e24ea2a97f pg_upgrade doc: mention that replication slots must be recreated 3 years ago
Bruce Momjian fc130b8e2d doc: add documentation about ecpg Oracle-compatibility mode 3 years ago
Bruce Momjian 5766443695 doc: move system views section to its own chapter 3 years ago
Bruce Momjian 890efb49c8 doc: clarify the behavior of identically-named savepoints 3 years ago
Bruce Momjian 1b308c95ac doc: clarify that "excluded" ON CONFLICT is a single row 3 years ago
Bruce Momjian 106ab8531f doc: mention that INSERT can block because of unique indexes 3 years ago
Bruce Momjian 8db5026d0a doc: mention the pg_locks lock names in parentheses 3 years ago
Thomas Munro a715c20043 Don't clobber postmaster sigmask in dsm_impl_resize. 3 years ago
Thomas Munro c4a617ea11 Block signals while allocating DSM memory. 4 years ago
Alvaro Herrera e690930704
Plug memory leak 4 years ago
David Rowley 559ec79e32 Small cleanup of create_list_bounds() 4 years ago
David Rowley 44b5d56253 Tidy up code in get_cheapest_group_keys_order() 4 years ago
Tom Lane 12c99c8844 Invent qsort_interruptible(). 4 years ago
Bruce Momjian d8759a40bf relnotes: updates "cumulative statistics system" mention 4 years ago