]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-03-11  Peter EisentrautPL/Python: Avoid lossiness in float conversion
2015-03-11  Robert HaasRequire non-NULL pstate for all addRangeTableEntryFor...
2015-03-11  Tom LaneMake operator precedence follow the SQL standard more...
2015-03-11  Tom LaneAllocate ParamListInfo once per plpgsql function, not...
2015-03-11  Robert Haassepgsql: Improve error message when unsupported object...
2015-03-11  Robert HaasSuggest to the user the column they may have meant...
2015-03-11  Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-11  Alvaro HerreraRefactor Mkvcbuild.pm to facilitate modules migrations
2015-03-11  Fujii MasaoAdd GUC to enable compression of full page images store...
2015-03-10  Tom LaneClean up the mess from => patch.
2015-03-10  Alvaro HerreraFix stray sentence fragment in shared_preload_libraries...
2015-03-10  Alvaro HerreraMove BRIN page type to page's last two bytes
2015-03-10  Robert HaasAllow named parameters to be specified using => in...
2015-03-09  Alvaro HerreraKeep CommitTs module in sync in standby and master
2015-03-09  Alvaro HerreraFix crasher bugs in previous commit
2015-03-09  Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-03-09  Michael MeskesIgnore leftover artifacts from ecpg testsuite runs...
2015-03-09  Michael MeskesRevert "Ignore object files generated by ecpg test...
2015-03-09  Robert HaasFix handling of sortKeys field in Tuplesortstate.
2015-03-09  Heikki LinnakangasMove WAL-related definitions from dbcommands.h to separ...
2015-03-09  Michael MeskesIgnore object files generated by ecpg test suite on...
2015-03-09  Fujii MasaoFix typo in comment.
2015-03-09  Fujii MasaoAdd missing "goto err" statements in xlogreader.c.
2015-03-08  Peter EisentrautSort SUBDIRS variable in src/bin/Makefile
2015-03-08  Tom LaneCast to (void *) rather than (int *) when passing int64...
2015-03-08  Tom LaneRemove struct PQArgBlock from server-side header libpq...
2015-03-08  Tom LaneFix documentation for libpq's PQfn().
2015-03-08  Tom LaneCode cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
2015-03-08  Tom LaneFix erroneous error message for REINDEX SYSTEM.
2015-03-07  Noah MischBuild fls.o only when AC_REPLACE_FUNCS so dictates...
2015-03-07  Noah MischAdd CHECK_FOR_INTERRUPTS() to the wait_pid() loop.
2015-03-07  Peter EisentrautRemove rolcatupdate
2015-03-06  Alvaro HerreraAdd some more tests on event triggers
2015-03-06  Tom LaneRethink function argument sorting in pg_dump.
2015-03-06  Alvaro HerreraFix contrib/file_fdw's expected file
2015-03-05  Alvaro HerreraFix user mapping object description
2015-03-05  Alvaro HerreraSilence warning in non-assert-enabled build
2015-03-05  Tom LaneRemove comment claiming that PARAM_EXTERN Params always...
2015-03-05  Fujii MasaoFix typo in comment.
2015-03-05  Tom LaneAvoid unused-variable warning in non-assert builds.
2015-03-05  Tom LaneChange plpgsql's cast cache to consider source typmod...
2015-03-05  Tom LaneNeed to special-case RECORD as well as UNKNOWN in plpgs...
2015-03-04  Tom LaneUse standard casting mechanism to convert types in...
2015-03-04  Tom LaneFix cost estimation for indexscans on expensive indexed...
2015-03-04  Fujii MasaoFix an obsolete reference to SnapshotNow in comment.
2015-03-04  Tom LaneFix long-obsolete code for separating filter conditions...
2015-03-03  Robert HaasRemove residual NULL-pstate handling in addRangeTableEntry.
2015-03-03  Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-03-03  Alvaro HerreraAdd comment for "is_internal" parameter
2015-03-03  Tom LaneReduce json <=> jsonb casts from explicit-only to assig...
2015-03-03  Robert Haaspgbench: Fix mistakes in Makefile.
2015-03-03  Tom LaneFix busted markup.
2015-03-02  Robert Haaspgbench: Add a real expression syntax to \set
2015-03-02  Stephen FrostFix pg_dump handling of extension config tables
2015-03-01  Stephen FrostFix targetRelation initializiation in prepsecurity
2015-03-01  Tom LaneUse the typcache to cache constraints for domain types.
2015-03-01  Noah MischAdd transform functions for AT TIME ZONE.
2015-03-01  Noah MischUnlink static libraries before rebuilding them.
2015-03-01  Tom LaneMove memory context callback declarations into palloc.h.
2015-03-01  Alvaro HerreraFix intermittent failure in event_trigger test
2015-02-28  Tom LaneTrack typmods in plpgsql expression evaluation and...
2015-02-28  Tom LaneFix planning of star-schema-style queries.
2015-02-28  Tom LaneImprove mmgr README.
2015-02-27  Tom LaneSuppress uninitialized-variable warning from less-brigh...
2015-02-27  Tom LaneRedefine MemoryContextReset() as deleting, not resettin...
2015-02-27  Alvaro HerreraMake CREATE OR REPLACE VIEW internally more consistent
2015-02-27  Tom LaneInvent a memory context reset/delete callback mechanism.
2015-02-27  Alvaro HerreraFix a couple of trivial issues in jsonb.c
2015-02-27  Alvaro HerreraFix table_rewrite event trigger for ALTER TYPE/SET...
2015-02-26  Andrew DunstanRender infinite date/timestamps as 'infinity' for json...
2015-02-26  Andres FreundReconsider when to wait for WAL flushes/syncrep during...
2015-02-26  Fujii MasaoAdd note about how to make the SRF detoasted arguments...
2015-02-26  Noah MischFree SQLSTATE and SQLERRM no earlier than other PL...
2015-02-26  Stephen FrostAdd hasRowSecurity to copyfuncs/outfuncs
2015-02-26  Stephen FrostAdd locking clause for SB views for update/delete
2015-02-25  Tom LaneFix over-optimistic caching in fetch_array_arg_replace_...
2015-02-25  Tom LaneFix dumping of views that are just VALUES(...) but...
2015-02-25  Michael MeskesRemove null-pointer checks that are not needed.
2015-02-24  Tom LaneImprove parser's one-extra-token lookahead mechanism.
2015-02-24  Peter EisentrautError when creating names too long for tar format
2015-02-24  Heikki LinnakangasFix recovery_command -> restore_command typo in 8.3...
2015-02-24  Heikki LinnakangasFix typo in README.
2015-02-23  Peter EisentrautFix invalid DocBook XML
2015-02-23  Alvaro HerreraFix stupid merge errors in previous commit
2015-02-23  Tom LaneFurther tweaking of raw grammar output to distinguish...
2015-02-23  Alvaro HerreraSupport more commands in event triggers
2015-02-23  Heikki LinnakangasReplace checkpoint_segments with min_wal_size and max_w...
2015-02-23  Heikki LinnakangasRenumber GUC_* constants.
2015-02-23  Heikki LinnakangasRefactor unit conversions code in guc.c.
2015-02-23  Andres FreundGuard against spurious signals in LockBufferForCleanup.
2015-02-23  Fujii MasaoAdd GUC to control the time to wait before retrieving...
2015-02-23  Heikki LinnakangasFix potential deadlock with libpq non-blocking mode.
2015-02-22  Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-02-22  Tom LaneGet rid of multiple applications of transformExpr(...
2015-02-22  Tom LaneRepresent BETWEEN as a special node type in raw parse...
2015-02-22  Jeff DavisRename variable in AllocSetContextCreate to be consistent.
2015-02-22  Jeff DavisIn array_agg(), don't create a new context for every...
2015-02-21  Tom LaneTry to fix busted gettimeofday() code.
2015-02-21  Tom LaneUse FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
2015-02-21  Andres FreundForce some system catalog table columns to be marked...
next