summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-08In dumpTable, re-instate the skipping logicStephen Frost
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander
2016-04-08Fix possible use of uninitialised value in ts_headline()Teodor Sigaev
2016-04-08Fix unstable regression test output.Tom Lane
2016-04-08Distrust external OpenSSL clients; clear err queuePeter Eisentraut
2016-04-08Add BSD authentication method.Tom Lane
2016-04-08Add combine functions for various floating-point aggregates.Robert Haas
2016-04-08Restore original tsquery operation numbering.Teodor Sigaev
2016-04-08Silence warning from modern perl about unescaped bracesAndrew Dunstan
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-08Replace printf format %i by %dPeter Eisentraut
2016-04-08Turn down MSVC compiler verbosityAndrew Dunstan
2016-04-08Fix multiple bugs in tablespace symlink removal.Tom Lane
2016-04-08Enhanced custom error in PLPythonuTeodor Sigaev
2016-04-08Increase maximum number of clog buffers.Andres Freund
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-04-08Attempt to fix breakage due to declaration following code.Robert Haas
2016-04-08Set PAM_RHOST item for PAM authenticationPeter Eisentraut
2016-04-08Rename comparePos() to compareWordEntryPos()Teodor Sigaev
2016-04-08Add regression tests for multiple synchronous standbys.Fujii Masao
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-07GRANT rights to CURRENT_USER instead of adding rolesStephen Frost
2016-04-07Zeroing unused parts ducring tsquery construction.Teodor Sigaev
2016-04-07Refactor join_is_removable() to separate out distinctness-proving logic.Tom Lane
2016-04-07Make testing of phraseto_tsquery independ from value ofTeodor Sigaev
2016-04-07Detect SSI conflicts before reporting constraint violationsKevin Grittner
2016-04-07Phrase full text search.Teodor Sigaev
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs
2016-04-07Standardize GetTokenInformation() error reporting.Noah Misch
2016-04-07Remove redundant message in AddUserToTokenDacl().Noah Misch
2016-04-07Bump catversion for pg_dump dump catalog ACL patchesStephen Frost
2016-04-07Use GRANT system to manage access to sensitive functionsStephen Frost
2016-04-07In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost
2016-04-07In pg_dump, split "dump" into "dump" and "dump_contains"Stephen Frost
2016-04-07In pg_dump, use a bitmap to represent what to includeStephen Frost
2016-04-07Add new catalog called pg_init_privsStephen Frost
2016-04-06Add jsonb_insertTeodor Sigaev
2016-04-06pg_dump: Add table qualifications to some tagsPeter Eisentraut
2016-04-06Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane
2016-04-06Use proper format specifier %X/%X for LSN, again.Fujii Masao
2016-04-06Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894Simon Riggs
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-05Align all shared memory allocations to cache line boundaries.Robert Haas
2016-04-05Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane