summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-14Fix behavior of exp() and power() for infinity inputs.Tom Lane
2020-06-14Add test coverage for EXTRACT()Peter Eisentraut
2020-06-14Replace superuser check by ACLs for replication origin functionsMichael Paquier
2020-06-13Sync behavior of var_samp and stddev_samp for single NaN inputs.Tom Lane
2020-06-13Fix behavior of float aggregates for single Inf or NaN inputs.Tom Lane
2020-06-13Silence _bt_check_unique compiler warning.Peter Geoghegan
2020-06-13Refactor AlterExtensionContentsStmt grammarPeter Eisentraut
2020-06-13Grammar object type refactoringPeter Eisentraut
2020-06-13Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier
2020-06-13Add more TAP tests for pg_dump options with range checksMichael Paquier
2020-06-13Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley
2020-06-12Add missing extern keyword for a couple of numutils functionsDavid Rowley
2020-06-12Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane
2020-06-12Fix typos and some format mistakes in commentsMichael Paquier
2020-06-12Make more use of RELKIND_HAS_STORAGE()Peter Eisentraut
2020-06-11Improve comments for [Heap]CheckForSerializableConflictOut().Thomas Munro
2020-06-11Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane
2020-06-11Rework HashAgg GUCs.Jeff Davis
2020-06-11Avoid update conflict out serialization anomalies.Peter Geoghegan
2020-06-11pg_dump: Remove dead codePeter Eisentraut
2020-06-11Fix typos.Amit Kapila
2020-06-11Refactor DROP LANGUAGE grammarPeter Eisentraut
2020-06-11Remove deprecated syntax from CREATE/DROP LANGUAGEPeter Eisentraut
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-06-11Fold AlterForeignTableStmt into AlterTableStmtPeter Eisentraut
2020-06-10Remove redundant grammar symbolsPeter Eisentraut
2020-06-10Change default of password_encryption to scram-sha-256Peter Eisentraut
2020-06-10Update description of parameter password_encryptionPeter Eisentraut
2020-06-10Fix ReorderBuffer memory overflow check.Amit Kapila
2020-06-09Spelling adjustmentsPeter Eisentraut
2020-06-09Unify drop-by-OID functionsPeter Eisentraut
2020-06-09Fix invalid function references in a few commentsDavid Rowley
2020-06-09Repair unstable regression test.Tom Lane
2020-06-09Fix HashAgg regression from choosing too many initial buckets.Jeff Davis
2020-06-09Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund
2020-06-08Update snowballPeter Eisentraut
2020-06-08Fix locking bugs that could corrupt pg_control.Thomas Munro
2020-06-08Fix crash in WAL sender when starting physical replicationMichael Paquier
2020-06-07MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.Noah Misch
2020-06-07Stamp HEAD as 14devel.Tom Lane
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-06-07Try to read data from the socket in pqSendSome's write_failed paths.Tom Lane
2020-06-07Rethink definition of cancel.c's CancelRequested flag.Tom Lane
2020-06-07Fix platform-specific performance regression in logtape.c.Jeff Davis
2020-06-07psql: Format \? output a little betterPeter Eisentraut
2020-06-07Fix message translatabilityPeter Eisentraut
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-06-07Formatting and punctuation improvements in postgresql.conf.samplePeter Eisentraut
2020-06-06Add missing source files to nls.mkPeter Eisentraut
2020-06-06Refresh function name in CRC-associated Valgrind suppressions.Noah Misch