summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-07-18psql: Output dir and dependency generation for sql_helpAndres Freund
2022-07-18Deal with paths containing \ and spaces in basebackup_to_shell testsAndres 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-18Fix configure executable permissions.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-17postgres_fdw: be more wary about shippability of reg* constants.Tom Lane
2022-07-17Fix omissions in support for the "regcollation" type.Tom Lane
2022-07-17postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.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-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-15docs: make monitoring "phases" table titles consistentBruce Momjian
2022-07-14doc: clarify how dropping of extensions affects dependent objs.Bruce Momjian
2022-07-14pg_upgrade doc: mention that replication slots must be recreatedBruce Momjian
2022-07-14doc: add documentation about ecpg Oracle-compatibility modeBruce Momjian
2022-07-14doc: move system views section to its own chapterBruce Momjian
2022-07-14doc: clarify the behavior of identically-named savepointsBruce Momjian
2022-07-14doc: clarify that "excluded" ON CONFLICT is a single rowBruce Momjian