]> granicus.if.org Git - postgresql/history - src/backend
Prevent privilege escalation in explicit calls to PL validators.
[postgresql] / src / backend /
2014-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-02-17 Noah MischShore up ADMIN OPTION restrictions.
2014-02-15 Tom LaneFix unportable coding in BackgroundWorkerStateChange().
2014-02-15 Tom LaneFix unportable coding in DetermineSleepTime().
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-02-14 Heikki LinnakangasChange the order that pg_xlog and WAL archive are polle...
2014-02-14 Bruce MomjianAdd C comment about problems with CHAR() space trimming
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-13 Tom LaneFix length checking for Unicode identifiers containing...
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-02-12 Tom LaneIn XLogReadBufferExtended, don't assume P_NEW yields...
2014-02-11 Tom LaneGet rid of use of dlltool in Mingw builds.
2014-02-11 Tom LaneCygwin build fixes.
2014-02-10 Heikki LinnakangasFix WakeupWaiters() to not wake up an exclusive locker...
2014-02-10 Heikki LinnakangasUse memmove() instead of memcpy() for copying overlappi...
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-02-07 Heikki LinnakangasInitialize the entryRes array between each call to...
2014-02-07 Heikki LinnakangasSpeed up "rare & frequent" type GIN queries.
2014-02-07 Heikki LinnakangasFix thinko in comment.
2014-02-07 Tom LaneIn RelationClearRelation, postpone cache reload if...
2014-02-06 Andrew DunstanAlphabeticize list in OBJS definition in utils/adt...
2014-02-06 Tom LaneAssert(IsTransactionState()) in RelationIdGetRelation().
2014-02-06 Peter EisentrautFix whitespace
2014-02-05 Tom LaneRemove unnecessary relcache flushes after changing...
2014-02-04 Fujii MasaoFix comparison of an array of characters with zero...
2014-02-04 Tom LaneFix lexing of U& sequences just before EOF.
2014-02-03 Tom LaneFix *-qualification of named parameters in SQL-language...
2014-02-03 Andrew DunstanIn json code, clean up temp memory contexts after proce...
2014-02-03 Fujii MasaoMake pg_basebackup skip temporary statistics files.
2014-02-02 Tom LaneClean up some sloppy coding in repl_gram.y.
2014-02-02 Fujii MasaoAdd primary_slotname to recovery.conf.sample.
2014-02-02 Fujii MasaoFix typos in docs and comments.
2014-02-01 Tom LaneFix some wide-character bugs in the text-search parser.
2014-02-01 Tom LaneFix some more bugs in signal handlers and process shutd...
2014-02-01 Bruce Momjianarrays: tighten checks for multi-dimensional input
2014-02-01 Robert HaasIntroduce replication slots.
2014-02-01 Robert HaasClear MyProc and MyProcSignalState before they become...
2014-01-31 Tom LaneDisallow use of SSL v3 protocol in the server as well...
2014-01-30 Tom LaneFix bogus handling of "postponed" lateral quals.
2014-01-30 Bruce MomjianAdd checks for interval overflow/underflow
2014-01-30 Tom LaneFix unsafe references to errno within error messaging...
2014-01-29 Andrew DunstanSilence compiler warnings about possibly unset variables.
2014-01-29 Robert HaasInclude planning time in EXPLAIN ANALYZE output.
2014-01-29 Andrew DunstanAdd json_array_elements_text function.
2014-01-29 Heikki LinnakangasFix thinko in huge_tlb_pages patch.
2014-01-29 Heikki LinnakangasFurther optimize GIN multi-key searches.
2014-01-29 Heikki LinnakangasFurther optimize multi-key GIN searches.
2014-01-29 Heikki LinnakangasAllow skipping some items in a multi-key GIN search.
2014-01-29 Heikki LinnakangasAllow using huge TLB pages on Linux (MAP_HUGETLB)
2014-01-29 Robert HaasFix compiler warning in EXEC_BACKEND builds.
2014-01-28 Andrew DunstanNew json functions.
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2014-01-28 Bruce MomjianRevert C comment change in slot_attisnull()
2014-01-28 Stephen FrostRevert dup2() checking in syslogger.c
2014-01-28 Tom LaneLog a detail message for auth failures due to missing...
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-27 Heikki LinnakangasFix typo in README
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-27 Fujii MasaoChange the suffix of auto conf temporary file from...
2014-01-27 Fujii MasaoFix typos in comments for ALTER SYSTEM.
2014-01-26 Stephen FrostCheck dup2() results in syslogger
2014-01-26 Andrew DunstanEnable building with Visual Studion 2013.
2014-01-25 Bruce MomjianAdjust C comment in slot_attisnull() regarding nulls.
2014-01-25 Heikki LinnakangasAdd recovery_target='immediate' option.
2014-01-24 Heikki LinnakangasReset unused fields in GIN data leaf page footer.
2014-01-24 Heikki LinnakangasFix off-by-one in newly-introdcued GIN assertion.
2014-01-24 Heikki LinnakangasIn GIN recompression code, use mmemove rather than...
2014-01-24 Stephen FrostALTER TABLESPACE ... MOVE ... OWNED BY
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-23 Heikki LinnakangasFix alignment of GIN in-line posting lists stored in...
2014-01-23 Heikki LinnakangasSilence compiler warning.
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-22 Heikki LinnakangasFix declaration of GinVacuumState.
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-22 Andrew DunstanReindent json.c and jsonfuncs.c.
2014-01-22 Stephen FrostAllow type_func_name_keywords in even more places
2014-01-21 Tom LaneTweak parse location assignment for CURRENT_DATE and...
2014-01-21 Robert HaasAdd a cardinality function for arrays.
2014-01-21 Robert HaasFix inadvertent semantics change in last patch to plug...
2014-01-21 Robert HaasAvoid a possible relcache leak in get_object_address_at...
2014-01-21 Robert HaasPlug more memory leaks when reloading config file.
2014-01-20 Alvaro HerreraExpose a routine to print triggers during EXPLAIN ANALYZE
2014-01-20 Tom LaneFix to_timestamp/to_date's handling of consecutive...
2014-01-20 Fujii MasaoFix typo in comment.
2014-01-20 Simon RiggsSpeed up COPY into tables with DEFAULT nextval()
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-19 Magnus HaganderAdjust the SSL connection notification message
2014-01-19 Stephen FrostAdd CREATE TABLESPACE ... WITH ... Options
2014-01-19 Tom LaneFix VACUUM's reporting of dead-tuple counts to the...
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-18 Stephen FrostAllow SET TABLESPACE to database default
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-17 Magnus HaganderShow SSL encryption information when logging connections
2014-01-16 Heikki LinnakangasFix Hot Standby feedback sending when streaming busily.
2014-01-16 Heikki LinnakangasSuppress Coverity complaints in readfuncs.c.
2014-01-15 Robert HaasLogging running transactions every 15 seconds.
2014-01-15 Robert HaasFix missing parentheses resulting in wrong order of...
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-14 Robert HaasSingle-reader, single-writer, lightweight shared messag...
2014-01-14 Robert HaasSimple table of contents for a shared memory segment.
next