Commit Graph

56486 Commits (8c852ba9a4347c4778cc610ad5a9cb50ea701b5c)
 

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