Commit Graph

54058 Commits (12c254c99f6c6f0bbfc7997ee10ea73fee30dea2)
 

Author SHA1 Message Date
Michael Paquier 12c254c99f Tweak detail and hint messages to be consistent with project policy 4 years ago
Fujii Masao ecc84b916f Add regression test for TRUNCATE on foreign table not supporting TRUNCATE. 4 years ago
Tom Lane 13d8388151 Fix missed corner cases for grantable permissions on GUCs. 4 years ago
Tom Lane d6a3aeb9a3 Convert planner's AggInfo and AggTransInfo structs to proper Nodes. 4 years ago
Tom Lane e2f6c307c0 Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better. 4 years ago
Alvaro Herrera 1679d57a55
Wrap overly long lines 4 years ago
Peter Eisentraut 4371d34f29 Clean up temp file from refactored dtrace rule 4 years ago
Peter Eisentraut 14a8bd9827 Convert macros to static inline functions (itup.h) 4 years ago
Michael Paquier 2cbc3c17a5 Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM 4 years ago
Michael Paquier 5fb5b6c4c1 Add more tests for REINDEX DATABASE/SYSTEM with relfilenode changes 4 years ago
Andres Freund 950e64fa46 Use STDOUT/STDERR_FILENO in most of syslogger. 4 years ago
Andres Freund c290e79cf0 windows: msvc: Define STDIN/OUT/ERR_FILENO. 4 years ago
Tom Lane 0778eb79b1 Improve perl style in ecpg's parser-construction scripts. 4 years ago
Andres Freund d268d0f7a1 ecpg: use our instead of my in parse.pl to fix perlcritic complaint 4 years ago
Andres Freund eb6569fd0e Refactor dtrace postprocessing make rules 4 years ago
Andres Freund adba4b7471 Add output directory option to gen_node_support.pl 4 years ago
Andres Freund c8a9246e09 Add output directory argument to generate-unicode_norm_table.pl 4 years ago
Andres Freund 2bf626b714 Add output file argument to generate-errcodes.pl 4 years ago
Andres Freund 4f20506fe0 Add output path arg in generate-lwlocknames.pl 4 years ago
Andres Freund b3a0d8324c Move snowball_create.sql creation into perl file 4 years ago
Andres Freund db0a272d12 ecpg: Output dir, source dir, stamp file argument for preproc/*.pl 4 years ago
Andres Freund 7c3c2cb9ae psql: Output dir and dependency generation for sql_help 4 years ago
Andres Freund a91242b1bc Deal with paths containing \ and spaces in basebackup_to_shell tests 4 years ago
Tomas Vondra 0df4eb3f70 Reinstate tests accidentally removed by e3fcca0d0d 4 years ago
Peter Eisentraut 973137de08 pg_upgrade: Adjust quoting style in message to match guidelines 4 years ago
Peter Eisentraut 976b06c663 Add another SQL/JSON error code 4 years ago
Peter Eisentraut f58d7073b7 Convert macros to static inline functions (tupmacs.h) 4 years ago
Andres Freund 8cf64d35ea Mark all symbols exported from extension libraries PGDLLEXPORT. 4 years ago
Andres Freund 5050fe5458 Fix configure executable permissions. 4 years ago
Andres Freund 089480c077 Default to hidden visibility for extension libraries where possible 4 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 4 years ago
Andres Freund f2b73c8d75 Add central declarations for dlsym()ed symbols 4 years ago
Tom Lane 31e5b50292 postgres_fdw: be more wary about shippability of reg* constants. 4 years ago
Tom Lane f49a9fc2bb Fix omissions in support for the "regcollation" type. 4 years ago
Tom Lane 0a7ccee8fe postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. 4 years ago
Tom Lane e993166d71 Disable unstable test cases in src/test/ssl/t/001_ssltests.pl. 4 years ago
Tom Lane 55828a6b60 Disable unstable test cases in src/test/ssl/t/001_ssltests.pl. 4 years ago
Tom Lane 5e692dcaca Remove postmaster.c's reset_shared() wrapper function. 4 years ago
Peter Eisentraut 506428d091 Attempt to fix compiler warning on old compiler 4 years ago
Peter Eisentraut b449afb582 Attempt to fix compiler warning on old compiler 4 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 4 years ago
Thomas Munro c94ae9d827 Emulate sigprocmask(), not sigsetmask(), on Windows. 4 years ago
Thomas Munro 3b8d23a3e1 Make dsm_impl_posix_resize more future-proof. 4 years ago
Peter Eisentraut 3a0e385048 Log details for client certificate failures 4 years ago
Peter Eisentraut 507ba16b28 Convert macros to static inline functions (xlog_internal.h) 4 years ago
Peter Eisentraut 3e9ca52601 Support gcc -fkeep-inline-functions 4 years ago
David Rowley 80ad91ea8c Fix inconsistent parameter names between prototype and declaration 4 years ago
Bruce Momjian 582c3e9e8b docs: make monitoring "phases" table titles consistent 4 years ago
Bruce Momjian 5fe2d4c56e doc: clarify how dropping of extensions affects dependent objs. 4 years ago
Bruce Momjian 47ae6948f0 pg_upgrade doc: mention that replication slots must be recreated 4 years ago