Commit Graph

2159 Commits (9889b3b64fe6bb52084159ae9bc5f2f5943fdd8a)

Author SHA1 Message Date
Andrew Dunstan 40d0b2d415 Fix help text spacing in pgindent 3 years ago
Andres Freund 28e626bde0 pgstat: Infrastructure for more detailed IO statistics 3 years ago
Andrew Dunstan 068a243b77 pgindent: more ways to find files to indent 3 years ago
Amit Kapila 8c58624df4 Fix the logical replication timeout during large DDLs. 3 years ago
Michael Paquier 2f6e15ac93 Revert refactoring of restore command code to shell_restore.c 3 years ago
Andrew Dunstan e0d70a91a0 Document installing perltidy with cpanm 3 years ago
Amit Kapila 1e8b61735c Rename GUC logical_decoding_mode to logical_replication_mode. 3 years ago
Andrew Dunstan a1c4cd6f2c Allow multiple --excludes options in pgindent 3 years ago
Andrew Dunstan 1249371632 Improve exclude pattern file processing in pgindent 3 years ago
Tom Lane 62e1e28bf7 Fix pgindent --show-diff option. 3 years ago
Andrew Dunstan b90f0b5747 Add non-destructive modes to pgindent 3 years ago
David Rowley 009dbdea02 Run pgindent on heapam.c 3 years ago
Andres Freund d137cb52cb Remove SHM_QUEUE 3 years ago
Andres Freund 5764f611e1 Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks 3 years ago
Michael Paquier 14bdb3f13d Refactor code for restoring files via shell commands 3 years ago
Peter Eisentraut c971a5b27a Fix MSVC build 3 years ago
Amit Kapila 216a784829 Perform apply of large transactions by parallel workers. 3 years ago
Peter Eisentraut bf03cfd162 Windows support in pg_import_system_collations 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Eisentraut 24b55cd949 Reorder some object files in makefiles 3 years ago
Amit Kapila 5de94a041e Add 'logical_decoding_mode' GUC. 3 years ago
Tom Lane d9f7f5d32f Create infrastructure for "soft" error reporting. 4 years ago
Alvaro Herrera a61b1f7482
Rework query relation permission checking 4 years ago
Michael Paquier 5e73a60488 Switch pg_dump to use compression specifications 4 years ago
Andrew Dunstan ccc59a83cd Fix binary mismatch for MSVC plperl vs gcc built perl libs 4 years ago
Michael Paquier f193883fc9 Replace SQLValueFunction by COERCE_SQL_SYNTAX 4 years ago
Andres Freund 967db242c2 ci: Add task testing windows with mingw 4 years ago
Daniel Gustafsson 5f80cd287c doc: update metacpan.org links to avoid redirects 4 years ago
Michael Paquier ad6c52846f Add error context callback when tokenizing authentication files 4 years ago
Thomas Munro 05a7be9355 Suppress useless wakeups in walreceiver. 4 years ago
David Rowley 7c335b7a20 Add doubly linked count list implementation 4 years ago
Peter Eisentraut 5035c93c8a Remove pgpid_t type, use pid_t instead 4 years ago
Peter Eisentraut c8e4030d1b Make finding openssl program a configure or meson option 4 years ago
Tatsuo Ishii d1e2a380cb Enhance make_ctags and make_etags. 4 years ago
Tom Lane 8272749e8c Record dependencies of a cast on other casts that it requires. 4 years ago
Peter Eisentraut 38409787dc Add meson.build to version_stamp.pl 4 years ago
Michael Paquier 9fcdf2c787 Add support for COPY TO callback functions 4 years ago
Andres Freund 4289263cf2 windows: Adjust FD_SETSIZE via commandline define 4 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 4 years ago
Andres Freund bed0927aeb ci: Add hint about downloadable logs to README 4 years ago
Andres Freund 31d2c4716e windows: remove date from version number in win32ver.rc 4 years ago
Michael Paquier 7d708093b7 Refactor creation of backup_label and backup history files 4 years ago
Andres Freund eef63941c1 De-special-case pgevent's rc file handling 4 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 4 years ago
Alvaro Herrera 3d53b9ef1a
Fix `trap` in a few shell scripts 4 years ago
Andres Freund c47885bd8b Split TESTDIR into TESTLOGDIR and TESTDATADIR 4 years ago
Andres Freund bb54bf2290 Don't hardcode tmp_check/ as test directory for tap tests 4 years ago
Andres Freund 70df2df1cc Extend gendef.pl in preparation for meson 4 years ago
John Naylor b0526d271d Fix failure to build gramparse.h standalone in vpath builds 4 years ago
John Naylor 4c1532763a Bump minimum Perl version to 5.14 4 years ago