postgresql.git
2023-07-20 Amit LangoteUnify JSON categorize type API and export for external use
2023-07-20 Michael PaquierAdd missing ObjectIdGetDatum() in syscache lookup calls...
2023-07-20 Michael PaquierFix pg_recvlogical upon signal termination
2023-07-19 Nathan BossartDoc: move unparenthesized syntaxes for a few commands.
2023-07-19 Nathan BossartSupport parenthesized syntax for CLUSTER without a...
2023-07-19 Nathan BossartRearrange CLUSTER rules in gram.y.
2023-07-19 Tom LaneAdd psql \drg command to display role grants.
2023-07-19 Tom LaneDoc: improve description of IN and row-constructor...
2023-07-19 Michael Paquierpg_archivecleanup: Add --clean-backup-history
2023-07-19 Michael Paquierpg_archivecleanup: Refactor loop doing old segment...
2023-07-19 Amit KapilaDoc: Update the logical replication restriction w.r...
2023-07-18 Tom LaneDoc: fix out-of-date example of SPI usage.
2023-07-18 Michael PaquierFix indentation in twophase.c
2023-07-18 Michael PaquierFix recovery of 2PC transaction during crash recovery
2023-07-17 Tom LaneInclude <limits.h> in fe-auth.c, to get CHAR_BIT reliably.
2023-07-17 Nathan BossartRemove db_user_namespace.
2023-07-16 David RowleyShrink memory contexts struct sizes
2023-07-14 Nathan BossartSimplify option handling in pg_ctl.
2023-07-14 Tom LaneAllow plan nodes with initPlans to be considered parall...
2023-07-14 Tom LaneAccount for optimized MinMax aggregates during SS_final...
2023-07-14 Tom LaneImprove error message for MaxAllocSize overrun in accum...
2023-07-14 Amit LangoteAdd missing initializations of p_perminfo
2023-07-14 Nathan BossartFix privilege check for SET SESSION AUTHORIZATION.
2023-07-14 Nathan BossartMove privilege check for SET SESSION AUTHORIZATION.
2023-07-14 Amit KapilaAllow the use of a hash index on the subscriber during...
2023-07-14 Michael PaquierAdd indisreplident to fields refreshed by RelationReloa...
2023-07-14 Michael PaquierFix updates of indisvalid for partitioned indexes
2023-07-14 Thomas MunroRemove wal_sync_method=fsync_writethrough on Windows.
2023-07-14 Michael PaquierAdd information about line contents on parsing failure...
2023-07-13 Michael PaquierRemove double quotes from the second column of wait_eve...
2023-07-13 Andres FreundHandle DROP DATABASE getting interrupted
2023-07-13 Andres FreundRelease lock after encountering bogs row in vac_truncat...
2023-07-13 Tom LaneRemove unnecessary pfree() in g_intbig_compress().
2023-07-13 Amit LangoteAdd missing const qualifier
2023-07-13 Amit LangoteFix code indentation violation in commit b6e1157e7d
2023-07-13 Peter EisentrautFix untranslatable log message assembly
2023-07-13 Michael PaquierRemove duplicated assignment of LLVMJitHandle->lljit
2023-07-13 Masahiko SawadaDoc: clarify the conditions of usable indexes for REPLI...
2023-07-13 Nathan BossartRename session_auth_is_superuser to current_role_is_sup...
2023-07-13 Nathan BossartTeach in-tree getopt_long() to move non-options to...
2023-07-13 Amit LangoteDon't include CaseTestExpr in JsonValueExpr.formatted_expr
2023-07-13 Amit LangotePass constructName to transformJsonValueExpr()
2023-07-13 Michael PaquierSimplify some conditions related to [LW]Lock in generat...
2023-07-12 Andres Freundmeson: Tie adding C++ support to the llvm Meson option
2023-07-12 Andres Freundmeson: Pass more feature option through to required...
2023-07-12 Andres Freundpg_bsd_indent: Collect test diffs in test.diffs instead...
2023-07-12 Daniel Gustafssondoc: Clarify the errhint example
2023-07-12 Alvaro Herreraparallel_schedule: add comment on event_trigger test...
2023-07-12 Peter EisentrautRemove ancient special case code for dropping oid columns
2023-07-12 Peter EisentrautRemove ancient special case code for adding oid columns
2023-07-12 Peter EisentrautRemove obsolete comment about OID support
2023-07-12 Peter EisentrautAllow some exclusion constraints on partitions
2023-07-11 Thomas MunroDoc: Adjust libpq docs about thread safety.
2023-07-11 Thomas MunroRemove --disable-thread-safety and related code.
2023-07-11 Michael Paquierpgbench: Move constant into format string
2023-07-11 Masahiko SawadaReport index vacuum progress.
2023-07-11 Masahiko SawadaAdd new parallel message type to progress reporting.
2023-07-11 Amit KapilaAdd BEGIN/COMMIT for transactional messages during...
2023-07-10 Thomas MunroDon't expose Windows' mbstowcs_l() and wcstombs_l().
2023-07-10 Tom LaneBe more rigorous about local variables in PostgresMain().
2023-07-10 Peter EisentrautFix pgindent
2023-07-10 Peter EisentrautMessage wording improvements
2023-07-10 Michael PaquierAdd more sanity checks with callers of changeDependency...
2023-07-10 Michael PaquierFix ALTER EXTENSION SET SCHEMA with objects outside...
2023-07-09 Peter Eisentrautdoc: Use proper markup for emphasis
2023-07-09 Peter Eisentrautdoc: Move DEFAULT parameter on COPY reference page
2023-07-09 Peter EisentrautRemove unnecessary unbind in LDAP search+bind mode
2023-07-09 Thomas MunroRename port/thread.c to port/user.c.
2023-07-09 David RowleyDoc: update old reference to "result cache"
2023-07-09 Thomas MunroRemove obsolete comment and code from fe-auth.c.
2023-07-08 Thomas MunroAll supported systems have locale_t.
2023-07-08 Andrew DunstanFix tmpdir issues with commit e213de8e78
2023-07-08 Andrew DunstanUse shorter location for pg_replslot in pg_basebackup...
2023-07-08 Peter EisentrautFix Perl warning
2023-07-08 Peter EisentrautMake some indentation in gram.y consistent
2023-07-07 Jeff Davistest_extensions: sync meson.build with Makefile.
2023-07-07 Nathan BossartRevert MAINTAIN privilege and pg_maintain predefined...
2023-07-07 Tomas VondraDocument relaxed HOT for summarizing indexes
2023-07-07 Michael PaquierFix some comments in ./configure and meson setup files
2023-07-06 Daniel Gustafssonpg_regress: Remove unused variable
2023-07-06 Andres FreundFix type of iterator variable in SH_START_ITERATE
2023-07-06 Andrew DunstanSkip pg_baseback long filename test if path too long...
2023-07-06 Heikki LinnakangasWAL-log the creation of the init fork of unlogged indexes.
2023-07-06 Amit KapilaFix code indentation vioaltion introduced in commit...
2023-07-06 Michael PaquierAdd GUC parameter "huge_pages_status"
2023-07-06 Michael PaquierAdd newline at the end of header generated by generate...
2023-07-06 Amit KapilaRevert the commits related to allowing page lock to...
2023-07-05 Michael PaquierHandle \v as a whitespace character in parsers
2023-07-05 Heikki LinnakangasFix leak of LLVM "fatal-on-oom" section counter.
2023-07-05 Peter Eisentrautpg_waldump: Add test case for notice message
2023-07-05 Peter Eisentrautpg_waldump: Add more tests
2023-07-05 Heikki LinnakangasChange example in pgindent README on "/*-----" comments.
2023-07-05 Daniel GustafssonRename EVT cache hash to make context name unique
2023-07-05 Masahiko Sawadapgstat: fix subscription stats entry leak.
2023-07-05 Peter EisentrautClean up command argument assembly
2023-07-05 Michael PaquierGenerate automatically code and documentation related...
2023-07-04 Daniel GustafssonFix assertion failure in snapshot building
2023-07-04 Heikki LinnakangasEnsure that creation of an empty relfile is fsync'd...
2023-07-04 Peter EisentrautRemove incidental md5() function uses from several...
2023-07-04 David RowleyAllow Incremental Sorts on GiST and SP-GiST indexes
next