aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Introduce traversalValue for SP-GiST scanTeodor Sigaev2016-03-30
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-29
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* Rework custom scans to work more like the new extensible node stuff.Robert Haas2016-03-29
* Don't require a user mapping for FDWs to work.Robert Haas2016-03-28
* On all Windows platforms, not just Cygwin, use _timezone and _tzname.Robert Haas2016-03-28
* Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund2016-03-27
* Change various Gin*Is* macros to return 0/1.Andres Freund2016-03-27
* Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.Tom Lane2016-03-25
* Move psql's psqlscan.l into src/fe_utils.Tom Lane2016-03-24
* Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane2016-03-24
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Avoid PGDLLIMPORT for simple local references in frontend programs.Tom Lane2016-03-23
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Support parallel aggregation.Robert Haas2016-03-21
* Properly declare FeBeWaitSet.Andres Freund2016-03-21
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Combine win32 and unix latch implementations.Andres Freund2016-03-21
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Remove unused, and dangerous, TestLatch() macro.Andres Freund2016-03-18
* Directly modify foreign tables.Robert Haas2016-03-18
* Introduce parse_ident()Teodor Sigaev2016-03-18
* Improve support of HunspellTeodor Sigaev2016-03-17
* Add syslog_split_messages parameterPeter Eisentraut2016-03-16
* Add syslog_sequence_numbers parameterPeter Eisentraut2016-03-16
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Add idle_in_transaction_session_timeout.Robert Haas2016-03-16
* Fix typos.Robert Haas2016-03-15
* Add simple VACUUM progress reporting.Robert Haas2016-03-15
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-15
* Add a GetForeignUpperPaths callback function for FDWs.Tom Lane2016-03-14
* Add missing include for self-containmentPeter Eisentraut2016-03-14
* Provide a planner hook at a suitable place for creating upper-rel Paths.Tom Lane2016-03-14
* Allow callers of create_foreignscan_path to specify nondefault PathTarget.Tom Lane2016-03-14
* Rethink representation of PathTargets.Tom Lane2016-03-14
* Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.Robert Haas2016-03-14
* pg_stat_get_progress_info() should be marked STRICT.Tom Lane2016-03-14
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Re-export a few of createplan.c's make_xxx() functions.Tom Lane2016-03-12
* Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev2016-03-11
* Tsvector editing functionsTeodor Sigaev2016-03-11
* Minor additional refactoring of planner.c's PathTarget handling.Tom Lane2016-03-11
* Allow emit_log_hook to see original message textSimon Riggs2016-03-11
* Checkpoint sorting and balancing.Andres Freund2016-03-10
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-10
* Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.Tom Lane2016-03-10
* Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane2016-03-10
* Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs2016-03-10