Commit Graph

56485 Commits (ce0b0fa3e792cefc3ce325b10af224edbbf68ce7)
 

Author SHA1 Message Date
Thomas Munro ce0b0fa3e7 Doc: Adjust libpq docs about thread safety. 2 years ago
Thomas Munro 68a4b58eca Remove --disable-thread-safety and related code. 2 years ago
Michael Paquier 11f3669409 pgbench: Move constant into format string 2 years ago
Masahiko Sawada 46ebdfe164 Report index vacuum progress. 2 years ago
Masahiko Sawada f1889729dd Add new parallel message type to progress reporting. 2 years ago
Amit Kapila 26dd0284b9 Add BEGIN/COMMIT for transactional messages during decoding. 2 years ago
Thomas Munro 4e9fa6d56b Don't expose Windows' mbstowcs_l() and wcstombs_l(). 2 years ago
Tom Lane a8b7424684 Be more rigorous about local variables in PostgresMain(). 3 years ago
Peter Eisentraut a44d96add2 Fix pgindent 3 years ago
Peter Eisentraut e53a611523 Message wording improvements 3 years ago
Michael Paquier 9b286858e3 Add more sanity checks with callers of changeDependencyFor() 3 years ago
Michael Paquier bd5ddbe866 Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema 3 years ago
Peter Eisentraut 3c963d33ea doc: Use proper markup for emphasis 3 years ago
Peter Eisentraut be2ab58f62 doc: Move DEFAULT parameter on COPY reference page 3 years ago
Peter Eisentraut f8d03ea727 Remove unnecessary unbind in LDAP search+bind mode 3 years ago
Thomas Munro 89333db963 Rename port/thread.c to port/user.c. 3 years ago
David Rowley c23e7ea4d6 Doc: update old reference to "result cache" 3 years ago
Thomas Munro 1aadc504bf Remove obsolete comment and code from fe-auth.c. 3 years ago
Thomas Munro 8d9a9f034e All supported systems have locale_t. 3 years ago
Andrew Dunstan e9f15bc9db Fix tmpdir issues with commit e213de8e78 3 years ago
Andrew Dunstan e213de8e78 Use shorter location for pg_replslot in pg_basebackup test 3 years ago
Peter Eisentraut 6ee01e25b7 Fix Perl warning 3 years ago
Peter Eisentraut 5edf438eeb Make some indentation in gram.y consistent 3 years ago
Jeff Davis 9f6253613e test_extensions: sync meson.build with Makefile. 3 years ago
Nathan Bossart 151c22deee Revert MAINTAIN privilege and pg_maintain predefined role. 3 years ago
Tomas Vondra ec99d6e9c8 Document relaxed HOT for summarizing indexes 3 years ago
Michael Paquier da98d005cd Fix some comments in ./configure and meson setup files 3 years ago
Daniel Gustafsson f863d82b2f pg_regress: Remove unused variable 3 years ago
Andres Freund f0a94d81e4 Fix type of iterator variable in SH_START_ITERATE 3 years ago
Andrew Dunstan 1fa25ce70f Skip pg_baseback long filename test if path too long on Windows 3 years ago
Heikki Linnakangas 3142a8845b WAL-log the creation of the init fork of unlogged indexes. 3 years ago
Amit Kapila 69a674a170 Fix code indentation vioaltion introduced in commit cc32ec24fd. 3 years ago
Michael Paquier a14354cac0 Add GUC parameter "huge_pages_status" 3 years ago
Michael Paquier cf05113eb0 Add newline at the end of header generated by generate-wait_event_types.pl 3 years ago
Amit Kapila cc32ec24fd Revert the commits related to allowing page lock to conflict among parallel group members. 3 years ago
Michael Paquier ae6d06f096 Handle \v as a whitespace character in parsers 3 years ago
Heikki Linnakangas 4f4d73466d Fix leak of LLVM "fatal-on-oom" section counter. 3 years ago
Peter Eisentraut 0885390151 pg_waldump: Add test case for notice message 3 years ago
Peter Eisentraut 96063e2836 pg_waldump: Add more tests 3 years ago
Heikki Linnakangas 5e8068f04e Change example in pgindent README on "/*-----" comments. 3 years ago
Daniel Gustafsson a77d39d5f4 Rename EVT cache hash to make context name unique 3 years ago
Masahiko Sawada 68a59f9e99 pgstat: fix subscription stats entry leak. 3 years ago
Peter Eisentraut cccdbc5d95 Clean up command argument assembly 3 years ago
Michael Paquier fa88928470 Generate automatically code and documentation related to wait events 3 years ago
Daniel Gustafsson 48efb2302b Fix assertion failure in snapshot building 3 years ago
Heikki Linnakangas 4b4798e138 Ensure that creation of an empty relfile is fsync'd at checkpoint. 3 years ago
Peter Eisentraut 657f5f223e Remove incidental md5() function uses from several tests 3 years ago
David Rowley 625d5b3ca0 Allow Incremental Sorts on GiST and SP-GiST indexes 3 years ago
Michael Paquier 28b5726561 libpq: Add support for Close on portals and statements 3 years ago
Thomas Munro 03f80daac8 Re-bin segment when memory pages are freed. 3 years ago