summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-23Doc: update recovery/README.Tom Lane
2022-07-23Increase minimum supported GNU make version to 3.81.Tom Lane
2022-07-23Remove configure probe for wctype.h.Thomas Munro
2022-07-23Remove configure probe for sys/tas.h.Thomas Munro
2022-07-22Fix [install]check in interfaces/libpq/MakefileAlvaro Herrera
2022-07-22Rework grammar for REINDEXAlvaro Herrera
2022-07-22Close old gap in dependency checks for functions returning composite.Tom Lane
2022-07-22Fix minor memory leaks in psql's tab completion.Tom Lane
2022-07-22parser: centralize common auxiliary productionsAlvaro Herrera
2022-07-22Update src/backend/parser/READMEAlvaro Herrera
2022-07-22Remove unnecessary Windows-specific basebackup code.Thomas Munro
2022-07-22Fix get_dirent_type() for Windows junction points.Thomas Munro
2022-07-22Remove O_FSYNC and associated macros.Thomas Munro
2022-07-21Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro
2022-07-21Extend size_t support in pg_bitutils.h.Thomas Munro
2022-07-21Make the name optional in CREATE STATISTICS.Dean Rasheed
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-21Add missing space in comments.Amit Kapila
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-21Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEMMichael Paquier
2022-07-21Fix various memory leaks in psql's describe commands \d*Michael Paquier
2022-07-20Dump more fields when dumping planner internal data structures.Tom Lane
2022-07-20Process shared_preload_libraries in single-user mode.Jeff Davis
2022-07-20Make serialization of Nodes' scalar-array fields more robust.Tom Lane
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-07-20Add PGDLLEXPORTS to some plpgsql function declarationsAlvaro Herrera
2022-07-20Fix warnings on Windows.Thomas Munro
2022-07-20Add wal_sync_method=fdatasync for Windows.Thomas Munro
2022-07-20Fix assertion failure and segmentation fault in backup code.Fujii Masao
2022-07-20Prevent BASE_BACKUP in the middle of another backup in the same session.Fujii Masao
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-19Convert planner's AggInfo and AggTransInfo structs to proper Nodes.Tom Lane
2022-07-19Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane
2022-07-19Wrap overly long linesAlvaro Herrera
2022-07-19Clean up temp file from refactored dtrace rulePeter Eisentraut
2022-07-19Convert macros to static inline functions (itup.h)Peter Eisentraut
2022-07-19Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier
2022-07-19Add more tests for REINDEX DATABASE/SYSTEM with relfilenode changesMichael Paquier
2022-07-19Use STDOUT/STDERR_FILENO in most of syslogger.Andres Freund
2022-07-19windows: msvc: Define STDIN/OUT/ERR_FILENO.Andres Freund
2022-07-18Improve perl style in ecpg's parser-construction scripts.Tom Lane
2022-07-18ecpg: use our instead of my in parse.pl to fix perlcritic complaintAndres Freund
2022-07-18Refactor dtrace postprocessing make rulesAndres Freund
2022-07-18Add output directory option to gen_node_support.plAndres Freund
2022-07-18Add output directory argument to generate-unicode_norm_table.plAndres Freund
2022-07-18Add output file argument to generate-errcodes.plAndres Freund
2022-07-18Add output path arg in generate-lwlocknames.plAndres Freund
2022-07-18Move snowball_create.sql creation into perl fileAndres Freund
2022-07-18ecpg: Output dir, source dir, stamp file argument for preproc/*.plAndres Freund