users/gsingh/postgres.git
2023-01-12 Tom LaneGet rid of the "new" and "old" entries in a view's...
2023-01-11 Michael PaquierAdd support for tab completion after ALTER EXTENSION...
2023-01-11 Peter GeogheganImprove TransactionIdDidAbort() documentation.
2023-01-11 Tom LaneImprove handling of inherited GENERATED expressions.
2023-01-11 Tom LaneDon't leave roles behind after core regression tests.
2023-01-11 Peter EisentrautFix MSVC build
2023-01-11 Peter EisentrautCommon function for percent placeholder replacement
2023-01-11 Michael PaquierFix typos in code and comments
2023-01-11 Michael PaquierRemove function declarations from headers for some...
2023-01-10 David RowleyHave the planner consider Incremental Sort for DISTINCT
2023-01-10 Robert HaasAdd new GUC createrole_self_grant.
2023-01-10 Robert HaasRestrict the privileges of CREATEROLE users.
2023-01-10 Dean RasheedFix MERGE's test for unreachable WHEN clauses.
2023-01-10 Peter EisentrautNew header varatt.h split off from postgres.h
2023-01-10 Amit KapilaDocument the newly added wait events added by commit...
2023-01-10 Tom LaneRound off random_normal() test results one more decimal...
2023-01-10 Amit KapilaFix the display of lock information for specktoken.
2023-01-10 Tom LaneRemove pg_regress' never-documented "ignore" feature.
2023-01-10 Tom LaneUpgrade the random.sql regression test.
2023-01-09 Tom LaneDoc: add XML ID attributes to <sectN> and <varlistentry...
2023-01-09 Tom LaneInvent random_normal() to provide normally-distributed...
2023-01-09 John NaylorRemove redundant setting of tuplesort status
2023-01-09 Amit KapilaFix the file mode of worker.c changed by the commit...
2023-01-09 David RowleyAllow left join removals and unique joins on partitione...
2023-01-09 Amit KapilaPerform apply of large transactions by parallel workers.
2023-01-08 Tom LaneDoc: improve commentary about providing our own definit...
2023-01-08 Alexander KorotkovImprove GIN cost estimation
2023-01-08 Alexander KorotkovExtract the multiplier for CPU process cost of index...
2023-01-07 Tomas VondraCheck relkind before using TABLESAMPLE in postgres_fdw
2023-01-07 Dean Rasheedpsql: Add support for \dpS and \zS.
2023-01-07 Amit KapilaRemove the streaming files for incomplete xacts after...
2023-01-07 David RowleyAdd additional regression tests for select_active_windows
2023-01-06 Tom LaneWake up a subscription's replication worker processes...
2023-01-06 Tom LaneCheck for two_phase change at end of process_syncing_ta...
2023-01-06 Andrew DunstanAllow hyphens in ltree labels
2023-01-06 Tom LaneAdd options to control whether VACUUM runs vac_update_d...
2023-01-06 Tom LaneInvalidate pgoutput's replication-decisions cache upon...
2023-01-06 Tomas VondraFix stale comment about sample_frac adjustment
2023-01-06 Peter EisentrautFix typo
2023-01-06 Dean RasheedFix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE...
2023-01-06 Dean RasheedImprove tab completion for ALTER FUNCTION/PROCEDURE...
2023-01-06 Thomas MunroFix pg_truncate() on Windows.
2023-01-05 Thomas MunroUse unnamed POSIX semaphores on Cygwin.
2023-01-05 Robert HaasPass down current user ID to AddRoleMems and DelRoleMems.
2023-01-05 Robert HaasRefactor permissions-checking for role grants.
2023-01-05 Tom LaneFix calculation of which GENERATED columns need to...
2023-01-05 Alexander KorotkovRemove extra regress check arguments from test_pg_db_ro...
2023-01-05 Alexander Korotkovmeson: Add 'running' test setup, as a replacement for...
2023-01-04 David RowleyFix some compiler warnings in aset.c and generation.c
2023-01-04 Peter GeogheganCheck that xmax didn't commit in freeze check.
2023-01-04 Peter GeogheganUpdate obsolete multixact.c comments.
2023-01-03 Tom LaneDuring pg_dump startup, acquire table locks in batches.
2023-01-03 David RowleyFix typo in memutils_memorychunk.h
2023-01-03 Robert HaasImprove documentation of the CREATEROLE attibute.
2023-01-03 Peter Geogheganvacuumlazy.c: Save get_database_name() in vacrel.
2023-01-03 Peter GeogheganDelay commit status checks until freezing executes.
2023-01-03 Peter GeogheganRefine the definition of page-level freezing.
2023-01-03 Peter EisentrautWindows support in pg_import_system_collations
2023-01-03 Michael PaquierFix typos in comments, code and documentation
2023-01-02 Tom LaneAvoid reference to nonexistent array element in ExecIni...
2023-01-02 Bruce MomjianUpdate copyright for 2023
2023-01-02 Peter GeogheganAdjust VACUUM hastup LP_REDIRECT comments.
2023-01-02 Peter GeogheganAvoid special XID snapshotConflictHorizon values.
2023-01-02 Tom LaneAdd bt_multi_page_stats() function to contrib/pageinspect.
2023-01-02 Peter EisentrautPush lpp variable closer to usage in heapgetpage()
2023-01-02 Peter Eisentrautdoc: Re-order Table 28.2 "Collected Statistics Views"
2023-01-01 Tom LaneAccept "+infinity" in date and timestamp[tz] input.
2023-01-01 Tom LaneIn plpgsql, don't preassign portal names to bound curso...
2022-12-31 Thomas Munroci: Change macOS builds from Intel to ARM.
2022-12-30 Tomas VondraSample postgres_fdw tables remotely during ANALYZE
2022-12-30 Tomas VondraFix assert in BRIN build_distances
2022-12-30 Michael PaquierFix precision handling for some COERCE_SQL_SYNTAX functions
2022-12-30 Peter EisentrautChange argument of appendBinaryStringInfo from char...
2022-12-30 Peter EisentrautUse appendStringInfoString instead of appendBinaryStrin...
2022-12-30 Peter EisentrautAdd const to BufFileWrite
2022-12-30 Peter EisentrautRemove unnecessary casts
2022-12-29 Andres Freundperl: Hide warnings inside perl.h when using gcc compat...
2022-12-29 Andrew DunstanFix oversight in 7a05425d96
2022-12-28 Peter GeogheganAdd page-level freezing to VACUUM.
2022-12-28 Andrew DunstanConvert contrib/ltree's input functions to report error...
2022-12-28 Andrew DunstanConvert contrib/intarray's bqarr_in() to report errors...
2022-12-28 Peter EisentrautReorder some object files in makefiles
2022-12-27 Tom LaneSuppress uninitialized-variable warning from a61b1f748.
2022-12-27 Tom LaneConvert hstore_in to report errors softly.
2022-12-27 Tom LaneRemove new locale dependency in regproc regression...
2022-12-27 Tom LaneSimplify the implementations of the to_reg* functions.
2022-12-27 Tom LaneConvert the reg* input functions to report (most) error...
2022-12-27 Tom LaneConvert tsqueryin and tsvectorin to report errors softly.
2022-12-27 Tom LaneDetect bad input for types xid, xid8, and cid.
2022-12-27 Peter GeogheganRemove overzealous MultiXact freeze assertion.
2022-12-27 Michael PaquierAdd custom filtering rules to the TAP tests of pg_upgrade
2022-12-27 Michael PaquierFix incorrect copy-pasto in error message of pg_waldump.c
2022-12-26 Michael Paquierpg_waldump: Add --save-fullpage=PATH to save full page...
2022-12-26 Amit KapilaAdd 'logical_decoding_mode' GUC.
2022-12-25 Michael PaquierSwitch query fixing aclitems in ~15 from O(N^2) to...
2022-12-25 Tom LaneConvert enum_in() to report errors softly.
2022-12-25 Andrew DunstanFix thinko in 720e0327bc
2022-12-24 Andrew DunstanConvert contrib/isn's input functions to report errors...
2022-12-24 Andrew DunstanConvert jsonpath's input function to report errors...
2022-12-24 Tom LaneMake the numeric-OID cases of regprocin and friends...
next