summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-07-18psql: Output dir and dependency generation for sql_helpAndres Freund
2022-07-18Reinstate tests accidentally removed by e3fcca0d0dTomas Vondra
2022-07-18pg_upgrade: Adjust quoting style in message to match guidelinesPeter Eisentraut
2022-07-18Add another SQL/JSON error codePeter Eisentraut
2022-07-18Convert macros to static inline functions (tupmacs.h)Peter Eisentraut
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-18Default to hidden visibility for extension libraries where possibleAndres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-18Add central declarations for dlsym()ed symbolsAndres Freund
2022-07-17Fix omissions in support for the "regcollation" type.Tom Lane
2022-07-17Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane
2022-07-16Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane
2022-07-16Remove postmaster.c's reset_shared() wrapper function.Tom Lane
2022-07-16Attempt to fix compiler warning on old compilerPeter Eisentraut
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-16Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro
2022-07-16Make dsm_impl_posix_resize more future-proof.Thomas Munro
2022-07-15Log details for client certificate failuresPeter Eisentraut
2022-07-15Convert macros to static inline functions (xlog_internal.h)Peter Eisentraut
2022-07-15Support gcc -fkeep-inline-functionsPeter Eisentraut
2022-07-15Fix inconsistent parameter names between prototype and declarationDavid Rowley
2022-07-14Don't clobber postmaster sigmask in dsm_impl_resize.Thomas Munro
2022-07-14Tighten up parsing logic in gen_node_support.pl.Tom Lane
2022-07-14Avoid shadowing a variable in sync.c.Thomas Munro
2022-07-14Create a distinct wait event for POSIX DSM allocation.Thomas Munro
2022-07-14Remove redundant ftruncate() for POSIX DSM memory.Thomas Munro
2022-07-14Block signals while allocating DSM memory.Thomas Munro
2022-07-14Correct some uses of e.g. and i.e. in message strings and documentationJohn Naylor
2022-07-14Remove support for Visual Studio 2013Michael Paquier
2022-07-13Fix output of createuser --help with --valid-untilMichael Paquier
2022-07-13Mop up pg_upgrade's nls.mk for commit b0a55e432.Tom Lane
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Avoid unsatisfied-external-reference errors in static inlines.Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane