]> granicus.if.org Git - postgresql/history - src/backend/utils
Don't apply sortgroupref labels to a tlist that might not match.
[postgresql] / src / backend / utils /
2016-06-27 Teodor SigaevChange predecence of phrase operator.
2016-06-27 Teodor SigaevDo not fallback to AND for FTS phrase operator.
2016-06-27 Teodor SigaevMake exact distance match for FTS phrase operator
2016-06-26 Tom LaneRethink node-level representation of partial-aggregatio...
2016-06-24 Alvaro HerreraFix handling of multixacts predating pg_upgrade
2016-06-23 Tom LaneFix small memory leak in partial-aggregate deserializat...
2016-06-22 Tom LaneFix type-safety problem with parallel aggregate serial...
2016-06-18 Tom LaneRestore foreign-key-aware estimation of join relation...
2016-06-16 Tom LaneFix validation of overly-long IPv6 addresses.
2016-06-16 Tom LaneInvent min_parallel_relation_size GUC to replace a...
2016-06-12 Noah MischFinish pgindent run for 9.6: Perl files.
2016-06-10 Andres FreundChange default of backend_flush_after GUC to 0 (disabled).
2016-06-10 Tom LaneRefactor to reduce code duplication for function proper...
2016-06-10 Kevin GrittnerFix interaction between CREATE INDEX and "snapshot...
2016-06-10 Tom LaneImprove the situation for parallel query versus temp...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-09 Robert HaasEliminate "parallel degree" terminology.
2016-06-07 Tom LaneRevert "Use Foreign Key relationships to infer multi...
2016-06-07 Peter EisentrautMessage style and wording fixes
2016-06-07 Stephen FrostMinor typos / copy-editing for snapmgr.c
2016-06-03 Tom LaneInline the easy cases in MakeExpandedObjectReadOnly().
2016-06-03 Kevin GrittnerAdd new snapshot fields to serialize/deserialize functions.
2016-06-03 Greg StarkFix various common mispellings.
2016-05-27 Tom LaneBe more predictable about reporting "lock timeout"...
2016-05-11 Tom LaneFix assorted missing infrastructure for ON CONFLICT.
2016-05-07 Kevin GrittnerMitigate "snapshot too old" performance regression...
2016-05-06 Robert HaasLimit maximum parallel degree to 1024.
2016-05-06 Tom LaneFix possible read past end of string in to_timestamp().
2016-05-06 Kevin GrittnerFix hash index vs "snapshot too old" problemms
2016-05-05 Tom LaneRename tsvector delete() to ts_delete(), and filter...
2016-05-05 Dean RasheedFix corner-case loss of precision in numeric pow()...
2016-05-04 Teodor SigaevFix crash of filter(tsvector)
2016-05-03 Robert HaasFix more things to be parallel-safe.
2016-05-03 Robert HaasTweak a few more things in preparation for upcoming...
2016-05-03 Robert HaasNote that max_worker_processes requires restart.
2016-04-29 Kevin GrittnerAdd a few entries to the tail of time mapping, to see...
2016-04-27 Tom LaneClean up parsing of synchronous_standby_names GUC variable.
2016-04-27 Robert HaasFix wrong word.
2016-04-27 Robert HaasChange postgresql.conf.sample to say that fsync=off...
2016-04-27 Robert HaasFix EXPLAIN VERBOSE output for parallel aggregate.
2016-04-27 Andres FreundEmit invalidations to standby for transactions without...
2016-04-27 Robert HaasFix pg_get_functiondef to dump parallel-safety markings.
2016-04-26 Tom LaneYet more portability hacking for degree-based trig...
2016-04-26 Robert HaasEnable parallel query by default.
2016-04-25 Kevin GrittnerFix C comment typo and redundant test
2016-04-25 Tom LaneNew method for preventing compile-time calculation...
2016-04-24 Andres FreundFix documentation & config inconsistencies around 428b1...
2016-04-23 Tom LaneRename strtoi() to strtoint().
2016-04-23 Bruce MomjianProperly mark initRectBox() as taking 'void' args
2016-04-21 Tom LaneFix ruleutils.c's dumping of ScalarArrayOpExpr containi...
2016-04-21 Robert HaasPrevent possible crash reading pg_stat_activity.
2016-04-13 Robert HaasUse PG_INT32_MIN instead of reiterating the constant.
2016-04-12 Peter EisentrautFix whitespace
2016-04-11 Kevin GrittnerMake oldSnapshotControl a pointer to a volatile structure
2016-04-11 Peter EisentrautFix whitespace
2016-04-11 Tom LaneAdd comment about intentional fallthrough in switch.
2016-04-08 Stephen FrostCreate default roles
2016-04-08 Stephen FrostReserve the "pg_" namespace for roles
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Robert HaasAdd combine functions for various floating-point aggreg...
2016-04-08 Teodor SigaevRestore original tsquery operation numbering.
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-04-08 Robert HaasAttempt to fix breakage due to declaration following...
2016-04-08 Teodor SigaevRename comparePos() to compareWordEntryPos()
2016-04-08 Robert HaasUse quicksort, not replacement selection, for external...
2016-04-08 Simon RiggsUse Foreign Key relationships to infer multi-column...
2016-04-07 Teodor SigaevZeroing unused parts ducring tsquery construction.
2016-04-07 Teodor SigaevPhrase full text search.
2016-04-07 Simon RiggsLoad FK defs into relcache for use by planner
2016-04-07 Stephen FrostUse GRANT system to manage access to sensitive functions
2016-04-07 Stephen FrostIn pg_dump, include pg_catalog and extension ACLs,...
2016-04-06 Teodor SigaevAdd jsonb_insert
2016-04-06 Fujii MasaoSupport multiple synchronous standby servers.
2016-04-05 Robert HaasAdd parallel query support functions for assorted aggre...
2016-04-04 Tom LaneDisallow newlines in parameter values to be set in...
2016-04-04 Tom LaneIntroduce a LOG_SERVER_ONLY ereport level, which is...
2016-04-04 Dean RasheedImprove estimate of distinct values in estimate_num_gro...
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-30 Tom LaneImprove portability of I/O behavior for the geometric...
2016-03-30 Tom LaneSuppress uninitialized-variable warnings.
2016-03-30 Teodor SigaevIntroduce SP-GiST operator class over box.
2016-03-30 Teodor SigaevUse traversalValue in SP-GiST range opclass.
2016-03-30 Robert HaasAdd new replication mode synchronous_commit = 'remote_a...
2016-03-29 Tom LaneFix interval_mul() to not produce insane results.
2016-03-29 Tom LaneAllow to_timestamp(float8) to convert float infinity...
2016-03-28 Tom LaneDocument errhidecontext() where it ought to be documented.
2016-03-28 Stephen FrostReset plan->row_security_env and planUserId
2016-03-28 Tom LaneCode and docs review for commit 3187d6de0e5a9e805b27c48...
2016-03-27 Tom LaneGuard against zero vardata.rel->tuples in estimate_hash...
2016-03-27 Tom LaneClamp adjusted ndistinct to positive integer in estimat...
2016-03-25 Tom LaneImprove PL/Tcl errorCode facility by providing decoded...
2016-03-24 Robert HaasUse correct GetDatum function.
2016-03-24 Alvaro HerreraSupport CREATE ACCESS METHOD
2016-03-24 Tom LaneMove keywords.c/kwlookup.c into src/common/.
2016-03-23 Robert HaasDisable abbreviated keys for string-sorting in non...
2016-03-23 Robert HaasPartition the freelist for shared dynahash tables.
2016-03-23 Tom LaneCode review for error reports in jsonb_set().
2016-03-23 Tom LaneFix unsafe use of strtol() on a non-null-terminated...
2016-03-21 Robert HaasMake max_parallel_degree PGC_USERSET.
next