]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-04-08  Peter EisentrautSet PAM_RHOST item for PAM authentication
2016-04-08  Teodor SigaevRename comparePos() to compareWordEntryPos()
2016-04-08  Fujii MasaoAdd regression tests for multiple synchronous standbys.
2016-04-08  Robert HaasUse quicksort, not replacement selection, for external...
2016-04-08  Robert HaasExtend relations multiple blocks at a time to improve...
2016-04-08  Fujii MasaoFix a couple of places in doc that implied there was...
2016-04-08  Simon RiggsUse Foreign Key relationships to infer multi-column...
2016-04-07  Stephen FrostGRANT rights to CURRENT_USER instead of adding roles
2016-04-07  Teodor SigaevZeroing unused parts ducring tsquery construction.
2016-04-07  Tom LaneRefactor join_is_removable() to separate out distinctne...
2016-04-07  Teodor SigaevMake testing of phraseto_tsquery independ from value of
2016-04-07  Kevin GrittnerDetect SSI conflicts before reporting constraint violations
2016-04-07  Teodor SigaevPhrase full text search.
2016-04-07  Simon RiggsLoad FK defs into relcache for use by planner
2016-04-07  Noah MischStandardize GetTokenInformation() error reporting.
2016-04-07  Noah MischRemove redundant message in AddUserToTokenDacl().
2016-04-07  Stephen FrostBump catversion for pg_dump dump catalog ACL patches
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-07  Stephen FrostIn pg_dump, split "dump" into "dump" and "dump_contains"
2016-04-07  Stephen FrostIn pg_dump, use a bitmap to represent what to include
2016-04-07  Stephen FrostAdd new catalog called pg_init_privs
2016-04-06  Teodor SigaevAdd jsonb_insert
2016-04-06  Peter Eisentrautpg_dump: Add table qualifications to some tags
2016-04-06  Tom LaneRun pgindent on a batch of (mostly-planner-related...
2016-04-06  Simon RiggsModify test_decoding/messages to remove non-ascii chars
2016-04-06  Fujii MasaoUse proper format specifier %X/%X for LSN, again.
2016-04-06  Simon RiggsRevert bf08f2292ffca14fd133aa0901d1563b6ecd6894
2016-04-06  Simon RiggsGeneric Messages for Logical Decoding
2016-04-06  Fujii MasaoSupport multiple synchronous standby servers.
2016-04-05  Alvaro HerreraFix broken ALTER INDEX documentation
2016-04-05  Alvaro HerreraSupport ALTER THING .. DEPENDS ON EXTENSION
2016-04-05  Robert HaasFix parallel-safety code for parallel aggregation.
2016-04-05  Robert HaasAlign all shared memory allocations to cache line bound...
2016-04-05  Tom LaneFix PL/Python for recursion and interleaved set-returni...
2016-04-05  Robert HaasAdd parallel query support functions for assorted aggre...
2016-04-05  Magnus HaganderImplement backup API functions for non-exclusive backups
2016-04-05  Magnus HaganderFix typo
2016-04-05  Peter EisentrautFix error message from wal_level value renaming
2016-04-04  Tom LaneDisallow newlines in parameter values to be set in...
2016-04-04  Alvaro HerreraDisplay WAL pointer in rm_redo error callback
2016-04-04  Tom LaneAdd a few comments about ANALYZE's strategy for collect...
2016-04-04  Tom LanePartially revert commit 3d3bf62f30200500637b24fdb7b992a...
2016-04-04  Alvaro HerreraSilence compiler warning
2016-04-04  Tom LaneAdd a \gexec command to psql for evaluation of computed...
2016-04-04  Tom LaneIntroduce a LOG_SERVER_ONLY ereport level, which is...
2016-04-04  Tom LaneFix latent portability issue in pgwin32_dispatch_queued...
2016-04-04  Teodor SigaevFix typo
2016-04-04  Teodor Sigaevfix typo
2016-04-04  Dean RasheedImprove estimate of distinct values in estimate_num_gro...
2016-04-04  Simon RiggsAvoid archiving XLOG_RUNNING_XACTS on idle server
2016-04-03  Tom LaneClean up dubious code in contrib/seg.
2016-04-03  Tom LaneFix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS.
2016-04-03  Tom LaneClean up some stuff in new contrib/bloom module.
2016-04-03  Simon RiggsAvoid pin scan for replay of XLOG_BTREE_VACUUM in all...
2016-04-03  Tom LaneAdd psql \errverbose command to see last server error...
2016-04-03  Tom LaneAdd libpq support for recreating an error message with...
2016-04-02  Tom LaneAdd missing "static".
2016-04-02  Tom LaneMake all the declarations of WaitEventSetWaitBlock...
2016-04-02  Tom LaneSuppress compiler warning.
2016-04-02  Teodor SigaevFix condition in e9e441c9fac6cbc0510cded6abb9d0e6b646ecaf
2016-04-02  Stephen FrostFix typo in pg_regress.c
2016-04-02  Teodor SigaevPrevent mark as deleted and as 'has free space' page...
2016-04-02  Teodor SigaevFixes in bloom contrib module
2016-04-02  Noah MischRefer to a TOKEN_USER payload as a "token user," not...
2016-04-02  Noah MischCopyedit comments and documentation.
2016-04-01  Alvaro Herreratest_slot_timelines: Fix alternate expected output
2016-04-01  Tom LaneOmit null rows when setting the threshold for what...
2016-04-01  Alvaro Herrerapgbench: Remove unused parameter
2016-04-01  Tom LaneOmit null rows when applying the Haas-Stokes estimator...
2016-04-01  Alvaro HerreraFix logical_decoding_timelines test crashes
2016-04-01  Teodor SigaevFixes in bloom contrib module missed during review
2016-04-01  Alvaro HerreraType names should not be quoted
2016-04-01  Tom LaneGet rid of minus zero in box regression test.
2016-04-01  Tom LaneFix oversight in getParamDescriptions(), and improve...
2016-04-01  Teodor SigaevFix English in bloom module documentation
2016-04-01  Teodor SigaevBloom index contrib module
2016-04-01  Teodor SigaevFix typo in generic wal docs
2016-04-01  Teodor SigaevAdd Generic WAL interface
2016-03-31  Tom LaneAnother zic portability fix.
2016-03-31  Alvaro HerreraFix recovery_min_apply_delay test
2016-03-31  Tom LaneSupport using index-only scans with partial indexes...
2016-03-31  Alvaro HerreraFix broken variable declaration
2016-03-31  Alvaro HerreraBlind attempt at fixing Win32 issue on 24c5f1a103c
2016-03-31  Fujii MasaoUse proper format specifier %X/%X for LSN.
2016-03-30  Alvaro HerreraI forgot the alternate expected file in previous commit
2016-03-30  Alvaro HerreraEnable logical slots to follow timeline switches
2016-03-30  Alvaro HerreraXLogReader general code cleanup
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...
next