Commit Graph

59434 Commits (9db3018cf83b4be1dbcdca8274e97ea8645df49c)
 

Author SHA1 Message Date
Tom Lane b2be5cb2ab Suppress Coverity warnings about Asserts in get_name_for_var_field. 1 year ago
Tom Lane 364de74cff Allow adjusting session_authorization and role in parallel workers. 1 year ago
Alexander Korotkov 0868d7ae70 Add tests for pg_wal_replay_wait() errors 1 year ago
Alexander Korotkov 3ac3ec580c Improve header comment for WaitLSNSetLatches() 1 year ago
Alexander Korotkov 867d396ccd Adjust pg_wal_replay_wait() procedure behavior on promoted standby 1 year ago
John Naylor bbf668d66f Lower minimum maintenance_work_mem to 64kB 1 year ago
Peter Eisentraut f5a1311fcc Fix inappropriate uses of atol() 1 year ago
Alvaro Herrera 7adec2d5fc
libpq: Trace StartupMessage/SSLRequest/GSSENCRequest correctly 1 year ago
Heikki Linnakangas a79ed10e6c Fix comment on processes being kept over a restart 1 year ago
Heikki Linnakangas 28a520c0b7 Refactor code to handle death of a backend or bgworker in postmaster 1 year ago
Heikki Linnakangas b43100fa71 Make BackgroundWorkerList doubly-linked 1 year ago
Nathan Bossart 7fceb5725b doc: Standardize use of dashes in references to CRC and SHA. 1 year ago
Nathan Bossart 8c3548613d doc: Fix name of CRC algorithm in "Reliability" section. 1 year ago
Tom Lane b919a97a6c Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. 1 year ago
Peter Eisentraut 7da1bdc2c2 Remove obsolete RECHECK keyword completely 1 year ago
Amit Kapila 701cf1e317 Change the misleading local end_lsn for prepared transactions. 1 year ago
Alvaro Herrera 4eb179e5bf
libpq: Add suppress argument to pqTraceOutputNchar 1 year ago
Alvaro Herrera a90bdd7a44
Refuse ATTACH of a table referenced by a foreign key 1 year ago
Alvaro Herrera 498ee9ee2f
Refactor error messages to reduce duplication 1 year ago
Alexander Korotkov d0c8cf2a56 Add a caveat to hash_seq_init_with_hash_value() header comment 1 year ago
Heikki Linnakangas 49dc191bd1 Fix pg_rewind debug output to print the source timeline history 1 year ago
Noah Misch e56ccc8e42 Fix names of "Visual Studio" and Meson in a documentation sentence. 1 year ago
Tom Lane 8d148bb8b8 Fix edge case in plpgsql's make_callstmt_target(). 1 year ago
Alvaro Herrera 2bb969f399
Refactor/reword some error messages to avoid duplicates 1 year ago
Robert Haas 22b4a1b561 Improve file header comments for astramer code. 1 year ago
Heikki Linnakangas 2676040df0 Make fallback MD5 implementation thread-safe on big-endian systems 1 year ago
Peter Eisentraut 5388216f6a Revert ECPG's use of pnstrdup() 1 year ago
Alexander Korotkov 40064a8ee1 Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback() 1 year ago
Alexander Korotkov d0f020037e Introduce hash_search_with_hash_value() function 1 year ago
Heikki Linnakangas 3ab2668d48 Use psprintf to simplify gtsvectorout() 1 year ago
Heikki Linnakangas d5f139cb68 Constify fields and parameters in spell.c 1 year ago
Heikki Linnakangas fe8dd65bf2 Mark misc static global variables as const 1 year ago
Heikki Linnakangas 85829c973c Make nullSemAction const, add 'const' decorators to related functions 1 year ago
Heikki Linnakangas 1e35951e71 Turn a few 'validnsps' static variables into locals 1 year ago
Jeff Davis a890ad2149 selfuncs.c: use pg_strxfrm() instead of strxfrm(). 1 year ago
Heikki Linnakangas a54d4ed183 Fix datatypes in comments in instr_time.h 1 year ago
Heikki Linnakangas 39a138fbef Revert "Fix comments in instr_time.h and remove an unneeded cast to int64" 1 year ago
Tom Lane 6e086fa2e7 Allow parallel workers to cope with a newly-created session user ID. 1 year ago
Tom Lane 0ae5b763ea Clean up handling of client_encoding GUC in parallel workers. 1 year ago
Nathan Bossart 8928817769 Remove volatile qualifiers from pg_stat_statements.c. 1 year ago
Heikki Linnakangas 3dcb09de7b Fix comments in instr_time.h and remove an unneeded cast to int64 1 year ago
Michael Paquier 8771298605 Remove unnecessary declaration of heapam_methods 1 year ago
Jeff Davis e9931bfb75 Remove support for null pg_locale_t most places. 1 year ago
Robert Haas f80b09bac8 Move astreamer (except astreamer_inject) to fe_utils. 1 year ago
Robert Haas 53b2c921a0 Move recovery injector astreamer to a separate header file. 1 year ago
Robert Haas 3c90569811 Rename bbstreamer to astreamer. 1 year ago
Masahiko Sawada 66e94448ab Restrict accesses to non-system views and foreign tables during pg_dump. 1 year ago
David Rowley ca6fde9225 Optimize JSON escaping using SIMD 1 year ago
Amit Kapila b5df24e520 Fix typo in bufpage.h. 1 year ago
Michael Paquier f68cd847fa injection_points: Add some fixed-numbered statistics 1 year ago