summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2016-03-29Rework custom scans to work more like the new extensible node stuff.Robert Haas
2016-03-29Don't require a user mapping for FDWs to work.Robert Haas
2016-03-29On all Windows platforms, not just Cygwin, use _timezone and _tzname.Robert Haas
2016-03-27Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund
2016-03-27Change various Gin*Is* macros to return 0/1.Andres Freund
2016-03-25Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.Tom Lane
2016-03-25Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-03-24Avoid PGDLLIMPORT for simple local references in frontend programs.Tom Lane
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
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-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
2016-03-18Remove unused, and dangerous, TestLatch() macro.Andres Freund
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-03-17Improve support of HunspellTeodor Sigaev
2016-03-17Add syslog_split_messages parameterPeter Eisentraut
2016-03-17Add syslog_sequence_numbers parameterPeter Eisentraut
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2016-03-16Add idle_in_transaction_session_timeout.Robert Haas
2016-03-15Fix typos.Robert Haas
2016-03-15Add simple VACUUM progress reporting.Robert Haas
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-03-15Add a GetForeignUpperPaths callback function for FDWs.Tom Lane
2016-03-14Add missing include for self-containmentPeter Eisentraut
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
2016-03-14Rethink representation of PathTargets.Tom Lane
2016-03-14Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.Robert Haas
2016-03-14pg_stat_get_progress_info() should be marked STRICT.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-12Re-export a few of createplan.c's make_xxx() functions.Tom Lane
2016-03-11Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev
2016-03-11Tsvector editing functionsTeodor Sigaev
2016-03-11Minor additional refactoring of planner.c's PathTarget handling.Tom Lane
2016-03-11Allow emit_log_hook to see original message textSimon Riggs
2016-03-11Checkpoint sorting and balancing.Andres Freund
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-03-10Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.Tom Lane
2016-03-10Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane
2016-03-10Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-03-10Introduce durable_rename() and durable_link_or_rename().Andres Freund
2016-03-09Add a generic command progress reporting facility.Robert Haas
2016-03-09Improve handling of pathtargets in planner.c.Tom Lane