users/gsingh/postgres.git
2022-11-25 Etsuro FujitaFix handling of pending inserts in nodeModifyTable.c.
2022-11-25 Michael PaquierSkip TAP test for peer authentication if there are...
2022-11-24 Michael PaquierIntroduce variables for initial and max nesting depth...
2022-11-24 David RowleyFix some 32-bit shift warnings in MSVC
2022-11-24 David RowleyImprove indenting in _hash_pgaddtup
2022-11-24 Alvaro HerreraMake multixact error message more explicit
2022-11-24 Peter Eisentrautdoc: Fix description of how the default user name is...
2022-11-24 Michael PaquierAdd the database name to the ps display of logical...
2022-11-24 Michael PaquierAdd support for file inclusions in HBA and ident config...
2022-11-24 David RowleySpeedup hash index builds by skipping needless binary...
2022-11-24 Michael PaquierCreate memory context for tokenization after opening...
2022-11-24 Michael PaquierAdd missing initialization in tokenize_expand_file...
2022-11-23 Michael PaquierRework memory contexts in charge of HBA/ident tokenization
2022-11-23 Alexander KorotkovSupport for custom slots in the custom executor nodes
2022-11-23 Andrew DunstanSimplify WARNING messages from skipped vacuum/analyze...
2022-11-23 Andrew DunstanExpand AclMode to 64 bits
2022-11-23 Peter GeogheganSimplify vacuum_set_xid_limits() signature.
2022-11-23 Peter GeogheganDon't test HEAP_XMAX_INVALID when freezing xmax.
2022-11-23 Andrew DunstanFix perl warning from commit 9b4eafcaf4
2022-11-22 Tom LaneGive better hints for ambiguous or unreferenceable...
2022-11-22 Tom LaneYA attempt at taming worst-case behavior of get_actual_...
2022-11-22 Alvaro HerreraRemove useless MERGE test
2022-11-22 Amit KapilaImprove comments atop pg_get_replication_slots.
2022-11-22 Alvaro HerreraIgnore invalidated slots while computing oldest catalog...
2022-11-22 Andres FreundAdd wait event for pg_usleep() in perform_spin_delay()
2022-11-21 Andres Freundci: Use -fsanitize=undefined,alignment,address in linux...
2022-11-21 Andres Freundci: Introduce SanityCheck task that other tasks depend on
2022-11-21 Andres Freundci: Clean up pre-meson cruft in windows task
2022-11-21 Daniel GustafssonReplace link to Hunspell with the current homepage
2022-11-21 Tom LaneAdd comments and a missing CHECK_FOR_INTERRUPTS in...
2022-11-21 Andres FreundAdd workaround to make ubsan and ps_status.c compatible
2022-11-21 Tom LaneMark pageinspect's disk-accessing functions as parallel...
2022-11-21 Tom LaneProvide options for postmaster to kill child processes...
2022-11-21 Tom LanePrevent instability in contrib/pageinspect's regression...
2022-11-21 Michael PaquierReplace SQLValueFunction by COERCE_SQL_SYNTAX
2022-11-21 Amit KapilaAdd additional checks while creating the initial decodi...
2022-11-20 Andres Freundlwlock: Fix quadratic behavior with very long wait...
2022-11-20 Andres Freundpgstat: replace double lookup with IsSharedRelation()
2022-11-20 Tom LaneFix sloppy cleanup of roles in privileges.sql.
2022-11-20 Tom LaneFix long-obsolete comment.
2022-11-20 Andrew DunstanPrevent port collisions between concurrent TAP tests
2022-11-20 Michael PaquierSwitch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX
2022-11-19 Joe ConwayFix catversion
2022-11-19 Andres FreundFix mislabeling of PROC_QUEUE->links as PGPROC, fixing...
2022-11-19 Tom LaneDisable debug_discard_caches in test_oat_hooks test.
2022-11-19 Tom LaneDoc: sync src/tutorial/basics.source with SGML document...
2022-11-18 Robert HaasFix typos and bump catversion.
2022-11-18 Robert HaasAdd a SET option to the GRANT command.
2022-11-18 Tom LaneDon't read MCV stats needlessly in eqjoinsel().
2022-11-18 Peter EisentrautMake object_address test output easier to update
2022-11-18 Peter EisentrautClean up SQL code indentation in test file
2022-11-18 Andrew DunstanFix version comparison in Version.pm
2022-11-18 Alvaro HerreraFix typo
2022-11-18 Peter Eisentrautdoc: Small wording improvement
2022-11-18 Alvaro HerreraAdd glossary entries related to superusers
2022-11-18 Michael Paquierpsql: Improve tab completion for GRANT/REVOKE
2022-11-18 Andres Freundci: Add task testing windows with mingw
2022-11-17 Peter GeogheganStandardize rmgrdesc recovery conflict XID output.
2022-11-17 Alvaro HerreraFix MERGE tuple count with DO NOTHING
2022-11-17 Peter GeogheganUse correct type name in comments about freezing.
2022-11-17 Noah MischAccount for IPC::Run::result() Windows behavior change.
2022-11-17 Peter Eisentrautlibpq: Handle NegotiateProtocolVersion message
2022-11-17 Peter Eisentrautlibpq: Correct processing of startup response messages
2022-11-17 Daniel GustafssonFix wording in comment
2022-11-17 Alvaro HerreraFix outdated comment in ExecDelete
2022-11-17 Peter EisentrautAllow initdb to complete on systems without "locale...
2022-11-17 Daniel Gustafssondoc: Fix wording of MERGE actions in README
2022-11-17 Daniel GustafssonFix typos in comments
2022-11-17 Michael PaquierRemove unneeded include in test_slru.c
2022-11-17 Peter EisentrautExport with_icu when running src/bin/scripts tests...
2022-11-17 Peter EisentrautUpdate some more ObjectType switch statements to not...
2022-11-17 Tom LaneImprove ruleutils' printout of LATERAL references withi...
2022-11-16 Thomas MunroFix slowdown in TAP tests due to recent walreceiver...
2022-11-16 Tom LaneInvent "multibitmapsets", and use them to speed up...
2022-11-16 Peter EisentrautAdd missing object classes to object_address test
2022-11-16 Tom LaneShave some cycles off subscription/t/100_bugs.pl tests.
2022-11-16 Peter EisentrautVariable renaming in preparation for refactoring
2022-11-16 Peter EisentrautRemove useless casts
2022-11-16 Peter EisentrautTurn HeapKeyTest macro into inline function
2022-11-16 Peter EisentrautRemove unused include
2022-11-16 Daniel Gustafssondoc: document the TAP test environment variables
2022-11-16 Daniel Gustafssondoc: update metacpan.org links to avoid redirects
2022-11-16 Michael PaquierUse multi-inserts for pg_ts_config_map
2022-11-16 Jeff DavisFix test in ae168c794f, per buildfarm.
2022-11-16 Michael PaquierUse multi-inserts for pg_enum
2022-11-16 Michael PaquierAvoid some overhead with open and close of catalog...
2022-11-16 Michael PaquierAdd test module for SLRUs
2022-11-16 Jeff DavisMark argument of RegisterCustomRmgr() as const.
2022-11-15 Jeff DavisAdd test module for Custom WAL Resource Manager feature.
2022-11-15 Peter GeogheganDeduplicate freeze plans in freeze WAL records.
2022-11-15 Peter EisentrautCheck return value of pclose() correctly
2022-11-15 Daniel Gustafssondoc: Use more concise wording for pl/pgSQL TG_ variables
2022-11-15 Peter Eisentrautpsql: Add command to use extended query protocol
2022-11-15 Peter Eisentrautlibpq error message refactoring, part 2
2022-11-15 Peter Eisentrautlibpq error message refactoring
2022-11-15 Peter EisentrautDisallow setting archive_library and archive_command...
2022-11-15 Amit KapilaImprove comments referring snapshot's subxip array.
2022-11-14 Amit KapilaFix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE...
2022-11-14 Michael PaquierAdd error context callback when tokenizing authenticati...
2022-11-14 Michael PaquierInvent open_auth_file() in hba.c to refactor authentica...
next