users/gsingh/postgres.git
2022-12-02 Michael PaquierSwitch pg_dump to use compression specifications
2022-12-01 Jeff DavisFix memory leak for hashing with nondeterministic colla...
2022-12-01 Tom LaneDoc: add example of round(v, s) with negative s.
2022-12-01 Tom LaneDoc: word-smith the discussion of secure schema usage...
2022-12-01 Tom LaneFix under-parenthesized display of AT TIME ZONE constructs.
2022-12-01 Bruce Momjianrevert: add transaction processing chapter with intern...
2022-12-01 Peter Eisentrautdoc: Add installation instructions for building with...
2022-12-01 Alvaro HerreraMove PartitioPruneInfo out of plan nodes into PlannedStmt
2022-12-01 Peter Eisentrautdoc: Remove note about disk space from installation...
2022-12-01 Peter Eisentrautdoc: Add missing comma
2022-12-01 Michael PaquierMake materialized views participate in predicate locking
2022-11-30 Tom LaneReject missing database name in pg_regress and cohorts.
2022-11-30 Alvaro HerreraBump catalog version for previous commit
2022-11-30 Alvaro HerreraStop accessing checkAsUser via RTE in some cases
2022-11-30 Michael PaquierAdd regression tests for psql's \o and \g on files
2022-11-30 Bruce Momjiandoc: add transaction processing chapter with internals...
2022-11-30 Michael PaquierRefactor code parsing compression option values (-Z...
2022-11-29 Michael PaquierFix comment in fe-auth-scram.c
2022-11-29 Tom LaneImprove heuristics for compressing the KnownAssignedXid...
2022-11-29 Tom LanePrevent clobbering of utility statements in SQL functio...
2022-11-29 Tom LaneRemove bogus Assert and dead code in remove_useless_res...
2022-11-29 Alvaro HerreraAdd 'missing_ok' argument to build_attrmap_by_name
2022-11-29 Michael Paquiermeson: Add some missing env settings for tests of pg_du...
2022-11-28 Michael PaquierFix comment in snapbuild.c
2022-11-28 Thomas MunroRemove promote_trigger_file.
2022-11-28 Andres Freundmeson: Fix binary mismatch for MSVC plperl vs gcc built...
2022-11-28 Andrew DunstanProvide non-superuser predefined roles for vacuum and...
2022-11-28 Andrew DunstanProvide per-table permissions for vacuum and analyze.
2022-11-28 Daniel Gustafssondoc: Clarify unit of logging for log_temp_files
2022-11-28 Michael PaquierAdd TAP tests for include directives in HBA end ident...
2022-11-27 Tom LaneDoc: update queries.sgml for optional subquery aliases.
2022-11-27 Andrew DunstanFix binary mismatch for MSVC plperl vs gcc built perl...
2022-11-26 Tom LaneRemove temporary portlock directory during make [dist...
2022-11-26 Andrew DunstanAdd portlock directory to .gitignore
2022-11-26 Michael PaquierMark two signal flags as sig_atomic_t in pgbench and...
2022-11-26 Michael PaquierFix typo in hba.c
2022-11-25 Andrew DunstanAllow building with MSVC and Strawberry perl
2022-11-25 Peter EisentrautCorrect some SQL feature names
2022-11-25 Andrew DunstanFix gen_node_support.pl for changed AclMode size
2022-11-25 Dean RasheedFix rule-detection code for MERGE.
2022-11-25 Peter Eisentrautdoc: Re-order Table 28.35 "Per-Backend Statistics Funct...
2022-11-25 Peter Eisentrautdoc: Re-order Table 28.12 "Wait Events of type LWLock"
2022-11-25 Peter Eisentrautdoc: Re-order sections of "28.4. Progress Reporting"
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
next