summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-18Improve make_tsvector() to handle empty input, and simplify its callers.Tom Lane
2017-07-18Fix serious performance problems in json(b) to_tsvector().Tom Lane
2017-07-18Reverse-convert row types in ExecWithCheckOptions.Robert Haas
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-07-17Improve legibility of numeric literalAndrew Dunstan
2017-07-17Merge large_object.sql test into largeobject.source.Tom Lane
2017-07-17Use usleep instead of select for timeouts in PostgresNode.pmAndrew Dunstan
2017-07-17hash: Fix write-ahead logging bugs related to init forks.Robert Haas
2017-07-17MSVC: Don't link libpgcommon into pgcrypto.Noah Misch
2017-07-16fix typoAndrew Dunstan
2017-07-16Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan
2017-07-15Improve comments for execExpr.c's handling of FieldStore subexpressions.Tom Lane
2017-07-15Improve comments for execExpr.c's isAssignmentIndirectionExpr().Tom Lane
2017-07-14pg_upgrade i18n: Fix "%s server/cluster" wordingAlvaro Herrera
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2017-07-14Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas
2017-07-13Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane
2017-07-13Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas
2017-07-12Fix ruleutils.c for domain-over-array cases, too.Tom Lane
2017-07-12Reduce memory usage of tsvector type analyze function.Heikki Linnakangas
2017-07-12commit_ts test: Set node name in testAlvaro Herrera
2017-07-12Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane
2017-07-12Fix variable and type name in comment.Heikki Linnakangas
2017-07-12Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas
2017-07-12Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas
2017-07-11Fix multiple assignments to a column of a domain type.Tom Lane
2017-07-10Stamp 10beta2.REL_10_BETA2Tom Lane
2017-07-10Translation updatesAlvaro Herrera
2017-07-10On Windows, retry process creation if we fail to reserve shared memory.Tom Lane
2017-07-10Fix check for empty hostname.Heikki Linnakangas
2017-07-10Fix COPY's handling of transition tables with indexes.Andrew Gierth
2017-07-10Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas
2017-07-09MSVC: Repair libpq.rc generator.Noah Misch
2017-07-08Avoid unreferenced-function warning on low-functionality platforms.Tom Lane
2017-07-07Fix typoAlvaro Herrera
2017-07-07Fix out of date commentMagnus Hagander
2017-07-06Fix potential data corruption during freezeTeodor Sigaev
2017-07-06Clarify the contract of partition_rbound_cmp().Dean Rasheed
2017-07-06Simplify the logic checking new range partition bounds.Dean Rasheed
2017-07-06Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.Tom Lane
2017-07-05Restore linking libpq into pg_ctl on Mingw builds.Tom Lane
2017-07-05Remove unnecessary pg_is_in_recovery calls in testsPeter Eisentraut
2017-07-05pg_ctl: Make failure to complete operation a nonzero exitPeter Eisentraut
2017-07-05Fix output of char node fieldsPeter Eisentraut
2017-07-05psql documentation fixesPeter Eisentraut
2017-07-04Improve subscription lockingPeter Eisentraut
2017-07-03Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas
2017-07-03Fix race condition in recovery/t/009_twophase.pl test.Tom Lane
2017-07-02Fix bug in PostgresNode::query_hash's split() call.Tom Lane