users/gsingh/postgres.git
2021-02-15 Thomas MunroReadNewTransactionId() -> ReadNextTransactionId().
2021-02-13 Bruce MomjianREADME/C-comment: document GiST's NSN value
2021-02-13 Michael Paquierdoc: Mention NO DEPENDS ON EXTENSION in its supported...
2021-02-12 Tom LaneTweak compiler version cutoff for no_sanitize("alignmen...
2021-02-12 Tom LaneAvoid divide-by-zero in regex_selectivity() with long...
2021-02-12 Alexander Korotkovpg_attribute_no_sanitize_alignment() macro
2021-02-12 Amit KapilaFix Subscription test added by commit ce0fdbfe97.
2021-02-12 Amit KapilaAllow multiple xacts during table sync in logical repli...
2021-02-12 Peter GeogheganRemove obsolete IndexBulkDeleteResult stats field.
2021-02-11 Tom LaneRemove dead code in ECPGconnect(), and improve document...
2021-02-11 Tom LaneSimplify jsonfuncs.c code by using strtoint() not strtol().
2021-02-11 Tom LaneRemove no-longer-used RTE argument of markVarForSelectP...
2021-02-11 Michael PaquierFix copy-paste error with SHA256 digest length in check...
2021-02-11 Peter EisentrautAdd test case for abbrev(cidr)
2021-02-10 Magnus HaganderRemove extra Success message at the end of initdb
2021-02-10 Peter Eisentrautpg_dump: Add const decorations
2021-02-10 Peter EisentrautFix lack of message pluralization
2021-02-10 Michael PaquierFix ORDER BY clause in new regression test of REINDEX...
2021-02-10 Michael PaquierSimplify code related to compilation of SSL and OpenSSL
2021-02-10 Michael PaquierPreserve pg_attribute.attstattarget across REINDEX...
2021-02-10 Amit KapilaMake pg_replication_origin_drop safe against concurrent...
2021-02-09 Peter GeogheganFix obsolete FSM remarks in nbtree README.
2021-02-09 Fujii MasaoRevert "Display the time when the process started waiti...
2021-02-09 Fujii MasaoDisplay the time when the process started waiting for...
2021-02-09 Michael PaquierAdd option PROCESS_TOAST to VACUUM
2021-02-08 Peter GeogheganCorrect pgstattuple B-Tree page comments.
2021-02-08 Tom LaneFix mishandling of column-level SELECT privileges for...
2021-02-08 Heikki LinnakangasFix permission checks on constraint violation errors...
2021-02-07 Peter GeogheganRename removable xid function for consistency.
2021-02-07 Tom LaneRevert "Propagate CTE property flags when copying a...
2021-02-07 Tatsuo IshiiDocs: fix pg_wal_lsn_diff manual.
2021-02-07 Tom LanePropagate CTE property flags when copying a CTE list...
2021-02-06 Tom LaneDisallow converting an inheritance child table to a...
2021-02-06 Michael PaquierClarify some comments around SharedRecoveryState in...
2021-02-05 Robert HaasGeneralize parallel slot result handling.
2021-02-05 Robert HaasMove some code from src/bin/scripts to src/fe_utils...
2021-02-05 Heikki LinnakangasFix backslash-escaping multibyte chars in COPY FROM.
2021-02-05 Etsuro Fujitapostgres_fdw: Fix assertion in estimate_path_cost_size().
2021-02-05 Tom LaneFix bug in HashAgg's selective-column-spilling logic.
2021-02-05 Thomas MunroTab-complete CREATE DATABASE ... LOCALE.
2021-02-05 Tom LaneFix YA incremental sort bug.
2021-02-04 Peter GeogheganHarden nbtree page deletion.
2021-02-04 Heikki LinnakangasFix small error in COPY FROM progress reporting.
2021-02-04 Peter EisentrautRefactor Windows error message for easier translation
2021-02-04 Michael PaquierEnsure unlinking of old index file with REINDEX (TABLES...
2021-02-04 Michael PaquierClarify comment in tablesync.c
2021-02-04 Michael PaquierAdd TABLESPACE option to REINDEX
2021-02-04 Tom LaneAvoid crash when rolling back within a prepared statement.
2021-02-03 Robert HaasFactor pattern-construction logic out of processSQLName...
2021-02-03 Tom LaneRemove special BKI_LOOKUP magic for namespace and role...
2021-02-03 Peter Eisentrautpg_dump: Fix dumping of inherited generated columns
2021-02-02 Tom LaneRetire findoidjoins.
2021-02-02 Tom LaneBuild in some knowledge about foreign-key relationships...
2021-02-02 Tom LaneDoc: consistently identify OID catalog columns that...
2021-02-02 Tom LaneRemove extra increment of plpgsql's statement counter...
2021-02-02 Tom LaneFix ancient memory leak in contrib/auto_explain.
2021-02-02 Peter EisentrautImprove confusing variable names
2021-02-02 Michael PaquierRemove unused column atttypmod from initial tablesync...
2021-02-01 Tom LaneDoc: work a little harder on the initial examples for...
2021-02-01 Tom LaneRemove [Merge]AppendPath.partitioned_rels.
2021-02-01 Tom LaneRemove incidental dependencies on partitioned_rels...
2021-02-01 Tom LaneRevise make_partition_pruneinfo to not use its partitio...
2021-02-01 Peter EisentrautSEARCH and CYCLE clauses
2021-02-01 Alexander KorotkovGet rid of unnecessary memory allocation in jsonb_subsc...
2021-02-01 Michael PaquierIntroduce --with-ssl={openssl} as a configure option
2021-02-01 Tom LaneFix portability issue in new jsonbsubs code.
2021-01-31 Alexander KorotkovThrow error when assigning jsonb scalar instead of...
2021-01-31 Alexander KorotkovFilling array gaps during jsonb subscripting
2021-01-31 Alexander KorotkovImplementation of subscripting for jsonb
2021-01-31 Peter GeogheganRemove unused _bt_delitems_delete() argument.
2021-01-31 Alexander KorotkovFix parsing of complex morphs to tsquery
2021-01-30 Peter EisentrautAdd primary keys and unique constraints to system catalogs
2021-01-30 Peter Eisentrautdoc: Clarify status of SELECT INTO on reference page
2021-01-30 Peter EisentrautAllow GRANTED BY clause in normal GRANT and REVOKE...
2021-01-30 Noah MischRevive "snapshot too old" with wal_level=minimal and...
2021-01-30 Noah MischFix error with CREATE PUBLICATION, wal_level=minimal...
2021-01-30 Noah MischFix CREATE INDEX CONCURRENTLY for simultaneous prepared...
2021-01-30 Fujii Masaopostgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS.
2021-01-29 Tom LaneDoc: improve cross-references for SET/SHOW.
2021-01-29 Alexander KorotkovDocument behavior of the .** jsonpath accessor in the...
2021-01-29 Peter EisentrautFix typo
2021-01-29 Michael Paquierdoc: Improve wording of section for repslot statistics
2021-01-29 Michael PaquierAdjust comments of CheckRelationTableSpaceMove() and...
2021-01-29 Thomas MunroRemove documentation of waiting restore_command.
2021-01-29 Thomas MunroRetire pg_standby.
2021-01-28 Tom LaneSilence another gcc 11 warning.
2021-01-28 Alvaro HerreraRemove bogus restriction from BEFORE UPDATE triggers
2021-01-28 Tom LaneFix hash partition pruning with asymmetric partition...
2021-01-28 Tom LaneMake ecpg's rjulmdy() and rmdyjul() agree with their...
2021-01-28 Alvaro Herrerapgbench: Remove dead code
2021-01-28 Peter EisentrautRemove gratuitous uses of deprecated SELECT INTO
2021-01-28 Heikki LinnakangasAdd direct conversion routines between EUC_TW and Big5.
2021-01-28 Heikki LinnakangasAdd mbverifystr() functions specific to each encoding.
2021-01-28 Andrew GierthDon't add bailout adjustment for non-strict deserialize...
2021-01-28 Michael PaquierFix crash of pg_stat_statements_info() without library...
2021-01-28 Michael PaquierRefactor SQL functions of SHA-2 in cryptohashfuncs.c
2021-01-27 Peter GeogheganReduce the default value of vacuum_cost_page_miss.
2021-01-27 Robert HaasIn TrimCLOG(), don't reset XactCtl->shared->latest_page...
2021-01-27 Robert HaasIn clog_redo(), don't set XactCtl->shared->latest_page_...
2021-01-27 Tom LaneDoc: improve documentation for UNNEST().
next