users/gsingh/postgres.git
2020-07-18 Tom LaneAllow logical replication to transfer data in binary...
2020-07-18 Michael Paquierdoc: Refresh more URLs in the docs
2020-07-18 Amit KapilaAdjust minor comment in reorderbuffer.c.
2020-07-18 Amit KapilaFix comments in reorderbuffer.c.
2020-07-18 Michael Paquierdoc: Fix description of \copy for psql
2020-07-18 Peter GeogheganRename "hash_mem" local variable.
2020-07-18 Peter GeogheganAdd Valgrind buffer access instrumentation.
2020-07-17 Tom LaneCope with data-offset-less archive files during out...
2020-07-17 Tom LaneRemove manual tracking of file position in pg_dump...
2020-07-17 Peter GeogheganAvoid CREATE INDEX unique index deduplication.
2020-07-17 Tom LaneEnsure that distributed timezone abbreviation files...
2020-07-17 Peter EisentrautFix whitespace
2020-07-17 Peter EisentrautResolve gratuitous tabs in SQL file
2020-07-17 Amit KapilaFix signal handler setup for SIGHUP in the apply launch...
2020-07-17 Thomas MunroUse MinimalTuple for tuple queues.
2020-07-17 Thomas MunroAdd huge_page_size setting for use on Linux.
2020-07-16 Andrew DunstanEnable almost all TAP tests involving symlinks on Windows
2020-07-16 Michael PaquierSwitch pg_test_fsync to use binary mode on Windows
2020-07-15 Peter Eisentrautpg_dump: Reorganize dumpFunc() and dumpAgg()
2020-07-15 Michael PaquierFix handling of missing files when using pg_rewind...
2020-07-15 Michael PaquierFix compilation failure with sepgsql
2020-07-15 Michael PaquierEliminate cache lookup errors in SQL functions for...
2020-07-14 Tom LaneFix bitmap AND/OR scans on the inside of a nestloop...
2020-07-14 Peter EisentrautFix -Wcast-function-type warnings
2020-07-14 David RowleyAdd comment to explain an unused function parameter
2020-07-14 David RowleyFix timing issue with ALTER TABLE's validate constraint
2020-07-14 Michael PaquierFix some header identifications
2020-07-14 Michael PaquierFix comments related to table AMs
2020-07-14 Tom LaneCope with lateral references in the quals of a subquery...
2020-07-13 Alvaro HerreraFix uninitialized value in segno calculation
2020-07-13 Tom LaneFix bugs in libpq's management of GSS encryption state.
2020-07-13 Alexander KorotkovImprovements to psql \dAo and \dAp commands
2020-07-13 Jeff DavisHashAgg: before spilling tuples, set unneeded columns...
2020-07-13 Jeff DavisRevert "Use CP_SMALL_TLIST for hash aggregate"
2020-07-13 Amit KapilaRevert "Track statistics for spilling of changes from...
2020-07-13 Michael PaquierFix timestamp range handling in regression tests of...
2020-07-12 Michael PaquierFix test failure with -DENFORCE_REGRESSION_TEST_NAME_RE...
2020-07-12 Michael PaquierInclude replication origins in SQL functions for commit...
2020-07-11 Tom LaneAvoid useless buffer allocations during binary COPY...
2020-07-11 Tom LaneAvoid trying to restore table ACLs and per-column ACLs...
2020-07-11 Peter Eisentrautdoc: Add link from pg_dump --encoding to supported...
2020-07-11 Michael PaquierRename field "relkind" to "objtype" for CTAS and ALTER...
2020-07-11 Alexander KorotkovForbid numeric NaN in jsonpath
2020-07-11 Alexander KorotkovImprove error reporting for jsonpath .double() method
2020-07-10 Tom LaneDoc: update or remove dead external links.
2020-07-10 Peter EisentrautAdd missing <application> tags in application doc ...
2020-07-10 Michael PaquierRevert "Remove reset of testtablespace from pg_regress...
2020-07-10 Peter EisentrautLog the location field before any backtrace
2020-07-10 Alvaro HerreraRemove WARNING message from brin_desummarize_range
2020-07-09 Tom LaneFix pg_current_logfile() to not emit a carriage return...
2020-07-09 Tom LaneFurther tighten Windows CRLF conversion in our TAP...
2020-07-09 Peter Eisentrautpg_dump: Further reorganize getTableAttrs()
2020-07-09 Fujii Masaodoc: Correct the description about the length of pg_sta...
2020-07-09 Tom LaneTighten up Windows CRLF conversion in our TAP test...
2020-07-08 David RowleyFix whitespace in HashAgg EXPLAIN ANALYZE
2020-07-08 Andres Freundcode: replace most remaining uses of 'master'.
2020-07-08 Andres Freunddocs: replace 'master process' with 'supervisor process...
2020-07-08 Andres Freunddocs: replace 'master' with 'root' where appropriate.
2020-07-08 Andres Freunddocs: replace 'master' with 'primary' where appropriate.
2020-07-08 Andres Freundcode: replace 'master' with 'leader' where appropriate.
2020-07-08 Andres Freundcode: replace 'master' with 'primary' where appropriate.
2020-07-08 Andres Freundtap tests: replace 'master' with 'primary'.
2020-07-08 Alvaro HerreraDon't treat DumpOptions->dump_inserts like a boolean
2020-07-08 Tom LaneAdd test coverage for pg_current_logfile() function.
2020-07-08 Fujii MasaoFix incorrect variable datatype.
2020-07-08 Peter EisentrautRemove junk in test file
2020-07-08 Magnus HaganderFix typo
2020-07-08 Fujii MasaoFix function name in comment.
2020-07-08 Michael Paquierdoc: Fix inconsistencies in GIN, BRIN and SP-GiST for...
2020-07-07 Tom LaneUn-break pg_upgrade from pre-v12 servers.
2020-07-07 Tom LaneDon't create pg_type entries for sequences or toast...
2020-07-07 Alvaro HerreraMorph pg_replication_slots.min_safe_lsn to safe_wal_size
2020-07-07 Magnus HaganderCheck ssl_in_use flag when reporting statistics
2020-07-07 Peter EisentrautResolve gratuitous tabs in test SQL file
2020-07-06 Peter GeogheganRemove unnecessary PageIsEmpty() nbtree build check.
2020-07-06 Tom LaneCreate composite array types for initdb-created relations.
2020-07-06 Peter EisentrautFix typo in test
2020-07-06 Fujii Masaodoc: Add note about possible performance overhead by...
2020-07-06 Michael PaquierRefactor routines for name lookups of procedures and...
2020-07-06 Amit KapilaRemove extra whitespace in comments atop ReorderBufferC...
2020-07-06 Michael PaquierAdd new flag to format_type_extended() to get NULL...
2020-07-06 Amit KapilaRemove unused function parameter in end_parallel_vacuum.
2020-07-06 Michael PaquierImprove perl script in MSVC to build binaries
2020-07-05 Tom LaneInline the fast path of plpgsql's exec_cast_value().
2020-07-05 Peter Eisentrautdoc: Spell checking
2020-07-05 Michael Paquierdoc: Fix incorrect reference to textout in plpgsql...
2020-07-05 Peter EisentrautRename enable_incrementalsort for clarity
2020-07-04 Joe ConwayFix "ignoring return value" complaints from commit...
2020-07-04 Joe ConwayRead until EOF vice stat-reported size in read_binary_file
2020-07-03 Tom LaneClamp total-tuples estimates for foreign tables to...
2020-07-03 Tom LaneFix temporary tablespaces for shared filesets some...
2020-07-03 Tom LaneInline plpgsql's exec_stmt() into exec_stmts().
2020-07-03 Magnus HaganderFix temporary tablespaces for shared filesets
2020-07-03 Fujii Masaodoc: Correct description of restart_lsn in pg_replicati...
2020-07-03 Fujii MasaoChange default of pg_stat_statements.track_planning...
2020-07-02 Peter GeogheganInitialize work_mem using current guc.c default.
2020-07-02 Peter Geoghegannbtree: Rename _bt_search() variables.
2020-07-02 Michael PaquierMove description of libpqwalreceiver hooks out of the...
2020-07-01 Michael PaquierRefactor ObjectAddress field assignments in more places
2020-07-01 Amit KapilaImprove vacuum error context handling.
next