summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-09Remove unnecessary unbind in LDAP search+bind modePeter Eisentraut
2023-07-09Rename port/thread.c to port/user.c.Thomas Munro
2023-07-09Remove obsolete comment and code from fe-auth.c.Thomas Munro
2023-07-08All supported systems have locale_t.Thomas Munro
2023-07-08Fix tmpdir issues with commit e213de8e78Andrew Dunstan
2023-07-08Use shorter location for pg_replslot in pg_basebackup testAndrew Dunstan
2023-07-08Fix Perl warningPeter Eisentraut
2023-07-08Make some indentation in gram.y consistentPeter Eisentraut
2023-07-07test_extensions: sync meson.build with Makefile.Jeff Davis
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-07Document relaxed HOT for summarizing indexesTomas Vondra
2023-07-06pg_regress: Remove unused variableDaniel Gustafsson
2023-07-06Fix type of iterator variable in SH_START_ITERATEAndres Freund
2023-07-06Skip pg_baseback long filename test if path too long on WindowsAndrew Dunstan
2023-07-06WAL-log the creation of the init fork of unlogged indexes.Heikki Linnakangas
2023-07-06Fix code indentation vioaltion introduced in commit cc32ec24fd.Amit Kapila
2023-07-06Add GUC parameter "huge_pages_status"Michael Paquier
2023-07-06Add newline at the end of header generated by generate-wait_event_types.plMichael Paquier
2023-07-06Revert the commits related to allowing page lock to conflict among parallel g...Amit Kapila
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-07-05Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas
2023-07-05pg_waldump: Add test case for notice messagePeter Eisentraut
2023-07-05pg_waldump: Add more testsPeter Eisentraut
2023-07-05Change example in pgindent README on "/*-----" comments.Heikki Linnakangas
2023-07-05Rename EVT cache hash to make context name uniqueDaniel Gustafsson
2023-07-05pgstat: fix subscription stats entry leak.Masahiko Sawada
2023-07-05Clean up command argument assemblyPeter Eisentraut
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-04Fix assertion failure in snapshot buildingDaniel Gustafsson
2023-07-04Ensure that creation of an empty relfile is fsync'd at checkpoint.Heikki Linnakangas
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
2023-07-04Allow Incremental Sorts on GiST and SP-GiST indexesDavid Rowley
2023-07-04libpq: Add support for Close on portals and statementsMichael Paquier
2023-07-04Re-bin segment when memory pages are freed.Thomas Munro
2023-07-04Remove trailing zero words from BitmapsetsDavid Rowley
2023-07-03Increase size of bgw_library_name.Nathan Bossart
2023-07-03Fix race in SSI interaction with gin fast path.Thomas Munro
2023-07-03Fix race in SSI interaction with bitmap heap scan.Thomas Munro
2023-07-03Fix race in SSI interaction with empty btrees.Thomas Munro
2023-07-03Don't truncate database and user names in startup packets.Nathan Bossart
2023-07-03Consider fillfactor when estimating relation sizeTomas Vondra
2023-07-03Improve pg_basebackup long file name test Windows robustnessAndrew Dunstan
2023-07-03Fix code indentation violationsTomas Vondra
2023-07-03A minor simplification for List manipulationPeter Eisentraut
2023-07-03Update PG_CACHE_LINE_SIZE description.Heikki Linnakangas
2023-07-03Take pg_attribute out of VacAttrStatsPeter Eisentraut
2023-07-03Add macro for maximum statistics targetPeter Eisentraut
2023-07-03Change type of pg_statistic_ext.stxstattargetPeter Eisentraut
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier