summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-05Fix typo in comment.Robert Haas
2016-02-05Remove parallel-safety check from GetExistingLocalJoinPath.Robert Haas
2016-02-05Fix small goof in comment.Robert Haas
2016-02-05Fix typo.Robert Haas
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-02-05When modifying a foreign table, initialize tableoid field properly.Robert Haas
2016-02-05Improve error messagePeter Eisentraut
2016-02-04Add some additional core functions to support join pushdown for FDWs.Robert Haas
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2016-02-04In pg_dump, ensure that view triggers are processed after view rules.Tom Lane
2016-02-03Extend sortsupport for text to more opclasses.Robert Haas
2016-02-03Allow parallel custom and foreign scans.Robert Haas
2016-02-03Remove CustomPath's TextOutCustomPath method.Robert Haas
2016-02-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2016-02-03Add support for systemd service notificationsPeter Eisentraut
2016-02-03Improve error reporting when location specified by postgres -D does not existPeter Eisentraut
2016-02-02Remove printQueryOpt.quote field.Tom Lane
2016-02-02Don't test for system columns on join relationsAlvaro Herrera
2016-02-02Remove unnecessary "implementation of FOO operator" DESCR() entries.Tom Lane
2016-02-02Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane
2016-02-02Fix typo in commentMagnus Hagander
2016-02-02Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas
2016-02-01pgbench: allow per-script statisticsAlvaro Herrera
2016-02-01pgbench: Install guards against obscure overflow conditions.Robert Haas
2016-02-01Various fixes to "ALTER ... SET/RESET" tab completionsFujii Masao
2016-02-01Make sure ecpg header files do not have a comment lasting several lines, one ofMichael Meskes
2016-02-01Fix typos in commentsMagnus Hagander
2016-02-01Fix misspelled function name in comment.Heikki Linnakangas
2016-01-30Fix whitespacePeter Eisentraut
2016-01-29Migrate replication slot I/O locks into a separate tranche.Robert Haas
2016-01-29Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas
2016-01-29pgbench: refactor handling of stats trackingAlvaro Herrera
2016-01-29Fix incorrect pattern-match processing in psql's \det command.Tom Lane
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-28Avoid multiple foreign server connections when all use same user mapping.Robert Haas
2016-01-28Fix typos in comments and docFujii Masao
2016-01-28Add gin_clean_pending_list function to clean up GIN pending listFujii Masao
2016-01-28Assert that create_unique_path returns non-NULL.Robert Haas
2016-01-28Fix cross-version pg_dump for aggregate combine functions.Robert Haas
2016-01-27Fix volatility marking of pg_size_pretty functionFujii Masao
2016-01-27pgbench: improve multi-script supportAlvaro Herrera
2016-01-27Mostly mechanical cleanup of pgbenchAlvaro Herrera
2016-01-26Fix startup so that log prefix %h works for the log_connections message.Tom Lane
2016-01-26Improve ResourceOwners' behavior for large numbers of owned objects.Tom Lane
2016-01-26Various fixes to REFRESH MATERIALIZED VIEW tab completion.Kevin Grittner
2016-01-25Revert "Fix broken multibyte regression tests."Tatsuo Ishii
2016-01-24Correct comment in GetConflictingVirtualXIDs()Simon Riggs
2016-01-24Yet further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Still further adjust degree-based trig functions for more portability.Tom Lane