]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2014-09-26  Andres FreundFix atomic ops inline x86 inline assembly for older...
2014-09-26  Andres FreundFix atomic ops for x86 gcc compilers that don't underst...
2014-09-25  Andres FreundAdd a basic atomic ops API abstracting away platform...
2014-09-25  Andrew DunstanRemove ill-conceived ban on zero length json object...
2014-09-25  Robert HaasChange locking regimen around buffer replacement.
2014-09-25  Heikki LinnakangasRefactor space allocation for base64 encoding/decoding...
2014-09-25  Andres FreundFix VPATH builds of the replication parser from git...
2014-09-25  Andrew DunstanReturn NULL from json_object_agg if it gets no rows.
2014-09-25  Heikki LinnakangasAdd -D option to specify data directory to pg_controlda...
2014-09-24  Stephen FrostCopy-editing of row security
2014-09-24  Stephen FrostCode review for row security.
2014-09-24  Tom LaneFix bogus variable-mangling in security_barrier_replace...
2014-09-24  Andrew DunstanFix typos in descriptions of json_object functions.
2014-09-24  Tom LaneFix incorrect search for "x?" style matches in creviter...
2014-09-23  Stephen FrostAdd unicode_*_linestyle to \? variables
2014-09-23  Stephen FrostLog ALTER SYSTEM statements as DDL
2014-09-23  Stephen FrostProcess withCheckOption exprs in setrefs.c
2014-09-22  Andres FreundRemove most volatile qualifiers from xlog.c
2014-09-22  Robert HaasRemove volatile qualifiers from lwlock.c.
2014-09-22  Robert HaasFix compiler warning.
2014-09-22  Robert HaasFix mishandling of CreateEventTrigStmt's eventname...
2014-09-22  Andres FreundRemove postgres --help blurb about the removed -A option.
2014-09-22  Andres FreundImprove code around the recently added rm_identify...
2014-09-19  Tom LaneFix failure of contrib/auto_explain to print per-node...
2014-09-19  Robert Haasdoc: Use <literal> and all-caps for READ COMMITTED...
2014-09-19  Robert HaasAdd a fast pre-check for equality of equal-length strings.
2014-09-19  Stephen FrostRow-Level Security Policies (RLS)
2014-09-19  Andres FreundMark x86's memory barrier inline assembly as clobbering...
2014-09-19  Andres FreundAvoid 'clobbered by longjmp' warning in psql/copy.c.
2014-09-19  Andres FreundAdd the capability to display summary statistics to...
2014-09-19  Andres FreundAdd rmgr callback to name xlog record types for display...
2014-09-18  Andres FreundFix configure check for %z printf support after INT64_M...
2014-09-17  Peter EisentrautFix TAP checks when current directory name contains...
2014-09-16  Heikki LinnakangasFix the return type of GIN triConsistent support functi...
2014-09-15  Heikki LinnakangasFollow the RFCs more closely in libpq server certificat...
2014-09-14  Heikki LinnakangasFix pointer type in size passed to memset.
2014-09-14  Tom LaneInvent PGC_SU_BACKEND and mark log_connections/log_disc...
2014-09-14  Peter EisentrautRun missing documentation tools through "missing"
2014-09-13  Peter Eisentrautpg_ctl: Add tests for behavior with nonexistent data...
2014-09-13  Bruce MomjianRevert f68dc5d86b9f287f80f4417f5a24d876eb13771d
2014-09-13  Bruce MomjianMore formatting.c variable renaming, for clarity
2014-09-12  Robert HaasChange NTUP_PER_BUCKET to 1 to improve hash join lookup...
2014-09-12  Fujii MasaoAdd GUC to enable logging of replication commands.
2014-09-12  Stephen FrostAdd unicode_{column|header|border}_style to psql
2014-09-12  Stephen FrostHandle border = 3 in expanded mode
2014-09-12  Heikki LinnakangasSupport Subject Alternative Names in SSL server certifi...
2014-09-12  Heikki LinnakangasFix GIN data page split ratio calculation.
2014-09-12  Tom LaneFix power_var_int() for large integer exponents.
2014-09-12  Tom LaneFix JSON regression tests.
2014-09-12  Peter EisentrautFix vacuumdb --analyze-in-stages --all order
2014-09-12  Stephen FrostAdd 'ignore_nulls' option to row_to_json
2014-09-11  Bruce Momjianpg_upgrade: adjust C comments
2014-09-11  Heikki LinnakangasRemove dead InRecovery check.
2014-09-11  Bruce Momjianimprove hash creation warning message
2014-09-11  Robert HaasAdd missing volatile qualifier.
2014-09-11  Heikki LinnakangasFix Windows build.
2014-09-11  Heikki LinnakangasSilence compiler warning on Windows.
2014-09-11  Heikki LinnakangasSimplify calculation of Poisson distributed delays...
2014-09-11  Heikki LinnakangasChange the way latency is calculated with pgbench ...
2014-09-11  Peter EisentrautHandle old versions of Test::More
2014-09-11  Peter EisentrautSupport older versions of "prove"
2014-09-11  Bruce Momjiandoc: improve configuration management section
2014-09-11  Bruce Momjianpg_upgrade: compare control version, not catalog version
2014-09-10  Bruce Momjianpg_upgrade: check for large object size compatibility
2014-09-10  Bruce MomjianImplement mxid_age() to compute multi-xid age
2014-09-10  Bruce MomjianIssue a warning during the creation of hash indexes
2014-09-10  Robert HaasFix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
2014-09-10  Heikki LinnakangasPack tuples in a hash join batch densely, to save memory.
2014-09-10  Andres FreundAdd support for optional_argument to our own getopt_lon...
2014-09-10  Andres FreundFix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER...
2014-09-09  Tom LanePreserve AND/OR flatness while extracting restriction...
2014-09-09  Andres FreundAdd new psql help topics, accessible to both --help...
2014-09-09  Robert HaasChange the spinlock primitives to function as compiler...
2014-09-09  Tom LaneAdd width_bucket(anyelement, anyarray).
2014-09-09  Peter Eisentrautdoc: Reflect renaming of Mac OS X to OS X
2014-09-09  Peter EisentrautAllow empty content in xml type
2014-09-09  Stephen FrostMove ALTER ... ALL IN to ProcessUtilitySlow
2014-09-09  Andres FreundFix typo in solaris spinlock fix.
2014-09-08  Andres FreundFix spinlock implementation for some !solaris sparc...
2014-09-08  Tom LaneFix psql \s to work with recent libedit, and add pager...
next