]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-09-15 Stephen FrostRLS refactoring
2015-09-15 Peter EisentrautFix whitespace
2015-09-15 Tom LaneRevert "Fix an O(N^2) problem in foreign key references".
2015-09-15 Stephen FrostAdd POLICY to COMMENT documentation
2015-09-15 Fujii MasaoFix comment regarding the meaning of infinity for timel...
2015-09-15 Fujii MasaoImprove log messages related to tablespace_map file
2015-09-15 Teodor SigaevFix wrong comment in commit d02426029b133ee2bbe492a0386...
2015-09-14 Teodor SigaevCheck existency of table/schema for -t/-n option (pg_du...
2015-09-13 Peter EisentrautAdd noreturn attribute
2015-09-13 Andrew DunstanFix the fastpath rule for jsonb_concat with an empty...
2015-09-13 Peter Eisentrautdoc: Remove dead links
2015-09-12 Stephen FrostFix typo in create_policy.sgml
2015-09-12 Peter EisentrautUpdate SQL features list
2015-09-11 Robert HaasInstall lwlocknames.h even in vpath builds.
2015-09-11 Bruce Momjianpg_dump, pg_upgrade: allow postgres/template1 tablespa...
2015-09-11 Robert HaasFix build problems in commit aa65de042f5828968f2f6cd65f...
2015-09-11 Alvaro HerreraAdd missing ReleaseBuffer call in BRIN revmap code
2015-09-11 Kevin GrittnerFix an O(N^2) problem in foreign key references.
2015-09-11 Robert HaasWhen trace_lwlocks is used, identify individual lwlocks...
2015-09-11 Fujii MasaoCorrect description of PageHeaderData layout in documen...
2015-09-11 Peter Eisentrautdoc: Spell checking
2015-09-10 Tom LaneFix setrefs.c comment properly.
2015-09-10 Stephen FrostFix typo in setrefs.c
2015-09-10 Tom LaneFix minor bug in regexp makesearch() function.
2015-09-09 Teodor SigaevFix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8b...
2015-09-09 Teodor SigaevMicrovacuum for GIST
2015-09-09 Fujii MasaoRemove files signaling a standby promotion request...
2015-09-08 Stephen FrostLock all relations referred to in updatable views
2015-09-08 Andres Freundpsql: Generic tab completion support for enum and bool...
2015-09-08 Fujii MasaoAdd gin_fuzzy_search_limit to postgresql.conf.sample.
2015-09-08 Fujii MasaoImprove tab-completion for GRANT and REVOKE.
2015-09-08 Alvaro HerreraAllow per-tablespace effective_io_concurrency
2015-09-08 Alvaro HerreraFix error message wording in previous sslinfo commit
2015-09-08 Alvaro Herreracontrib/sslinfo: add ssl_extension_info SRF
2015-09-07 Noah MischIn the pg_rewind test suite, receive WAL fully before...
2015-09-07 Jeff DavisCoordinate log_line_prefix options 'm' and 'n' to share...
2015-09-07 Alvaro HerreraAdd more sanity checks in contrib/sslinfo
2015-09-07 Jeff DavisAdd log_line_prefix option 'n' for Unix epoch.
2015-09-07 Greg StarkChange type of DOW/DOY to UNITS
2015-09-07 Teodor SigaevMake GIN's cleanup pending list process interruptable
2015-09-07 Teodor SigaevAdd pages deleted from pending list to FSM
2015-09-07 Teodor SigaevUpdate site address of Snowball project
2015-09-06 Joe ConwayAdjust sepgsql regression output for recent error conte...
2015-09-06 Magnus HaganderSupport RADIUS passwords up to 128 characters
2015-09-06 Andres FreundAdd ability to reserve WAL upon slot creation via repli...
2015-09-06 Greg StarkMove DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS...
2015-09-05 Tom LaneFix CreateTableSpace() so it will compile without HAVE_...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-09-05 Heikki LinnakangasFix misc typos.
2015-09-05 Tatsuo IshiiFix brin index summarizing while vacuuming.
2015-09-04 Tom LaneFix subtransaction cleanup after an outer-subtransactio...
2015-09-04 Teodor SigaevMake unaccent handle all diacritics known to Unicode...
2015-09-03 Robert HaasAssorted code review for recent ProcArrayLock patch.
2015-09-03 Fujii MasaoDocument that max_worker_processes must be high enough...
2015-09-03 Noah MischDisable fsync throughout TAP test suites.
2015-09-02 Robert HaasUpdate the SSL test suite for recent changes to TAP...
2015-09-02 Teodor SigaevAllow usage of huge maintenance_work_mem for GIN build.
2015-09-01 Tom LaneDocument that PL/Python now returns floats using repr...
2015-09-01 Kevin GrittnerFlush to show results of TestLib.pm (TAP) test as we go.
2015-09-01 Bruce Momjianpg_upgrade docs: clarify rsync and move verification...
2015-09-01 Robert HaasAllow notifications to bgworkers without database conne...
2015-09-01 Alvaro HerreraUse <substeps> in pg_upgrade's procedure
2015-08-31 Tom LaneClean up icc + ia64 situation.
2015-08-31 Bruce Momjiandocs: remove outdated note about unique indexes
2015-08-31 Tom LaneAllow icc to use the same atomics infrastructure as...
2015-08-31 Tom LaneActually, it's not that hard to merge the Windows pqsig...
2015-08-31 Tom LaneRemove theoretically-unnecessary special case for icc.
2015-08-31 Tom LaneRemove support for Unix systems without the POSIX signa...
2015-08-31 Bruce Momjianpsql: print longtable as a possible \pset option
2015-08-31 Magnus HaganderSmall grammar fix
2015-08-31 Tom LaneRemove long-dead support for platforms without sig_atom...
2015-08-30 Joe ConwayFix sepgsql regression tests.
2015-08-29 Tom LaneFix s_lock.h PPC assembly code to be compatible with...
2015-08-28 Stephen FrostEnsure locks are acquired on RLS-added relations
2015-08-28 Andres FreundClarify what some historic terms in rewriteHandler...
2015-08-28 Peter EisentrautSimplify Perl chmod calls
2015-08-27 Bruce Momjiandblink docs: fix typo to use "connname" (3 n's), not...
2015-08-26 Tom LaneSpeed up HeapTupleSatisfiesMVCC() by replacing the...
2015-08-26 Bruce Momjianrelease notes: abbreviated key speedup only for varcha...
2015-08-26 Bruce Momjian9.5 release notes: mention lack of char() sort improve...
2015-08-26 Joe ConwayReestablish alignment of pg_controldata output.
2015-08-25 Tom LaneDocs: be explicit about datatype matching for lead...
2015-08-25 Tom LaneFurther tweak wording of error messages about bad CONTI...
2015-08-25 Tom LaneLimit the verbosity of memory context statistics dumps.
2015-08-25 Tom LaneFix potential platform dependence in gist regression...
2015-08-23 Tom LaneTweak wording of syntax error messages about bad CONTIN...
2015-08-23 Tom LaneReduce number of bytes examined by convert_one_string_t...
2015-08-23 Tom LaneAvoid use of float arithmetic in bipartite_match.c.
2015-08-23 Kevin GrittnerFix typo in C comment.
2015-08-23 Peter EisentrautImprove whitespace
2015-08-23 Peter EisentrautImprove spelling
2015-08-22 Heikki LinnakangasAdd hint to run "pgbench -i", if test tables don't...
2015-08-22 Tom LaneAvoid O(N^2) behavior when enlarging SPI tuple table...
2015-08-22 Tom LaneDetect mismatched CONTINUE and EXIT statements at plpgs...
2015-08-21 Stephen FrostClean up roles from roleattributes test
2015-08-21 Alvaro HerreraDo not allow *timestamp to be passed as NULL
2015-08-21 Alvaro HerreraRemove ExecGetScanType function
2015-08-21 Tom LaneFix plpython crash when returning string representation...
2015-08-21 Tom LaneAllow record_in() and record_recv() to work for transie...
2015-08-21 Stephen FrostRename 'cmd' to 'cmd_name' in CreatePolicyStmt
next