]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2014-08-22  Alvaro HerreraImplement ALTER TABLE .. SET LOGGED / UNLOGGED
2014-08-22  Alvaro HerreraFix outdated comment
2014-08-22  Tom LaneFix corner-case behaviors in JSON/JSONB field extractio...
2014-08-22  Andres FreundFix newly introduced misspelling of existence in pg_buf...
2014-08-22  Heikki LinnakangasFix comment in pg_basebackup.
2014-08-22  Heikki LinnakangasChange the way pg_basebackup's tablespace mapping is...
2014-08-22  Peter EisentrautFix whitespace
2014-08-21  Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-08-21  Andres FreundAdd pinning_backends column to the pg_buffercache exten...
2014-08-21  Heikki LinnakangasAdd #define INT64_MODIFIER for the printf length modifi...
2014-08-20  Tom LaneMore regression test cases for json/jsonb extraction...
2014-08-20  Tom LaneFix core dump in jsonb #> operator, and add regression...
2014-08-20  Bruce Momjianpg_upgrade: adjust logging to use QUERY_ALLOC lengths
2014-08-20  Heikki LinnakangasUse comma+space as the separator in the default search_...
2014-08-19  Fujii MasaoRevert "Fix bug in checking of IDENTIFY_SYSTEM result."
2014-08-19  Fujii MasaoFix bug in checking of IDENTIFY_SYSTEM result.
2014-08-19  Noah MischInstall libpq DLL with $(INSTALL_SHLIB).
2014-08-19  Noah MischFinish adding file version information to installed...
2014-08-19  Noah MischReplace a few strncmp() calls with strlcpy().
2014-08-19  Noah MischMake pg_service.conf sample LDIF more portable.
2014-08-19  Noah MischDocument new trigger-related forms of ALTER FOREIGN...
2014-08-18  Greg StarkAdjust Release Notes to reflect holding off wrapped...
2014-08-18  Greg StarkFix further concerns about psql wrapping in expanded...
2014-08-18  Heikki LinnakangasReorganize functions in be-secure-openssl.c
2014-08-18  Tom LaneFix obsolete mention of non-int64 support in CREATE...
2014-08-18  Tom LaneUse ISO 8601 format for dates converted to JSON, too.
2014-08-18  Fujii MasaoAdd missing index terms for replication commands in...
2014-08-18  Tom LaneMake an editorial pass over the 9.4 release notes.
2014-08-17  Tom LaneImprove DISCARD documentation.
2014-08-17  Peter Eisentrautdoc: Work around stylesheet bug for man build
2014-08-16  Tom LaneFix bogus return macros in range_overright_internal().
2014-08-16  Tom LaneAdd opr_sanity queries to inspect commutator/negator...
2014-08-16  Tom LaneFix bogus commutator/negator links for JSONB containmen...
2014-08-15  Peter EisentrautFix whitespace
2014-08-15  Bruce Momjianpg_upgrade: fix define adjusted during testing
2014-08-15  Bruce Momjianpg_upgrade: error if run from top of new PGDATA on...
2014-08-15  Heikki LinnakangasDoc fix: New York State's capital is Albany.
2014-08-15  Heikki LinnakangasRemove remnants of a JENTRY_ISFIRST flag bit.
2014-08-15  Peter EisentrautSet shared library path for in-tree TAP tests
2014-08-15  Peter Eisentrautdoc: Fix DocBook XML validity
2014-08-14  Tom LaneUpdate SysV parameter configuration documentation for...
2014-08-14  Robert Haasdocs: Add missing period.
2014-08-14  Robert HaasAdd sortsupport routines for text.
2014-08-14  Fujii MasaoFix help message in pg_ctl.
2014-08-14  Peter EisentrautFix whitespace
2014-08-14  Peter EisentrautAdd some noreturn attributes based on compiler recommen...
2014-08-14  Peter Eisentrautdoc: Remove obsolete set element DSSSL customizations
2014-08-13  Tom LanePrevent memory leaks in parseRelOptions().
2014-08-13  Tom LanePrevent memory leaks in RelationGetIndexList, RelationG...
2014-08-13  Fujii MasaoExpose -S option in pg_receivexlog.
2014-08-12  Andres Freundpg_recvlogical message and code improvements.
2014-08-12  Fujii MasaoFix typo in \setrandom document.
2014-08-12  Andres FreundBe less aggressive in asking for feedback of logical...
2014-08-12  Tatsuo IshiiEnhance pgbench's option checking.
2014-08-12  Fujii MasaoChange first call of ProcessConfigFile so as to process...
2014-08-12  Fujii MasaoAdd tab-completion for \unset and valid setting values...
2014-08-11  Fujii MasaoFix documentation oversights about pageinspect and...
2014-08-11  Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-08-10  Tom LaneClarify type resolution behavior for domain types.
2014-08-09  Tom LaneClean up handling of unknown-type inputs in json_build_...
2014-08-09  Tom LaneFurther cleanup of JSON-specific error messages.
2014-08-09  Tom LaneReject duplicate column names in foreign key referenced...
2014-08-09  Peter EisentrautSmall message fixes
2014-08-08  Fujii MasaoAdd -F option to pg_receivexlog, for specifying fsync...
2014-08-08  Tom LaneFix typo in docs.
2014-08-07  Bruce Momjianpg_upgrade: prevent oid conflicts with new-cluster...
2014-08-07  Heikki LinnakangasImprove comment.
2014-08-06  Robert HaasAdd PG_RETURN_UINT16 macro.
2014-08-06  Robert HaasDon't require sort support functions to provide a compa...
2014-08-06  Robert HaasFix alternate regression test output file.
2014-08-06  Fujii MasaoRefactor pg_receivexlog main loop code, for readability...
2014-08-06  Fujii MasaoChange ParseConfigFp() so that it doesn't process unuse...
2014-08-05  Kevin GrittnerFix typo in C comment.
2014-08-05  Robert HaasImprove some JSON error messages.
2014-08-04  Bruce Momjianpg_upgrade: assume user is install user
2014-08-04  Bruce Momjianpg_upgrade: remove reference to autovacuum_multixact_f...
2014-08-04  Heikki LinnakangasWindows doesn't have M_PI; define it ourselves when...
2014-08-02  Fujii MasaoAdd missing PQclear() calls into pg_receivexlog.
2014-08-02  Fujii MasaoFix bug in pg_receivexlog --verbose.
2014-08-01  Heikki LinnakangasFix typo in user manual
2014-07-31  Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-07-30  Tom LaneAvoid wholesale autovacuuming when autovacuum is nomina...
2014-07-30  Robert Haaspgbench: Allow \setrandom to generate Gaussian/exponent...
2014-07-30  Robert HaasFix mishandling of background worker PGPROCs in EXEC_BA...
2014-07-30  Peter Eisentrautdoc: Clean up some recently added PL/pgSQL documentation
2014-07-30  Bruce Momjianpg_upgrade: improve C comment wording
2014-07-29  Alvaro HerreraAvoid uselessly looking up old LOCK_ONLY multixacts
2014-07-29  Alvaro HerreraSimplify multixact freezing a bit
2014-07-29  Heikki LinnakangasOops, fix recoveryStopsBefore functions for regular...
2014-07-29  Heikki LinnakangasTreat 2PC commit/abort the same as regular xacts in...
2014-07-29  Fujii MasaoReword the sentence for pg_logical_slot_peek_changes...
2014-07-28  Tom LaneFix obsolete statement in smgr/README.
2014-07-27  Peter Eisentrautdoc: Fix up ALTER TABLESPACE reference page
2014-07-25  Tom LaneFix a performance problem in pg_dump's dump order selec...
2014-07-25  Noah MischHandle WAIT_IO_COMPLETION return from WaitForMultipleOb...
2014-07-25  Noah MischMove PGAC_LDAP_SAFE to config/programs.m4.
2014-07-24  Robert HaasPrevent shm_mq_send from reading uninitialized memory.
2014-07-24  Robert HaasFix checkpointer crash in EXEC_BACKEND builds.
2014-07-24  Andres FreundProperly remove ephemeral replication slots after a...
2014-07-24  Robert HaasAvoid access to already-released lock in LockRefindAndR...
next