summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-07Introduce hash_search_with_hash_value() functionAlexander Korotkov
2024-08-06Use psprintf to simplify gtsvectorout()Heikki Linnakangas
2024-08-06Constify fields and parameters in spell.cHeikki Linnakangas
2024-08-06Mark misc static global variables as constHeikki Linnakangas
2024-08-06Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas
2024-08-06Turn a few 'validnsps' static variables into localsHeikki Linnakangas
2024-08-06selfuncs.c: use pg_strxfrm() instead of strxfrm().Jeff Davis
2024-08-06Fix datatypes in comments in instr_time.hHeikki Linnakangas
2024-08-06Revert "Fix comments in instr_time.h and remove an unneeded cast to int64"Heikki Linnakangas
2024-08-06Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-08-06Clean up handling of client_encoding GUC in parallel workers.Tom Lane
2024-08-06Fix comments in instr_time.h and remove an unneeded cast to int64Heikki Linnakangas
2024-08-06Remove unnecessary declaration of heapam_methodsMichael Paquier
2024-08-06Remove support for null pg_locale_t most places.Jeff Davis
2024-08-05Move astreamer (except astreamer_inject) to fe_utils.Robert Haas
2024-08-05Move recovery injector astreamer to a separate header file.Robert Haas
2024-08-05Rename bbstreamer to astreamer.Robert Haas
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-05Optimize JSON escaping using SIMDDavid Rowley
2024-08-05Fix typo in bufpage.h.Amit Kapila
2024-08-05injection_points: Add some fixed-numbered statisticsMichael Paquier
2024-08-05injection_points: Add some cumulative stats for injection pointsMichael Paquier
2024-08-05Add helper routines to retrieve data for custom fixed-numbered pgstatsMichael Paquier
2024-08-04Introduce pluggable APIs for Cumulative StatisticsMichael Paquier
2024-08-04Use CXXFLAGS instead of CFLAGS for linking C++ codePeter Eisentraut
2024-08-03Fix incorrect format placeholders in pgstat.cMichael Paquier
2024-08-03Add -Wmissing-variable-declarations to the standard compilation flagsPeter Eisentraut
2024-08-02Small refactoring around ExecCreateTableAs().Jeff Davis
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-08-02Fix NLS file reference in pg_createsubscriberAlvaro Herrera
2024-08-02pg_createsubscriber: Fix bogus error messageAlvaro Herrera
2024-08-02Include bison header files into implementation filesPeter Eisentraut
2024-08-01Minor refactoring of assign_backendlist_entry()Heikki Linnakangas
2024-08-01Fix outdated comment; all running bgworkers are in BackendListHeikki Linnakangas
2024-08-01Switch PgStat_Kind from an enum to a uint32 typeMichael Paquier
2024-08-01Add redo LSN to pgstats filesMichael Paquier
2024-08-01Convert some extern variables to static, Windows codePeter Eisentraut
2024-08-01Convert an extern variable to staticPeter Eisentraut
2024-08-01pg_createsubscriber: Rename option --socket-directory to --socketdirPeter Eisentraut
2024-08-01Update comment in portal.h.Etsuro Fujita
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-08-01Avoid duplicate table scans for cross-partition updates during logical replic...Amit Kapila
2024-08-01Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Add is_create parameter to RefreshMatviewByOid().Jeff Davis
2024-07-31Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-07-31Improve performance of dumpSequenceData().Nathan Bossart
2024-07-31Introduce pg_sequence_read_tuple().Nathan Bossart
2024-07-31Improve performance of dumpSequence().Nathan Bossart