summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-27Fix very minor memory leaks in psql's command.c.Tom Lane
2017-07-27Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan
2017-07-26Clean up SQL emitted by psql/describe.c.Tom Lane
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-07-26Fix concurrent locking of tuple update chainAlvaro Herrera
2017-07-26Remove obsolete comments about functional dependenciesAlvaro Herrera
2017-07-25Make PostgresNode easily subclassableAlvaro Herrera
2017-07-25Fix race conditions in replication slot operationsAlvaro Herrera
2017-07-24Fix partitioning crashes during error reporting.Robert Haas
2017-07-24Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane
2017-07-24When WCOs are present, disable direct foreign table modification.Robert Haas
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane
2017-07-24Be more consistent about errors for opfamily member lookup failures.Tom Lane
2017-07-24MSVC: Finish clean.bat build artifact coverage.Noah Misch
2017-07-24MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch
2017-07-23Fix pg_dump's handling of event triggers.Tom Lane
2017-07-22Improve comments about partitioned hash table freelists.Tom Lane
2017-07-22Update expected results for collate.linux.utf8 regression test.Tom Lane
2017-07-22Fix typo in commentAlvaro Herrera
2017-07-21pg_rewind: Fix some problems when copying files >2GB.Robert Haas
2017-07-21pg_rewind: Fix busted sanity check.Robert Haas
2017-07-21Fix double shared memory allocation.Teodor Sigaev
2017-07-21Make the new partition regression tests locale-independent.Dean Rasheed
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-20Fix dumping of outer joins with empty qual lists.Tom Lane
2017-07-19Add static assertions about pg_control fitting into one disk sector.Tom Lane
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