Commit Graph

54125 Commits (5253519b27d3393c07eb04470f04462c67ad94a9)
 

Author SHA1 Message Date
Bruce Momjian fa6c230ef2 doc: clarify that auth. names are lower case and case-sensitive 3 years ago
Tom Lane b9654cecea Fix ruleutils issues with dropped cols in functions-returning-composite. 3 years ago
Amit Kapila 2a51a066dd Add missing space in comments. 3 years ago
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 3 years ago
Fujii Masao f2d0c7f18b docs: Improve pg_settings_get_flags docs. 3 years ago
Michael Paquier 2b99ce10c2 Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM 3 years ago
Michael Paquier 171ab95f64 Fix various memory leaks in psql's describe commands \d* 3 years ago
Tom Lane af119e08fd Dump more fields when dumping planner internal data structures. 3 years ago
Jeff Davis 6c31ac091f Process shared_preload_libraries in single-user mode. 3 years ago
Tom Lane 2d04277121 Make serialization of Nodes' scalar-array fields more robust. 3 years ago
Alexander Korotkov f77ff08335 Document the ability to specify TableAM for pgbench 3 years ago
Dean Rasheed bcedd8f5fc Make subquery aliases optional in the FROM clause. 3 years ago
Alvaro Herrera 1caf915ff3
Add PGDLLEXPORTS to some plpgsql function declarations 3 years ago
Thomas Munro bde60daa0e Fix warnings on Windows. 3 years ago
Thomas Munro 9430fb407b Add wal_sync_method=fdatasync for Windows. 3 years ago
Fujii Masao b24b2be119 Fix assertion failure and segmentation fault in backup code. 3 years ago
Fujii Masao ee79647769 Prevent BASE_BACKUP in the middle of another backup in the same session. 3 years ago
Michael Paquier 12c254c99f Tweak detail and hint messages to be consistent with project policy 3 years ago
Fujii Masao ecc84b916f Add regression test for TRUNCATE on foreign table not supporting TRUNCATE. 3 years ago
Tom Lane 13d8388151 Fix missed corner cases for grantable permissions on GUCs. 3 years ago
Tom Lane d6a3aeb9a3 Convert planner's AggInfo and AggTransInfo structs to proper Nodes. 3 years ago
Tom Lane e2f6c307c0 Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better. 3 years ago
Alvaro Herrera 1679d57a55
Wrap overly long lines 3 years ago
Peter Eisentraut 4371d34f29 Clean up temp file from refactored dtrace rule 3 years ago
Peter Eisentraut 14a8bd9827 Convert macros to static inline functions (itup.h) 3 years ago
Michael Paquier 2cbc3c17a5 Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM 3 years ago
Michael Paquier 5fb5b6c4c1 Add more tests for REINDEX DATABASE/SYSTEM with relfilenode changes 3 years ago
Andres Freund 950e64fa46 Use STDOUT/STDERR_FILENO in most of syslogger. 3 years ago
Andres Freund c290e79cf0 windows: msvc: Define STDIN/OUT/ERR_FILENO. 3 years ago
Tom Lane 0778eb79b1 Improve perl style in ecpg's parser-construction scripts. 3 years ago
Andres Freund d268d0f7a1 ecpg: use our instead of my in parse.pl to fix perlcritic complaint 3 years ago
Andres Freund eb6569fd0e Refactor dtrace postprocessing make rules 3 years ago
Andres Freund adba4b7471 Add output directory option to gen_node_support.pl 3 years ago
Andres Freund c8a9246e09 Add output directory argument to generate-unicode_norm_table.pl 3 years ago
Andres Freund 2bf626b714 Add output file argument to generate-errcodes.pl 3 years ago
Andres Freund 4f20506fe0 Add output path arg in generate-lwlocknames.pl 3 years ago
Andres Freund b3a0d8324c Move snowball_create.sql creation into perl file 3 years ago
Andres Freund db0a272d12 ecpg: Output dir, source dir, stamp file argument for preproc/*.pl 3 years ago
Andres Freund 7c3c2cb9ae psql: Output dir and dependency generation for sql_help 3 years ago
Andres Freund a91242b1bc Deal with paths containing \ and spaces in basebackup_to_shell tests 3 years ago
Tomas Vondra 0df4eb3f70 Reinstate tests accidentally removed by e3fcca0d0d 3 years ago
Peter Eisentraut 973137de08 pg_upgrade: Adjust quoting style in message to match guidelines 3 years ago
Peter Eisentraut 976b06c663 Add another SQL/JSON error code 3 years ago
Peter Eisentraut f58d7073b7 Convert macros to static inline functions (tupmacs.h) 3 years ago
Andres Freund 8cf64d35ea Mark all symbols exported from extension libraries PGDLLEXPORT. 3 years ago
Andres Freund 5050fe5458 Fix configure executable permissions. 3 years ago
Andres Freund 089480c077 Default to hidden visibility for extension libraries where possible 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Andres Freund f2b73c8d75 Add central declarations for dlsym()ed symbols 3 years ago
Tom Lane 31e5b50292 postgres_fdw: be more wary about shippability of reg* constants. 3 years ago