Commit Graph

39442 Commits (0778eb79b1e2957743bbd577fc3d862a3dc007cf)

Author SHA1 Message Date
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
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. 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 f49a9fc2bb Fix omissions in support for the "regcollation" type. 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 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
Thomas Munro 80845b7c0b Don't clobber postmaster sigmask in dsm_impl_resize. 4 years ago
Tom Lane 7c0eb3c622 Tighten up parsing logic in gen_node_support.pl. 4 years ago
Thomas Munro 5794491058 Avoid shadowing a variable in sync.c. 4 years ago
Thomas Munro 7bae3bbf62 Create a distinct wait event for POSIX DSM allocation. 4 years ago
Thomas Munro 712704d353 Remove redundant ftruncate() for POSIX DSM memory. 4 years ago
Thomas Munro 4518c798b2 Block signals while allocating DSM memory. 4 years ago
John Naylor 82785effc0 Correct some uses of e.g. and i.e. in message strings and documentation 4 years ago
Michael Paquier 6203583b72 Remove support for Visual Studio 2013 4 years ago
Michael Paquier 4ca9985957 Fix output of createuser --help with --valid-until 4 years ago
Tom Lane a5f9f1b885 Mop up pg_upgrade's nls.mk for commit b0a55e432. 4 years ago
Tom Lane 54ba2f0623 Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 4 years ago
Tom Lane 27d2693187 Avoid unsatisfied-external-reference errors in static inlines. 4 years ago
Tom Lane 617d691412 Use wildcards instead of manually-maintained file lists in */nls.mk. 4 years ago
Tom Lane ff33a8c887 Remove artificial restrictions on which node types have out/read funcs. 4 years ago
Peter Eisentraut 9c727360bc Convert macros to static inline functions (bufmgr.h) 4 years ago
Peter Eisentraut aeb767ca0b Convert macros to static inline functions (itemptr.h) 4 years ago
Alvaro Herrera e1df03b80d
Plug memory leak 4 years ago
Alvaro Herrera f16180216d
Fix flag tests in src/test/modules/test_oat_hooks 4 years ago
Peter Eisentraut 784cedda06 Allow specifying STORAGE attribute for a new table 4 years ago
Peter Eisentraut 503e3833ef Remove useless assertions 4 years ago