Commit Graph

59171 Commits (b919a97a6cd204cbd9b77d12c9e60ad59eea04a4)
 

Author SHA1 Message Date
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
Michael Paquier 75534436a4 injection_points: Add some cumulative stats for injection points 1 year ago
Michael Paquier 2eff9e678d Add helper routines to retrieve data for custom fixed-numbered pgstats 1 year ago
Alexander Korotkov 8036d73ae3 pg_wal_replay_wait(): Fix typo in the doc 1 year ago
Michael Paquier 7949d95945 Introduce pluggable APIs for Cumulative Statistics 1 year ago
Peter Eisentraut 365b5a345b Use CXXFLAGS instead of CFLAGS for linking C++ code 1 year ago
Michael Paquier 028b4b21df Fix incorrect format placeholders in pgstat.c 1 year ago
Peter Eisentraut 6618891256 Add -Wmissing-variable-declarations to the standard compilation flags 1 year ago
Jeff Davis 7926a9a80f Small refactoring around ExecCreateTableAs(). 1 year ago
Noah Misch 3cffe7946c Fix name of "Visual Studio" in documentation. 1 year ago
Alexander Korotkov 3c5db1d6b0 Implement pg_wal_replay_wait() stored procedure 1 year ago
Alvaro Herrera a83f3088b8
Fix NLS file reference in pg_createsubscriber 1 year ago
Alvaro Herrera 3b2f668b78
pg_createsubscriber: Fix bogus error message 1 year ago
Peter Eisentraut 9fb855fe1a Include bison header files into implementation files 1 year ago