]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-07-15 Peter EisentrautSmall spelling fix
2014-07-15 Peter EisentrautAdd missing serial commas
2014-07-15 Magnus HaganderRemove dependency on wsock32.lib in favor of ws2_32
2014-07-15 Peter Eisentrautdoc: small fixes for REINDEX reference page
2014-07-14 Alvaro Herrerapsql: Show tablespace size in \db+
2014-07-14 Alvaro HerreraMove view reloptions into their own varlena struct
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-14 Noah Mischcontrib/test_decoding/Makefile sets MODULES, so omit...
2014-07-14 Noah MischMSVC: Apply icons to all binaries having them in a...
2014-07-14 Noah MischMSVC: Process Makefile line continuations more like...
2014-07-14 Noah MischMSVC: Recognize PGFILEDESC in contrib and conversion_pr...
2014-07-14 Noah MischFix warnings added in 8d9a0e85bd6ab4fe5268a1d759a787f72...
2014-07-14 Fujii MasaoPrevent bitmap heap scans from showing unnecessary...
2014-07-14 Fujii MasaoRemove incorrect comment from postgres_fdw.c.
2014-07-12 Magnus HaganderSupport --with-extra-version equivalent functionality...
2014-07-12 Andres FreundMinimal psql tab completion support for SET search_path.
2014-07-12 Andres FreundFix decoding of consecutive MULTI_INSERTs emitted by...
2014-07-12 Magnus HaganderAdd autocompletion of locale keywords for CREATE DATABASE
2014-07-11 Tom LaneFix bug with whole-row references to append subplans.
2014-07-11 Peter EisentrautFix whitespace
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-07-10 Fujii MasaoAdd new ECHO mode 'errors' that displays only failed...
2014-07-09 Robert HaasFix error hint style.
2014-07-09 Robert HaasImprove error messages for bytea decoding failures.
2014-07-09 Peter EisentrautFix whitespace
2014-07-08 Peter EisentrautUpdate key words table for 9.4
2014-07-08 Peter Eisentrautdoc: Link text to table by id
2014-07-08 Tom LaneDon't assume a subquery's output is unique if there...
2014-07-08 Peter Eisentrautdoc: Fix spacing in verbatim environments
2014-07-08 Fujii MasaoFix typo in comment.
2014-07-07 Tom LaneIn pg_dump, show server and pg_dump versions with or...
2014-07-07 Bruce Momjianpg_upgrade: allow upgrades for new-only TOAST tables
2014-07-07 Fujii MasaoFix typos in comments.
2014-07-06 Robert HaasRemove swpb-based spinlock implementation for ARMv5...
2014-07-06 Andres FreundFix decoding of MULTI_INSERTs when rows other than...
2014-07-06 Noah MischConsistently pass an "unsigned char" to ctype.h functions.
2014-07-05 Kevin GrittnerRemove dead typeStruct variable from plpy_spi.c.
2014-07-04 Fujii MasaoFix double-free bug of WAL streaming buffer in pg_recei...
2014-07-04 Fujii MasaoRefactor pg_receivexlog main loop code, for readability.
2014-07-04 Fujii MasaoSplit out the description of page-level lock as new...
2014-07-03 Tom LaneDon't cache per-group context across the whole query...
2014-07-03 Tom LaneRedesign API presented by nodeAgg.c for ordered-set...
2014-07-03 Tom LaneImprove support for composite types in PL/Python.
2014-07-03 Peter EisentrautUse a separate temporary directory for the Unix-domain...
2014-07-03 Peter EisentrautSupport vpath builds in TAP tests
2014-07-02 Kevin GrittnerSmooth reporting of commit/rollback statistics.
2014-07-02 Bruce Momjianpg_upgrade: preserve database and relation minmxid...
2014-07-02 Andres FreundRename logical decoding's pg_llog directory to pg_logical.
2014-07-02 Bruce Momjianpg_upgrade: no need to remove "members" files for...
2014-07-02 Tom LaneAdd some errdetail to checkRuleResultList().
2014-07-02 Fujii MasaoPrevent psql from issuing BEGIN before ALTER SYSTEM...
2014-07-02 Tom LaneAllow CREATE/ALTER DATABASE to manipulate datistemplate...
2014-07-01 Tom LaneRefactor CREATE/ALTER DATABASE syntax so options need...
2014-07-01 Tom LaneRemove some useless code in the configure script.
2014-07-01 Tom LaneImprove handling of OOM score adjustment in sample...
2014-07-01 Tom LaneFix inadequately-sized output buffer in contrib/unaccent.
2014-07-01 Robert HaasAvoid copying index tuples when building an index.
2014-07-01 Tom LaneIssue a WARNING about invalid rule file format in contr...
2014-07-01 Tom LaneAllow multi-character source strings in contrib/unaccent.
2014-07-01 Tom LaneAllow empty replacement strings in contrib/unaccent.
2014-06-30 Bruce Momjianpg_upgrade: update C comments about pg_dumpall
2014-06-30 Noah MischDon't prematurely free the BufferAccessStrategy in...
2014-06-30 Andres FreundFix typos in the cluster_name commit.
2014-06-30 Andres FreundCheck interrupts during logical decoding more frequently.
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-29 Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-29 Andres FreundAdd cluster_name GUC which is included in process title...
2014-06-28 Andres FreundRemove Alpha and Tru64 support.
2014-06-28 Tom LaneAllow pushdown of WHERE quals into subqueries with...
2014-06-27 Alvaro HerreraHave multixact be truncated by checkpoint, not vacuum
2014-06-27 Alvaro HerreraDon't allow relminmxid to go backwards during VACUUM...
2014-06-27 Alvaro HerreraFix broken Assert() introduced by 8e9a16ab8f7f0e58
2014-06-27 Tom LaneDisallow pushing volatile qual expressions down into...
2014-06-26 Tom LaneGet rid of bogus separate pg_proc entries for json_extr...
2014-06-26 Tom LaneForward-patch regression test for "could not find pathk...
2014-06-26 Fujii MasaoRemove obsolete example of CSV log file name from log_f...
2014-06-25 Tom LaneRationalize error messages within jsonfuncs.c.
2014-06-25 Tom LaneCosmetic improvements in jsonfuncs.c.
2014-06-25 Tom LaneFix handling of nested JSON objects in json_populate_re...
2014-06-24 Bruce Momjianpg_upgrade: remove pg_multixact files left by initdb
2014-06-24 Heikki LinnakangasDon't allow foreign tables with OIDs.
2014-06-24 Robert HaasCheck for interrupts during tuple-insertion loops.
2014-06-23 Heikki LinnakangasImprove tab-completion of DROP and ALTER ENABLE/DISABLE...
2014-06-23 Fujii MasaoFix typo in replication slot function doc.
2014-06-23 Fujii MasaoAdd missing closing parenthesis into max_replication_sl...
2014-06-23 Heikki LinnakangasFix bug in WAL_DEBUG.
2014-06-21 Bruce Momjiandoc: adjust JSONB GIN index description
2014-06-21 Bruce Momjian9.4 release notes: adjust some entry wording
2014-06-21 Kevin GrittnerFix documentation template for CREATE TRIGGER.
2014-06-20 Tom LaneAdd Asserts to verify that catalog cache keys are uniqu...
2014-06-20 Joe ConwayClean up data conversion short-lived memory context.
2014-06-20 Andres FreundDo all-visible handling in lazy_vacuum_page() outside...
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
2014-06-20 Noah MischFix contrib/pg_upgrade/test.sh for $PWD containing...
2014-06-20 Noah MischLet installcheck-world pass against a server requiring...
2014-06-19 Tom LaneDocument SQL functions' behavior of parsing the whole...
2014-06-19 Kevin GrittnerFix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.
2014-06-19 Fujii MasaoDon't allow data_directory to be set in postgresql...
next