summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-28Include publication owner's name in the output of \dRp+.Tom Lane
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-28PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2017-07-27Fix psql tab completion for CREATE USER MAPPING.Tom Lane
2017-07-27Standardize describe.c's behavior for no-matching-objects a bit more.Tom Lane
2017-07-27Avoid use of sprintf/snprintf in describe.c.Tom Lane
2017-07-27Sync listDbRoleSettings() with the rest of the world.Tom Lane
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-26Accept some of the differences in 'tidscan' test casePavan Deolasee
2017-07-26Fix remaining problems in 'triggers' test case.Pavan Deolasee
2017-07-26Fix 'union' test case.Pavan Deolasee
2017-07-26Don't try to fetch table details using the old name after ExecRenameStmtPavan Deolasee
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-24Accept some obvious regression differences in the 'join' test casePavan Deolasee
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-17Accept changes in foreign_data test due to unsupported FDWTomas Vondra
2017-07-17Accept failures in triggers test du to unsupported featuresTomas Vondra
2017-07-17Accept two query plans in the join regression testTomas Vondra
2017-07-17Resolve failures related to pg_node_tree type inputTomas Vondra
2017-07-17Drop the foo table in rangefuncs regression tesTomas Vondra
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