]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-09-30  Stephen FrostInclude policies based on ACLs needed
2015-09-30  Tom LaneSmall improvements in comments in async.c.
2015-09-30  Tatsuo IshiiFix incorrect tps number calculation in "excluding...
2015-09-29  Alvaro HerreraCode review for transaction commit timestamps
2015-09-29  Tom LaneFix plperl to handle non-ASCII error message texts...
2015-09-29  Robert HaasComment update for join pushdown.
2015-09-29  Robert HaasParallel executor support.
2015-09-28  Andrew DunstanFix compiler warning for non-TIOCGWINSZ case
2015-09-28  Andrew DunstanFix compiler warning about unused function in non-readl...
2015-09-28  Alvaro HerreraFix "sesssion" typo
2015-09-28  Tom LaneFix poor errno handling in libpq's version of our custo...
2015-09-28  Stephen FrostEnsure a few policies remain for pg_upgrade
2015-09-28  Alvaro HerreraCOPY: use pg_plan_query() instead of planner()
2015-09-28  Andres FreundFix ON CONFLICT DO UPDATE for tables with oids.
2015-09-28  Robert HaasUse LOCKBIT_ON() instead of a bit shift in a few places.
2015-09-28  Robert HaasDon't try to create a temp install without abs_top_buil...
2015-09-28  Peter Eisentrautpg_dump: Fix some messages
2015-09-27  Peter Eisentrautreindexdb: Fix mistake in help output
2015-09-27  Peter Eisentrautpg_ctl: Improve help formatting and order
2015-09-27  Peter Eisentrautdoc: Tweak "cube" index entry
2015-09-26  Andres FreundRemove legacy multixact truncation support.
2015-09-26  Andres FreundRework the way multixact truncations work.
2015-09-25  Tom LaneSecond try at fixing O(N^2) problem in foreign key...
2015-09-25  Tom LaneFurther fix for psql's code for locale-aware formatting...
2015-09-25  Tom LaneFurther fix for psql's code for locale-aware formatting...
2015-09-25  Tom LaneFix psql's code for locale-aware formatting of numeric...
2015-09-24  Tom LaneAllow planner to use expression-index stats for functio...
2015-09-24  Tom LaneImprove handling of collations in contrib/postgres_fdw.
2015-09-24  Robert HaasDon't zero opfuncid when reading nodes.
2015-09-24  Fujii MasaoMake pg_controldata report newest XID with valid commit...
2015-09-24  Andres FreundLower *_freeze_max_age minimum values.
2015-09-23  Tom LaneMake ANALYZE compute basic statistics even for types...
2015-09-23  Robert HaasAdd readfuncs.c support for plan nodes.
2015-09-23  Robert HaasPrint a MergeJoin's mergeNullsFirst array as bool,...
2015-09-23  Teodor SigaevAllow autoanalyze to add pages deleted from pending...
2015-09-23  Robert HaasTeach planstate_tree_walker about custom scans.
2015-09-22  Tom LaneDocs: fix typo in to_char() example.
2015-09-22  Andres Freundtest_decoding: Protect against rare spurious test failures.
2015-09-22  Andres FreundCorrect value of LW_SHARED_MASK.
2015-09-22  Andres FreundAdd some notes about coding conventions do the docs.
2015-09-22  Peter Eisentrautdoc: Tweak synopsis indentation for consistency
2015-09-22  Peter EisentrautUse gender-neutral language in documentation
2015-09-21  Peter EisentrautFix whitespace
2015-09-21  Tom LaneFix possible internal overflow in numeric multiplication.
2015-09-21  Noah MischRemove the SECURITY_ROW_LEVEL_DISABLED security context...
2015-09-21  Noah MischRemove the row_security=force GUC value.
2015-09-21  Noah MischRestrict file mode creation mask during tmpfile().
2015-09-20  Tom LaneBe more wary about partially-valid LOCALLOCK data in...
2015-09-19  Peter EisentrautSimplify GETTEXT_FILES list
2015-09-19  Peter EisentrautAdd missing serial comma
2015-09-19  Peter EisentrautRemove trailing slashes from directories in find command
2015-09-19  Robert HaasGlue layer to connect the executor to the shm_mq mechanism.
2015-09-18  Andrew DunstanCache argument type information in json(b) aggregate...
2015-09-18  Tom LaneFix low-probability memory leak in regex execution.
2015-09-18  Teodor SigaevAdd header forgotten in 213335c14529a8d5e2007ec0c256f4c...
2015-09-18  Peter EisentrautOrder some new options on man pages more sensibly,...
2015-09-17  Teodor SigaevFix oversight in tsearch type check
2015-09-17  Andrew DunstanHonour TEMP_CONFIG when testing pg_upgrade
2015-09-17  Robert HaasAdd new function planstate_tree_walker.
2015-09-17  Michael MeskesLet compiler handle size calculation of bool types.
2015-09-17  Teodor SigaevFix bug introduced by microvacuum for GiST
2015-09-16  Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-16  Tom LaneSync regex code with Tcl 8.6.4.
2015-09-16  Tom LaneFix documentation of regular expression character-entry...
2015-09-16  Tom LaneDon't use "#" as an abbreviation for "number" in PL...
2015-09-16  Tom LaneRemove no-longer-used T_PrivGrantee node tag.
2015-09-16  Teodor Sigaevpgbench progress with timestamp
2015-09-16  Peter EisentrautReview program help output for wording and formatting
2015-09-15  Stephen FrostEnforce ALL/SELECT policies in RETURNING for RLS
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.
next