]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-10-21 Peter Eisentrautdoc: Check DocBook XML validity during the build
2014-10-21 Peter Eisentrautdoc: Update Red Hat documentation tools information
2014-10-21 Peter Eisentrautdoc: Update FreeBSD documentation tools information
2014-10-20 Andres FreundDon't duplicate log_checkpoint messages for both of...
2014-10-20 Andres FreundRenumber CHECKPOINT_* flags.
2014-10-20 Andres FreundFlush unlogged table's buffers when copying or moving...
2014-10-20 Peter Eisentrautpg_test_fsync: Update output format
2014-10-20 Andrew DunstanCorrect volatility markings of a few json functions.
2014-10-20 Tom LaneFix mishandling of FieldSelect-on-whole-row-Var in...
2014-10-20 Tom LaneFix file-identification comment in contrib/pgcrypto...
2014-10-20 Robert HaasFix typos.
2014-10-20 Robert HaasFix typos.
2014-10-19 Peter Eisentrautinitdb: Fix compiler error in USE_PREFETCH case
2014-10-19 Peter Eisentrautpsql: Improve \pset without arguments
2014-10-19 Peter EisentrautAllow setting effective_io_concurrency even on unsuppor...
2014-10-18 Bruce MomjianShorten warning about hash creation
2014-10-18 Bruce Momjianinterval: tighten precision specification
2014-10-18 Bruce Momjiandoc: restrictions on alter database moving default...
2014-10-18 Peter Eisentrautdoc: Clean up pg_recvlogical reference page
2014-10-18 Tom LaneDeclare mkdtemp() only if we're providing it.
2014-10-18 Tom LaneAvoid core dump in _outPathInfo() for Path without...
2014-10-17 Fujii MasaoFix bug in handling of connections that pg_receivexlog...
2014-10-17 Tom LaneFix core dump in pg_dump --binary-upgrade on zero-colum...
2014-10-17 Tom LaneRe-pgindent src/bin/pg_dump/*.
2014-10-17 Stephen FrostFix pg_dump for UPDATE policies
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-10-15 Tom LanePrint planning time only in EXPLAIN ANALYZE, not plain...
2014-10-14 Alvaro HerreraBlind attempt at fixing Win32 pg_dump issues
2014-10-14 Alvaro Herrerapg_dump: Reduce use of global variables
2014-10-14 Heikki LinnakangasFix deadlock with LWLockAcquireWithVar and LWLockWaitFo...
2014-10-14 Heikki LinnakangasFix typo in docs.
2014-10-14 Peter Eisentrautdoc: Improve ALTER VIEW / SET documentation
2014-10-14 Peter Eisentrautdoc: Fix copy-and-paste mistakes
2014-10-14 Peter Eisentrautpsql: Fix \? output alignment
2014-10-13 Bruce Momjiandoc: mention TM is ignored for to_date/to_timestamp()
2014-10-13 Bruce Momjiandoc: mention more changes needed to use huge pages
2014-10-13 Bruce MomjianC comments: adjust execTuples.c for new structure
2014-10-13 Bruce Momjiandocs: error for adding _validated_ domains for existin...
2014-10-13 Bruce MomjianConsistently use NULL for invalid GUC unit strings
2014-10-13 Bruce Momjiandoc: improve USING and NATURAL JOIN descriptions
2014-10-13 Heikki LinnakangasAdd --latency-limit option to pgbench.
2014-10-13 Kevin GrittnerIncrease number of hash join buckets for underestimate.
2014-10-13 Noah MischFix quoting in the add_to_path Makefile macro.
2014-10-13 Noah Mischpg_ctl: Cast DWORD values to avoid -Wformat warnings.
2014-10-13 Noah MischSuppress dead, unportable src/port/crypt.c code.
2014-10-12 Peter Eisentrautpg_recvlogical: Improve --help output
2014-10-12 Peter EisentrautMessage improvements
2014-10-11 Bruce Momjianpg_upgrade: prefix Unix shell script name output with...
2014-10-11 Bruce Momjiandocs: remove mention that attnotnull should be changed
2014-10-11 Bruce Momjianregression: adjust polygon diagrams to not use tabs
2014-10-11 Tom LaneImprove documentation about JSONB array containment...
2014-10-11 Tom LaneFix bogus optimization in JSONB containment tests.
2014-10-10 Heikki LinnakangasRemove unnecessary initialization of local variables.
2014-10-10 Heikki LinnakangasChange the way encoding and locale checks are done...
2014-10-09 Fujii MasaoFix broken example in PL/pgSQL document.
2014-10-08 Alvaro HerreraSplit builtins.h to a new header ruleutils.h
2014-10-08 Robert HaasExtend shm_mq API with new functions shm_mq_sendv,...
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-10-07 Robert HaasFix typo in elog message.
2014-10-07 Tom LaneFix array overrun in ecpg's version of ParseDateTime().
2014-10-06 Stephen FrostClean up Create/DropReplicationSlot query buffer
2014-10-06 Andres FreundAdd support for managing physical replication slots...
2014-10-06 Andres FreundRename pg_recvlogical's --create/--drop to --create...
2014-10-06 Peter EisentrautTranslation updates
2014-10-05 Tom LaneUpdate 9.4 release notes for commits through today.
2014-10-05 Robert HaasEliminate one background-worker-related flag variable.
2014-10-04 Tom LaneUpdate time zone data files to tzdata release 2014h.
2014-10-03 Tom LaneUpdate time zone abbreviations lists.
2014-10-03 Stephen FrostFix CreatePolicy, pg_dump -v; psql and doc updates
2014-10-03 Tom LaneFix bogus logic for zic -P option.
2014-10-03 Alvaro HerreraDon't balance vacuum cost delay when per-table settings...
2014-10-03 Robert HaasFix typos in comments.
2014-10-03 Robert HaasStill another typo fix for 0709b7ee72e4bc71ad07b7120acd...
2014-10-03 Heikki LinnakangasCheck for GiST index tuples that don't fit on a page.
2014-10-03 Heikki LinnakangasFix documentation for CREATE SEQUENCE IF NOT EXISTS.
2014-10-02 Robert HaasIncrease the number of buffer mapping partitions to...
2014-10-02 Andres FreundInstall all headers for the new atomics API.
2014-10-02 Heikki LinnakangasFix typo in error message.
2014-10-02 Heikki LinnakangasRefactor pgbench log-writing code to a separate function.
2014-10-01 Tom LaneFix some more problems with nested append relations.
2014-10-01 Andres FreundRefactor replication connection code of various pg_base...
2014-10-01 Andres Freundpg_recvlogical.c code review.
2014-10-01 Heikki LinnakangasRemove num_xloginsert_locks GUC, replace with a #define
2014-10-01 Andres FreundBlock signals while computing the sleep time in postmas...
2014-10-01 Heikki LinnakangasAdd functions for dealing with PGP armor header lines...
2014-10-01 Andres FreundImprove documentation about binary/textual output mode...
2014-10-01 Andres FreundRename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
2014-09-30 Stephen FrostCorrect stdin/stdout usage in COPY .. PROGRAM
2014-09-30 Alvaro HerreraFix pg_dump's --if-exists for large objects
2014-09-30 Bruce Momjianpg_upgrade: have pg_upgrade fail for old 9.4 JSONB...
2014-09-29 Andres Freunddoc fix for pg_recvlogical: --create doesn't immediatel...
2014-09-29 Stephen FrostAlso revert e3ec0728, JSON regression tests
2014-09-29 Stephen FrostRevert 95d737ff to add 'ignore_nulls'
2014-09-29 Tom LaneChange JSONB's on-disk format for improved performance.
2014-09-26 Stephen FrostFix relcache for policies, and doc updates
2014-09-26 Robert HaasFix identify_locking_dependencies for schema-only dumps.
2014-09-26 Andres FreundFurther atomic ops portability improvements and bug...
2014-09-26 Andres FreundFix a couple occurrences of 'the the' in the new atomic...
2014-09-26 Peter EisentrautFix whitespace
2014-09-26 Andres FreundDefine META_FREE in a way that doesn't cause -Wempty...
next