Commit Graph

59149 Commits (a54d4ed183927f15e1853b83106acebeeeee11c8)
 

Author SHA1 Message Date
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
Heikki Linnakangas 63bef4df97 Minor refactoring of assign_backendlist_entry() 1 year ago
Heikki Linnakangas ef4c35b416 Fix outdated comment; all running bgworkers are in BackendList 1 year ago
Michael Paquier 3188a4582a Switch PgStat_Kind from an enum to a uint32 type 1 year ago
Michael Paquier b860848232 Add redo LSN to pgstats files 1 year ago
Peter Eisentraut c27090bd60 Convert some extern variables to static, Windows code 1 year ago
Peter Eisentraut 6bbbd7f65f Convert an extern variable to static 1 year ago
Peter Eisentraut c671e142bf pg_createsubscriber: Rename option --socket-directory to --socketdir 1 year ago
Etsuro Fujita e66b32e43b Update comment in portal.h. 1 year ago
Peter Eisentraut a292c98d62 Convert node test compile-time settings into run-time parameters 1 year ago
Amit Kapila a67da49e1d Avoid duplicate table scans for cross-partition updates during logical replication. 1 year ago
Andres Freund a7f107df2b Evaluate arguments of correlated SubPlans in the referencing ExprState 1 year ago
Tom Lane e6a9637488 Revert "Allow parallel workers to cope with a newly-created session user ID." 1 year ago
Jeff Davis ca2eea3ac8 Add is_create parameter to RefreshMatviewByOid(). 1 year ago
Jeff Davis f683d3a4ca Remove unused ParamListInfo argument from ExecRefreshMatView. 1 year ago
Tom Lane f5f30c22ed Allow parallel workers to cope with a newly-created session user ID. 1 year ago
Nathan Bossart bd15b7db48 Improve performance of dumpSequenceData(). 1 year ago
Nathan Bossart c8b06bb969 Introduce pg_sequence_read_tuple(). 1 year ago
Nathan Bossart 68e9629985 Improve performance of dumpSequence(). 1 year ago
Nathan Bossart 23687e925f Parse sequence type and integer metadata in dumpSequence(). 1 year ago
David Rowley 057ee9183c Doc: mention executor memory usage for enable_partitionwise* GUCs 1 year ago
Peter Eisentraut e54a42ac9d Add API and ABI stability guidance to the C language docs 1 year ago
Peter Eisentraut 4f29394ea9 doc: Avoid too prominent use of "backup" on pg_dump man page 1 year ago