users/rhaas/postgres.git
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.
2020-07-01 Michael PaquierRefactor creation of normal dependency records when...
2020-07-01 Michael PaquierFix removal of files generated by TAP tests for SSL
2020-07-01 David RowleyFurther adjustments to Hashagg EXPLAIN ANALYZE output
2020-06-30 Michael MeskesFix ecpg crash with bytea and cursor variables.
2020-06-30 Bruce Momjiandoc: clarify that storage parameter values are optional
2020-06-30 Bruce Momjiandoc: change pg_upgrade wal_level to be not minimal
2020-06-30 Fujii MasaoAdd +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.
2020-06-30 Michael PaquierPrevent compilation of frontend-only files in src/commo...
2020-06-29 Peter Eisentrautpgstattuple: Have pgstattuple_approx accept TOAST tables
2020-06-29 Tom LaneRemove support for timezone "posixrules" file.
2020-06-29 Tom LaneMop up some no-longer-necessary hacks around printf...
2020-06-29 Peter Geoghegannbtree: Correct inaccurate split location comment.
2020-06-29 Tom LaneAvoid using %c printf format for potentially non-ASCII...
2020-06-29 Peter EisentrautAdd current substring regular expression syntax
2020-06-29 Peter EisentrautClean up grammar a bit
2020-06-29 Michael PaquierRefactor ObjectAddress field assignments for type depen...
2020-06-28 Noah MischFix documentation of "must be vacuumed within" warning.
2020-06-27 Tom LaneFix list of SSL error codes for older OpenSSL versions.
2020-06-27 Tom LaneAdd hints about protocol-version-related SSL connection...
2020-06-27 Tom LaneChange libpq's default ssl_min_protocol_version to...
2020-06-27 Amit KapilaRemove duplicate check added by commit b2a5545bd6.
2020-06-27 Alvaro HerreraPersist slot invalidation correctly
2020-06-26 Tom LaneDoc: explain that "timestamp - timestamp" applies justi...
2020-06-25 Bruce Momjiandoc: mention trigger helper functions in CREATE TRIGGE...
2020-06-25 Bruce Momjiandocs: clarify that CREATE DATABASE does not copy db...
2020-06-25 Peter GeogheganFix misuse of table_index_fetch_tuple_check().
2020-06-25 Tom LaneDoc: correct nitpicky mistakes in array_position/array_...
2020-06-25 Fujii MasaoRemove erroneous assertion from pg_copy_logical_replica...
2020-06-24 Tom LaneFix compiler warning induced by commit d8b15eeb8.
2020-06-24 Alvaro HerreraAdjust max_slot_wal_keep_size behavior per review
2020-06-24 Alvaro HerreraSave slot's restart_lsn when invalidated due to size
2020-06-24 Alvaro HerreraAdd parens to ConvertToXSegs macro
2020-06-24 Michael PaquierFix comment in heap.c
2020-06-22 Jeff DavisDoc fixup for hashagg_avoid_disk_plan GUC.
2020-06-22 Tom LaneUndo double-quoting of index names in non-text EXPLAIN...
2020-06-22 Michael PaquierFix inconsistent markups in catalogs.sgml
2020-06-22 Michael PaquierAdd --no-index-cleanup and --no-truncate to vacuumdb.
2020-06-21 Alexander KorotkovLanguage fixes for docs related to opclass options
2020-06-21 Peter GeogheganDoc: Tweak description of B-Tree duplicate tuples.
2020-06-20 Alexander KorotkovMinor corrections to docs related to opclass options
2020-06-20 Alexander KorotkovFix masking of SP-GiST pages during xlog consistency...
2020-06-20 Alexander KorotkovAdd documentation for opclass options
2020-06-20 Noah MischRemove dead forceSync parameter of XactLogCommitRecord().
2020-06-20 Amit KapilaRemoval unused function parameter in CopyReadBinaryAttr...
2020-06-19 Alvaro HerreraEnsure write failure reports no-disk-space
2020-06-19 Tom LaneFuture-proof regression tests against possibly-missing...
2020-06-19 Alvaro HerreraAdjust some glossary terms
2020-06-19 Peter GeogheganFix deduplication "single value" strategy bug.
2020-06-19 Fujii MasaoFix issues in invalidation of obsolete replication...
2020-06-19 David RowleyFix EXPLAIN ANALYZE for parallel HashAgg plans
2020-06-19 Andres FreundClean up includes of s_lock.h.
2020-06-18 Andres FreundFix deadlock danger when atomic ops are done under...
2020-06-18 Andres FreundAdd basic spinlock tests to regression tests.
2020-06-18 Tom LaneDoc: document POSIX-style time zone specifications...
2020-06-18 Michael PaquierFix oldest xmin and LSN computation across repslots...
2020-06-18 Peter EisentrautDisallow factorial of negative numbers
2020-06-18 Peter EisentrautExpand tests for factorial
2020-06-18 Michael PaquierRemove reset of testtablespace from pg_regress on Windows
2020-06-17 Tom LaneSync our copy of the timezone library with IANA release...
2020-06-17 Peter GeogheganFix nbtree.h dedup state comment.
2020-06-17 Andres Freundspinlock emulation: Fix bug when more than INT_MAX...
2020-06-17 Andres FreundAvoid potential spinlock in a signal handler as part...
2020-06-17 Robert HaasImprove server code to read files as part of a base...
next