Commit Graph

59182 Commits (0868d7ae70e57f4eeba43792db92ce2d9fe4340d)
 

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