aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fix partitioning crashes during error reporting.Robert Haas2017-07-24
* Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane2017-07-24
* When WCOs are present, disable direct foreign table modification.Robert Haas2017-07-24
* Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane2017-07-24
* Be more consistent about errors for opfamily member lookup failures.Tom Lane2017-07-24
* MSVC: Finish clean.bat build artifact coverage.Noah Misch2017-07-24
* MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch2017-07-23
* Fix pg_dump's handling of event triggers.Tom Lane2017-07-22
* Improve comments about partitioned hash table freelists.Tom Lane2017-07-22
* Update expected results for collate.linux.utf8 regression test.Tom Lane2017-07-22
* Fix typo in commentAlvaro Herrera2017-07-21
* pg_rewind: Fix some problems when copying files >2GB.Robert Haas2017-07-21
* pg_rewind: Fix busted sanity check.Robert Haas2017-07-21
* Fix double shared memory allocation.Teodor Sigaev2017-07-21
* Make the new partition regression tests locale-independent.Dean Rasheed2017-07-21
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* Fix dumping of outer joins with empty qual lists.Tom Lane2017-07-20
* Add static assertions about pg_control fitting into one disk sector.Tom Lane2017-07-19
* Improve make_tsvector() to handle empty input, and simplify its callers.Tom Lane2017-07-18
* Fix serious performance problems in json(b) to_tsvector().Tom Lane2017-07-18
* Reverse-convert row types in ExecWithCheckOptions.Robert Haas2017-07-17
* Use a real RT index when setting up partition tuple routing.Robert Haas2017-07-17
* Improve legibility of numeric literalAndrew Dunstan2017-07-17
* Merge large_object.sql test into largeobject.source.Tom Lane2017-07-17
* Use usleep instead of select for timeouts in PostgresNode.pmAndrew Dunstan2017-07-17
* hash: Fix write-ahead logging bugs related to init forks.Robert Haas2017-07-17
* MSVC: Don't link libpgcommon into pgcrypto.Noah Misch2017-07-16
* fix typoAndrew Dunstan2017-07-16
* Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan2017-07-16
* Improve comments for execExpr.c's handling of FieldStore subexpressions.Tom Lane2017-07-15
* Improve comments for execExpr.c's isAssignmentIndirectionExpr().Tom Lane2017-07-15
* pg_upgrade i18n: Fix "%s server/cluster" wordingAlvaro Herrera2017-07-14
* Code review for NextValueExpr expression node type.Tom Lane2017-07-14
* Fix broken link-command-line ordering for libpgfeutils.Tom Lane2017-07-14
* Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas2017-07-14
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-13
* Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas2017-07-13
* Fix ruleutils.c for domain-over-array cases, too.Tom Lane2017-07-12
* Reduce memory usage of tsvector type analyze function.Heikki Linnakangas2017-07-12
* commit_ts test: Set node name in testAlvaro Herrera2017-07-12
* Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane2017-07-12
* Fix variable and type name in comment.Heikki Linnakangas2017-07-12
* Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas2017-07-12
* Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas2017-07-12
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-11
* Stamp 10beta2.REL_10_BETA2Tom Lane2017-07-10
* Translation updatesAlvaro Herrera2017-07-10
* On Windows, retry process creation if we fail to reserve shared memory.Tom Lane2017-07-10
* Fix check for empty hostname.Heikki Linnakangas2017-07-10
* Fix COPY's handling of transition tables with indexes.Andrew Gierth2017-07-10