]> granicus.if.org Git - postgresql/shortlog
postgresql
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 SigaevBump catalog version, forget in acdf2a8b372aec1da09370f...
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 Teodor SigaevIntroduce traversalValue for SP-GiST scan
2016-03-30 Magnus HaganderAdd missing gss option to msvc config template
2016-03-30 Tom LaneRemove just-added tests for to_timestamp(float8) with...
2016-03-30 Tom LaneRemove TZ environment-variable entry from postgres...
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-29 Robert HaasFix bug in aggregate (de)serialization commit.
2016-03-29 Robert HaasAllow aggregate transition states to be serialized...
2016-03-29 Robert HaasImprove pgbench docs regarding per-transaction logging.
2016-03-29 Robert HaasFix pgbench documentation error.
2016-03-29 Alvaro Herrerapgbench: allow a script weight of zero
2016-03-29 Robert Haaspgbench: Remove \setrandom.
2016-03-29 Tom LaneAvoid possibly-unsafe use of Windows' FormatMessage...
2016-03-29 Teodor SigaevFix support of digits in email/hostnames.
2016-03-29 Robert HaasRework custom scans to work more like the new extensibl...
2016-03-29 Tom LaneProtect zic's symlink() call with #ifdef HAVE_SYMLINK.
2016-03-29 Tom LaneFix zic for Windows.
2016-03-29 Tom LaneFix portability issues in 86c43f4e22c0771fd0cc6bce27998...
2016-03-29 Robert HaasDon't require a user mapping for FDWs to work.
2016-03-29 Robert HaasOn all Windows platforms, not just Cygwin, use _timezon...
2016-03-29 Robert HaasFix typo in comment.
2016-03-29 Robert Haaspgbench: Support double constants and functions.
2016-03-28 Alvaro HerreraPostgresNode: initialize $timed_out if passed
2016-03-28 Alvaro HerreraMention BRIN as able to do multi-column indexes
2016-03-28 Tom LaneSync tzload() and tzparse() APIs with IANA release...
2016-03-28 Tom LaneFix MSVC build for changes in zic.
2016-03-28 Tom LaneSync our copy of the timezone library with IANA release...
2016-03-28 Tom LaneDocument errhidecontext() where it ought to be documented.
2016-03-28 Alvaro HerreraUpdate expected file from quoting change
2016-03-28 Alvaro Herrerapg_rewind: Improve internationalization
2016-03-28 Alvaro HerreraFix minor leak in pg_dump for ACCESS METHOD.
2016-03-28 Alvaro HerreraImprove internationalization of messages involving...
2016-03-28 Teodor Sigaevpsql tab-complete for CREATE/DROP ACCESS METHOD
2016-03-28 Teodor SigaevFix comment in pg_dump.
2016-03-28 Tom LaneLast-minute updates for release notes.
2016-03-28 Alvaro HerreraAdd missing checks to some of pageinspect's BRIN functions
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 LaneRelease notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21.
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-27 Andres Freundpg_rewind: fsync target data directory.
2016-03-27 Andres FreundFix LWLockReportWaitEnd() parameter list to be (void).
2016-03-27 Andres Freundpg_rewind: Close backup_label file descriptor.
2016-03-27 Andres FreundDon't use !! but != 0/NULL to force boolean evaluation.
2016-03-27 Andres FreundChange various Gin*Is* macros to return 0/1.
2016-03-26 Tom LaneFirst-draft release notes for 9.5.2.
2016-03-26 Tom LaneModernize zic's test for valid timezone abbreviations.
2016-03-26 Tom LaneAvoid a couple of zero-divide scenarios in the planner.
2016-03-25 Tom LaneUpdate time zone data files to tzdata release 2016c.
2016-03-25 Tom LaneFix PL/Tcl for vpath builds.
2016-03-25 Tom LaneImprove PL/Tcl errorCode facility by providing decoded...
2016-03-25 Tom LaneIn PL/Tcl, make database errors return additional info...
2016-03-25 Tom LaneFix DROP OPERATOR to reset oprcom/oprnegate links to...
2016-03-25 Tom LaneDon't split up SRFs when choosing to postpone SELECT...
2016-03-25 Tom LaneLink libpq after libpgfeutils to satisfy Windows linker.
2016-03-25 Tom LaneMove psql's psqlscan.l into src/fe_utils.
2016-03-24 Tom LaneMove psql's print.c and mbprint.c into src/fe_utils.
2016-03-24 Tom LaneSuppress compiler warning for get_am_type_string().
2016-03-24 Tom LaneAdd missed inclusion requirement in Mkvcbuild.pm.
2016-03-24 Tom LaneCreate src/fe_utils/, and move stuff into there from...
2016-03-24 Robert HaasImprove documentation for combine functions.
2016-03-24 Robert HaasUse correct GetDatum function.
2016-03-24 Tom LaneAvoid PGDLLIMPORT for simple local references in fronte...
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 Haaspostgres_fdw: Fix crash when pushing down multiple...
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-23 Simon RiggsChange comment to describe correct lock level used
2016-03-22 Tom LaneFix EvalPlanQual bug when query contains both locked...
2016-03-22 Teodor SigaevImprove docs of pg_trgm changes
2016-03-22 Fujii MasaoFix typo in docs.
2016-03-21 Tom LaneAllow the delay in psql's \watch command to be a fracti...
2016-03-21 Tom LaneImprove header output from psql's \watch command.
2016-03-21 Tom LaneClean up some Coverity complaints about commit 0bf3ae88...
2016-03-21 Robert HaasMake max_parallel_degree PGC_USERSET.
2016-03-21 Robert HaasSupport parallel aggregation.
2016-03-21 Andres FreundProperly declare FeBeWaitSet.
2016-03-21 Andres FreundIntroduce WaitEventSet API.
2016-03-21 Andres FreundCombine win32 and unix latch implementations.
2016-03-21 Andres FreundSecond attempt at fixing MSVC build for 68ab8e8ba4a471d9.
2016-03-21 Tom LaneUse %option bison-bridge in psql/pgbench lexers.
2016-03-20 Tom LaneBest-guess attempt at fixing MSVC build for 68ab8e8ba4a...
2016-03-20 Tom LaneSQL commands in pgbench scripts are now ended by semico...
2016-03-19 Andrew DunstanRemove dependency on psed for MSVC builds.
2016-03-19 Tom LaneFix phony .PHONY.
2016-03-19 Tom LaneMake pgbench's expression lexer reentrant.
2016-03-19 Alvaro Herrerapgbench: Silence new compiler warnings
2016-03-19 Tom LaneTypo fix.
2016-03-19 Tom LaneSync backend/parser/scan.l with bin/psql/psqlscan.l.
2016-03-19 Tom LaneBuild backend/parser/scan.l and interfaces/ecpg/preproc...
next