summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-04-08Set PAM_RHOST item for PAM authenticationPeter Eisentraut
2016-04-08Rename comparePos() to compareWordEntryPos()Teodor Sigaev
2016-04-08Use quicksort, not replacement selection, for external sorting.Robert Haas
2016-04-08Extend relations multiple blocks at a time to improve scalability.Robert Haas
2016-04-08Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs
2016-04-07Phrase full text search.Teodor Sigaev
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs
2016-04-07Bump catversion for pg_dump dump catalog ACL patchesStephen Frost
2016-04-07In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost
2016-04-07Add new catalog called pg_init_privsStephen Frost
2016-04-06Add jsonb_insertTeodor Sigaev
2016-04-06Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-04-05Fix parallel-safety code for parallel aggregation.Robert Haas
2016-04-05Add parallel query support functions for assorted aggregates.Robert Haas
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander
2016-04-04Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2016-03-31Support using index-only scans with partial indexes in more cases.Tom Lane
2016-03-31Blind attempt at fixing Win32 issue on 24c5f1a103cAlvaro Herrera
2016-03-30Enable logical slots to follow timeline switchesAlvaro Herrera
2016-03-30XLogReader general code cleanupAlvaro Herrera
2016-03-30Improve portability of I/O behavior for the geometric types.Tom Lane
2016-03-30Bump catalog version, forget in acdf2a8b372aec1da09370fca77ff7dccac7646dTeodor Sigaev
2016-03-30Introduce SP-GiST operator class over box.Teodor Sigaev
2016-03-30Introduce traversalValue for SP-GiST scanTeodor Sigaev
2016-03-30Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas
2016-03-29Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
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