]> granicus.if.org Git - postgresql/history - src
Prevent privilege escalation in explicit calls to PL validators.
[postgresql] / src /
2014-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-02-17 Noah MischShore up ADMIN OPTION restrictions.
2014-02-17 Tom LanePGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_e...
2014-02-17 Tom LaneFix unportable coding in tarCreateHeader().
2014-02-16 Tom LaneRevert to using --enable-auto-import in Cygwin builds.
2014-02-16 Tom LanePGDLLIMPORT'ify DateStyle and IntervalStyle.
2014-02-16 Tom LaneOn Windows, expect to find Tcl DLL in bin directory...
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-15 Bruce MomjianRemove use of sscanf in pg_upgrade, and add C comment...
2014-02-15 Bruce Momjianpsql: Add C comment about gset_prefix being freed...
2014-02-15 Tom LaneOoops, forgot to remove solar87 and friends from src...
2014-02-15 Tom LaneUpdate time zone data files to tzdata release 2013i.
2014-02-14 Tom LaneFix fat-fingered makefile changes for pltcl.
2014-02-14 Tom LaneIn mingw builds, make our own import library for libtcl...
2014-02-14 Tom LaneIn mingw builds, make our own import library for libperl.
2014-02-14 Tom LaneCosmetic improvements in plpython's make rule for libpy...
2014-02-14 Heikki LinnakangasChange the order that pg_xlog and WAL archive are polle...
2014-02-14 Peter EisentrautFix typo
2014-02-14 Bruce MomjianAdd C comment about problems with CHAR() space trimming
2014-02-13 Tom LaneClean up error cases in psql's COPY TO STDOUT/FROM...
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 Tom LaneImprove libpq's error recovery for connection loss...
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-12 Magnus HaganderAdd missing include, required on some platforms
2014-02-12 Magnus HaganderKill pg_basebackup background process when exiting
2014-02-12 Tom LaneUse --disable-auto-import linker switch in Mingw builds...
2014-02-12 Tom LaneRemove --enable-auto-import linker switch in Cygwin...
2014-02-12 Tom LaneTweak position of $(DLL_DEFFILE) in shared-library...
2014-02-11 Tom LaneMake gendef.pl emit DATA annotations for global variables.
2014-02-11 Tom LaneFlush a stray definition of $(DLLTOOL).
2014-02-11 Tom LaneGet rid of use of dlltool in Mingw builds.
2014-02-11 Tom LaneCygwin build fixes.
2014-02-11 Peter Eisentrautscripts: Remove newlines from end of generated SQL
2014-02-11 Tom LaneDon't generate plain-text HISTORY and src/test/regress...
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 Stephen FrostFurther pg_dump / ftello improvements
2014-02-09 Stephen FrostFocus on ftello result < 0 instead of errno
2014-02-09 Magnus HaganderLimit pg_basebackup progress output to 1/second
2014-02-09 Magnus HaganderAvoid printing uninitialized filename variable in verbo...
2014-02-09 Stephen FrostMinor pg_dump improvements
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-05 Peter EisentrautPL/Perl: Fix compiler warning
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 Robert HaasAdjust pg_sleep_for/pg_sleep_until to use clock_timestamp.
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 LaneSwitch in psql_scan() must cover all lexer states ...
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-02 Andrew DunstanFix makefile syntax.
2014-02-01 Tom LaneFix some wide-character bugs in the text-search parser.
2014-02-01 Andrew Dunstanfix whitespace
2014-02-01 Tom LaneFix some more bugs in signal handlers and process shutd...
2014-02-01 Andrew DunstanDon't use deprecated dllwrap on Cygwin.
2014-02-01 Andrew DunstanCopy the libpq DLL to the bin directory on Mingw and...
2014-02-01 Bruce Momjianarrays: tighten checks for multi-dimensional input
2014-02-01 Robert HaasIntroduce replication slots.
2014-02-01 Bruce Momjianpg_restore: make help output plural for multi-enabled...
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-31 Bruce Momjiansystem catalogs: reorder pg_amproc entries into proper...
2014-01-31 Bruce Momjianpgindent: add Perl comment
2014-01-31 Bruce Momjianpgindent: add --list-of-typedefs option
2014-01-31 Fujii MasaoAdd tab completion for ALTER TABLESPACE MOVE in psql.
2014-01-31 Bruce Momjianentab: add new options
2014-01-31 Bruce Momjianpgindent: preserve blank lines around #else/#endif
2014-01-30 Robert HaasAdd convenience functions pg_sleep_for and pg_sleep_until.
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 Andrew DunstanForgot to bump catalog version for json_array_elements_...
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 Bruce MomjianFix pointer processing in new entab.c function
2014-01-29 Bruce MomjianAdd C functions to centralize entab processing
2014-01-29 Bruce MomjianAdd more C comments to entab.c.
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 DunstanAdd new make targets check-tests and installcheck-tests.
next