summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-23Disable abbreviated keys for string-sorting in non-C locales.Robert Haas
2016-03-23Partition the freelist for shared dynahash tables.Robert Haas
2016-03-23Code review for error reports in jsonb_set().Tom Lane
2016-03-23Fix unsafe use of strtol() on a non-null-terminated Text datum.Tom Lane
2016-03-23Change comment to describe correct lock level usedSimon Riggs
2016-03-22Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane
2016-03-21Make max_parallel_degree PGC_USERSET.Robert Haas
2016-03-21Support parallel aggregation.Robert Haas
2016-03-21Properly declare FeBeWaitSet.Andres Freund
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-21Combine win32 and unix latch implementations.Andres Freund
2016-03-19Remove dependency on psed for MSVC builds.Andrew Dunstan
2016-03-19Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane
2016-03-19Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane
2016-03-19Allow SSL server key file to have group read access if owned by rootPeter Eisentraut
2016-03-19Fix stupid omission in c4901a1e.Andres Freund
2016-03-19Fix missed update in _readForeignScan().Tom Lane
2016-03-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
2016-03-18Use INT64_FORMAT instead of %ld for int64.Robert Haas
2016-03-18Only clear latch self-pipe/event if there is a pending notification.Andres Freund
2016-03-18Make it easier to choose the used waiting primitive in unix_latch.c.Andres Freund
2016-03-18Error out if waiting on socket readiness without a specified socket.Andres Freund
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-03-18Push scan/join target list beneath Gather when possible.Robert Haas
2016-03-18Various minor corrections of and improvements to comments.Robert Haas
2016-03-17Remove useless double calls of make_parsestate().Tom Lane
2016-03-17Update tuplesort.c comments for memory mangement improvements.Robert Haas
2016-03-17Improve memory management for external sorts.Robert Haas
2016-03-17Fix assorted breakage in to_char()'s OF format option.Tom Lane
2016-03-17Improve support of HunspellTeodor Sigaev
2016-03-17Fix typos.Robert Haas
2016-03-17Add syslog_split_messages parameterPeter Eisentraut
2016-03-17Add syslog_sequence_numbers parameterPeter Eisentraut
2016-03-17Fix j2day() to behave sanely for negative Julian dates.Tom Lane
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2016-03-16Another comment update.Robert Haas
2016-03-16Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.Robert Haas
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-03-16UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by defaultPeter Eisentraut
2016-03-16Make spacing and punctuation consistentPeter Eisentraut
2016-03-15Fix typos.Robert Haas
2016-03-15Avoid incorrectly indicating exclusion constraint waitStephen Frost
2016-03-15Fix typos in commentsAlvaro Herrera
2016-03-15Add simple VACUUM progress reporting.Robert Haas
2016-03-15Add a GetForeignUpperPaths callback function for FDWs.Tom Lane
2016-03-14Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas
2016-03-14Provide a planner hook at a suitable place for creating upper-rel Paths.Tom Lane
2016-03-14Allow callers of create_foreignscan_path to specify nondefault PathTarget.Tom Lane