summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-01Hack on lock transfer stuff.gathertestRobert Haas
2016-02-01Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2016-02-01Group locking.Robert Haas
2016-02-01Increase max_parallel_degree from 0 to 2.Robert Haas
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
2016-01-23Further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Adjust degree-based trig functions for more portability.Tom Lane
2016-01-23psql: Improve completion of FDW DDL commandsPeter Eisentraut
2016-01-22pg_dump: Fix quoting of domain constraint namesAlvaro Herrera
2016-01-22Add trigonometric functions that work in degrees.Tom Lane
2016-01-22Improve cross-platform consistency of Inf/NaN handling in trig functions.Tom Lane
2016-01-22Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane
2016-01-22Make extract() do something more reasonable with infinite datetimes.Tom Lane
2016-01-22Suppress compiler warning.Tom Lane
2016-01-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-21Add defenses against putting expanded objects into Const nodes.Tom Lane
2016-01-21Remove unused argument from ginInsertCleanup()Fujii Masao
2016-01-21Refactor headers to split out standby defsSimon Riggs
2016-01-21Speedup 2PC by skipping two phase state files in normal pathSimon Riggs
2016-01-21psql: Add tab completion for COPY with queryPeter Eisentraut
2016-01-21Refactor to create generic WAL page read callbackSimon Riggs
2016-01-20Support parallel joins, and make related improvements.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-20PostgresNode: Add names to nodesAlvaro Herrera
2016-01-20Properly install dynloader.h on MSVC buildsBruce Momjian