Commit Graph

59434 Commits (9db3018cf83b4be1dbcdca8274e97ea8645df49c)
 

Author SHA1 Message Date
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
Peter Eisentraut 73275f093f Make building with LTO work on macOS 1 year ago
Amit Kapila 0dcea330ba Fix random failure in 021_twophase. 1 year ago
Jeff Davis 679c5084cf Relax check for return value from second call of pg_strnxfrm(). 1 year ago
Heikki Linnakangas f822be3962 Refactor getWeights to write to caller-supplied buffer 1 year ago
Heikki Linnakangas 01e51ed780 Replace static buf with a stack-allocated one in 'seg' extension 1 year ago
Heikki Linnakangas da8a587e2e Replace static buf with a stack-allocated one in ReadControlFile 1 year ago
Heikki Linnakangas 6151cb7876 Replace static buf with palloc in str_time() 1 year ago
Heikki Linnakangas 5bf948d564 Replace static bufs with a StringInfo in cash_words() 1 year ago
Heikki Linnakangas 47c98035c6 Remove leftover function declaration 1 year ago
Andrew Dunstan 524d490a9f Preserve tz when converting to jsonb timestamptz 1 year ago
Thomas Munro 06ffce4559 Remove spinlocks and atomics from meson_options.txt. 1 year ago
Thomas Munro 71d6c4b966 Remove useless member of BackendParameters. 1 year ago
Thomas Munro 83aadbeb96 Require memory barrier support. 1 year ago
Thomas Munro a011dc399c Require compiler barrier support. 1 year ago
Thomas Munro 8138526136 Remove --disable-atomics, require 32 bit atomics. 1 year ago