]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-09-30  Peter EisentrautUse return instead of exit() in configure
2016-09-30  Peter EisentrautFix use of offsetof()
2016-09-30  Magnus HaganderRetry opening new segments in pg_xlogdump --folllow
2016-09-30  Stephen FrostRemove superuser checks in pgstattuple
2016-09-29  Peter EisentrautFix compiler warnings
2016-09-29  Tom LaneAllow contrib/file_fdw to read from a program, like...
2016-09-29  Peter EisentrautSwitch pg_basebackup commands in Postgres.pm to use...
2016-09-29  Peter Eisentrautpg_basebackup: Add --nosync option
2016-09-29  Peter Eisentrautpg_basebackup pg_receivexlog: Issue fsync more carefully
2016-09-29  Peter EisentrautMove fsync routines of initdb into src/common/
2016-09-29  Heikki LinnakangasDon't bother to lock bufmgr partitions in pg_buffercache.
2016-09-28  Peter EisentrautExclude additional directories in pg_basebackup
2016-09-28  Alvaro HerreraSilence compiler warnings
2016-09-28  Tom LaneRationalize format-picture caching logic in formatting.c.
2016-09-28  Tom LaneMake to_timestamp() and to_date() range-check fields...
2016-09-28  Peter EisentrautRemove dead line of code
2016-09-28  Robert Haasworker_spi: Call pgstat_report_stat.
2016-09-28  Peter EisentrautFix CRC check handling in get_controlfile
2016-09-28  Robert HaasFix dangling pointer problem in ReorderBufferSerializeC...
2016-09-28  Heikki LinnakangasTurn password_encryption GUC into an enum.
2016-09-27  Tom LaneDisallow pushing volatile quals past set-returning...
2016-09-27  Tom LaneMake struct ParallelSlot private within pg_dump/parallel.c.
2016-09-27  Tom LaneRationalize parallel dump/restore's handling of worker...
2016-09-27  Tom LaneRedesign parallel dump/restore's wait-for-workers logic.
2016-09-27  Tom LaneImprove contrib/cube's handling of zero-D cubes, infini...
2016-09-27  Alvaro HerreraInclude <sys/select.h> where needed
2016-09-26  Peter EisentrautFix some typos in comment
2016-09-27  Tom LaneFix newly-introduced issues in pgbench.
2016-09-26  Tom LaneReplace the built-in GIN array opclasses with a single...
2016-09-26  Tom LaneDocument has_type_privilege().
2016-09-26  Heikki LinnakangasRefactor script execution state machine in pgbench.
2016-09-25  Tom LaneRefer to OS X as "macOS", except for the port name...
2016-09-24  Tom LaneDo a final round of updates on the 9.6 release notes.
2016-09-23  Tom LaneInstall TAP test infrastructure so it's available for...
2016-09-23  Tom LaneDoc: fix examples of # operators so they actually work.
2016-09-23  Tom LaneFix incorrect logic for excluding range constructor...
2016-09-23  Tom LaneRemove useless code.
2016-09-23  Tom LaneDon't trust CreateFileMapping() to clear the error...
2016-09-23  Tom LaneAvoid using PostmasterRandom() for DSM control segment ID.
2016-09-23  Peter Eisentrautpg_ctl: Add promote wait option to help output
2016-09-23  Heikki LinnakangasImprove error message on MSVC if perl*.lib is not found.
2016-09-23  Heikki LinnakangasFix typo in comment.
2016-09-22  Bruce MomjianC comment: fix function header comment
2016-09-22  Tom LaneRemove nearly-unused SizeOfIptrData macro.
2016-09-22  Tom LaneBe sure to rewind the tuplestore read pointer in non...
2016-09-22  Peter EisentrautAdd tests for various connection string issues
2016-09-21  Peter Eisentrautpg_ctl: Add wait option to promote action
2016-09-21  Peter EisentrautDelay updating control file to "in production"
2016-09-21  Peter Eisentrautpg_ctl: Detect current standby state from pg_control
2016-09-21  Peter Eisentrautpg_ctl: Add tests for promote action
2016-09-21  Peter EisentrautMake command_like output more compact
2016-09-21  Peter EisentrautFix typo
2016-09-21  Robert HaasAdd more parallel query documentation.
2016-09-21  Heikki LinnakangasPrint test parameters like "foo: 123", and results...
2016-09-21  Heikki LinnakangasFix pgbench's calculation of average latency, when...
2016-09-20  Peter Eisentrautpg_restore: Add -N option to exclude schemas
2016-09-20  Peter Eisentrautdoc: Fix documentation to match actual make output
2016-09-20  Peter Eisentrautdoc: Correct ALTER USER MAPPING example
2016-09-20  Peter EisentrautRe-add translation markers that were lost
2016-09-20  Robert HaasUse PostmasterRandom(), not random(), for DSM control...
2016-09-20  Robert HaasRetry DSM control segment creation if Windows indicates...
2016-09-20  Heikki LinnakangasFix outdated comments, GIST search queue is not an...
2016-09-19  Heikki LinnakangasFix latency calculation when there are \sleep commands...
2016-09-19  Heikki LinnakangasRemove obsolete warning from docs.
2016-09-19  Robert HaasMSVC: Include pg_recvlogical in client-only install.
2016-09-19  Robert HaasUpdate recovery_min_apply_delay docs for remote_apply...
2016-09-18  Heikki LinnakangasFix ecpg -? option on Windows, add -V alias for --version.
2016-09-16  Tom LaneAdd debugging aid "bmsToString(Bitmapset *bms)".
2016-09-15  Robert HaasClarify policy on marking inherited constraints as...
2016-09-15  Heikki LinnakangasFix building with LibreSSL.
2016-09-15  Robert HaasFix typo in comment.
2016-09-15  Tom LaneMake min_parallel_relation_size's default value platfor...
2016-09-15  Robert Haaspg_buffercache: Allow huge allocations.
2016-09-15  Heikki LinnakangasSupport OpenSSL 1.1.0.
2016-09-15  Heikki LinnakangasFix and clarify comments on replacement selection.
2016-09-14  Peter EisentrautAdd overflow checks to money type input function
2016-09-14  Tom LaneTweak targetlist-SRF tests some more.
2016-09-14  Robert HaasImprove code comment for GatherPath's single_copy flag.
2016-09-14  Tom LaneTweak targetlist-SRF tests.
2016-09-13  Tom LaneBe pickier about converting between Name and Datum.
2016-09-13  Tom LaneFix executor/README to reflect disallowing SRFs in...
2016-09-13  Tom LaneImprove parser's and planner's handling of set-returnin...
2016-09-13  Robert HaasHave heapam.h include lockdefs.h rather than lock.h.
2016-09-13  Andres FreundRemove user_relns() SRF from regression tests.
2016-09-13  Andres FreundAddress portability issues in bfe16d1a5 test output.
2016-09-13  Andres FreundAdd more tests for targetlist SRFs.
2016-09-12  Tom LaneDocs: assorted minor cleanups.
2016-09-12  Peter Eisentrautpg_basebackup: Clean created directories on failure
2016-09-12  Kevin GrittnerFix recent commit for tab-completion of database template.
2016-09-12  Simon RiggsFix copy/pasto in file identification
2016-09-12  Simon RiggsIdentify walsenders in pg_stat_activity
2016-09-11  Simon RiggsRaise max setting of checkpoint_timeout to 1d
2016-09-11  Kevin Grittnerpsql tab completion for CREATE DATABASE ... TEMPLATE ...
2016-09-11  Tom LaneAllow CREATE EXTENSION to follow extension update paths.
2016-09-11  Tom LaneFix and simplify MSVC build's handling of xml/xslt...
2016-09-11  Heikki LinnakangasImplement binary heap replace-top operation in a smarte...
2016-09-10  Tom LaneImprove unreachability recognition in elog() macro.
2016-09-10  Tom LaneFix miserable coding in pg_stat_get_activity().
2016-09-09  Tom LaneRewrite PageIndexDeleteNoCompact into a form that only...
2016-09-09  Tom LaneConvert PageAddItem into a macro to save a few cycles.
next