users/rhaas/postgres.git
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...
2020-06-17 Robert HaasMinor code cleanup for perform_base_backup().
2020-06-17 Robert HaasDon't export basebackup.c's sendTablespace().
2020-06-17 Peter EisentrautRemove STATUS_WAITING
2020-06-16 Tom LaneDoc: fix copy-and-pasteo in ecpg docs.
2020-06-16 Tom LaneLobotomize test for float -Inf ^ -2, at least for now.
2020-06-16 Peter EisentrautFix file reference in nls.mk
2020-06-16 Tom LaneIn dpow(), remove redundant check for whether y is...
2020-06-16 Thomas MunroRemove useless variable.
2020-06-16 Thomas MunroMake BufFileWrite() void.
2020-06-16 Thomas MunroFix buffile.c error handling.
2020-06-16 Peter Eisentrautdoc: Document factorial function
2020-06-16 Bruce Momjianpg_upgrade: set vacuum_defer_cleanup_age to zero
2020-06-15 Tom LaneFix power() for large inputs yet more.
2020-06-15 Robert HaasAssorted cleanup of tar-related code.
2020-06-15 Tom LaneFix power() for infinity inputs some more.
2020-06-15 Michael PaquierFix some comments referring to past features
2020-06-15 Peter Eisentrautpg_dump: Unbreak dumping of aggregates from very old...
2020-06-15 Peter EisentrautError message refactoring
2020-06-15 Michael PaquierBump catversion for ACL changes on replication origin...
2020-06-15 Thomas MunroDoc: Add references for SI and SSI.
2020-06-14 Tom LaneFix behavior of exp() and power() for infinity inputs.
2020-06-14 Peter EisentrautAdd test coverage for EXTRACT()
2020-06-14 Michael PaquierReplace superuser check by ACLs for replication origin...
2020-06-13 Tom LaneSync behavior of var_samp and stddev_samp for single...
2020-06-13 Tom LaneFix behavior of float aggregates for single Inf or...
2020-06-13 Peter GeogheganSilence _bt_check_unique compiler warning.
2020-06-13 Peter EisentrautRefactor AlterExtensionContentsStmt grammar
2020-06-13 Peter EisentrautGrammar object type refactoring
2020-06-13 Michael PaquierCreate by default sql/ and expected/ for output directo...
2020-06-13 Michael PaquierAdd more TAP tests for pg_dump options with range checks
2020-06-13 David RowleyHave pg_itoa, pg_ltoa and pg_lltoa return the length...
2020-06-12 David RowleyAdd missing extern keyword for a couple of numutils...
2020-06-12 Tom LaneAvoid using a cursor in plpgsql's RETURN QUERY statement.
2020-06-12 Michael PaquierFix typos and some format mistakes in comments
2020-06-12 Peter EisentrautMake more use of RELKIND_HAS_STORAGE()
2020-06-11 Thomas MunroImprove comments for [Heap]CheckForSerializableConflict...
2020-06-11 Bruce Momjiandoc: document problems with using xreflabel in XML...
2020-06-11 Bruce Momjiandoc: remove xreflabels from commits 75fcdd2ae2 and...
2020-06-11 Tom LaneFix mishandling of NaN counts in numeric_[avg_]combine.
2020-06-11 Jeff DavisRework HashAgg GUCs.
2020-06-11 Peter GeogheganAvoid update conflict out serialization anomalies.
2020-06-11 Peter Eisentrautpg_dump: Remove dead code
2020-06-11 Amit KapilaFix typos.
2020-06-11 Peter EisentrautRefactor DROP LANGUAGE grammar
2020-06-11 Peter EisentrautRemove deprecated syntax from CREATE/DROP LANGUAGE
2020-06-11 Michael PaquierMove frontend-side archive APIs from src/common/ to...
2020-06-11 Peter EisentrautFold AlterForeignTableStmt into AlterTableStmt
2020-06-10 Peter EisentrautRemove redundant grammar symbols
2020-06-10 Peter EisentrautChange default of password_encryption to scram-sha-256
2020-06-10 Peter EisentrautUpdate description of parameter password_encryption
2020-06-10 Amit KapilaFix ReorderBuffer memory overflow check.
2020-06-09 Peter EisentrautSpelling adjustments
2020-06-09 Peter EisentrautUnify drop-by-OID functions
2020-06-09 David RowleyFix invalid function references in a few comments
2020-06-09 Tom LaneRepair unstable regression test.
2020-06-09 Jeff DavisFix HashAgg regression from choosing too many initial...
2020-06-09 Andres FreundAvoid need for valgrind suppressions for pg_atomic_init...
2020-06-08 Peter EisentrautUpdate documentation for snowball update
2020-06-08 Peter EisentrautUpdate snowball
2020-06-08 Thomas MunroFix locking bugs that could corrupt pg_control.
2020-06-08 Thomas MunroDoc: Update example symptom of systemd misconfiguration.
2020-06-08 Michael PaquierFix crash in WAL sender when starting physical replication
2020-06-07 Noah MischMSVC: Avoid warning when testing a TAP suite without...
2020-06-07 Tom LaneStamp HEAD as 14devel.
2020-06-07 Tom Lanepgindent run prior to branching v13.
2020-06-07 Tom LaneTry to read data from the socket in pqSendSome's write_...
2020-06-07 Tom LaneRethink definition of cancel.c's CancelRequested flag.
2020-06-07 Jeff DavisFix platform-specific performance regression in logtape.c.
2020-06-07 Peter Eisentrautpsql: Format \? output a little better
2020-06-07 Peter EisentrautFix message translatability
2020-06-07 Peter EisentrautSpelling adjustments
2020-06-07 Peter Eisentrautdoc: Fix man page whitespace issues
2020-06-07 Peter EisentrautFormatting and punctuation improvements in postgresql...
2020-06-07 Peter Eisentrautdoc: Move options on man pages into more alphabetical...
2020-06-07 Peter Eisentrautdoc: Fix up spacing around verbatim DocBook elements
2020-06-07 Peter Eisentrautdoc: Language review
2020-06-07 Peter Eisentrautdoc: Trim trailing whitespace
2020-06-07 Peter Eisentrautdoc: Clean up title case use
2020-06-07 Peter Eisentrautdoc: Remove line breaks after <title>
2020-06-07 Thomas MunroDoc: Clean up references to obsolete OS versions.
2020-06-07 Peter Eisentrautdoc: Fix incorrect link target
2020-06-06 Peter EisentrautAdd missing source files to nls.mk
2020-06-06 Magnus HaganderFix reference to wrong view in release notes
2020-06-06 Noah MischRefresh function name in CRC-associated Valgrind suppre...
2020-06-05 Tom LaneDoc: remove annotations about multi-row output of set...
2020-06-05 Tom LaneImprove ineq_histogram_selectivity's behavior for non...
2020-06-05 Joe ConwayAdd unlikely() to CHECK_FOR_INTERRUPTS()
next