]> granicus.if.org Git - postgresql/history - src
Define META_FREE in a way that doesn't cause -Wempty-body warnings.
[postgresql] / src /
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 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 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 rmgr callback to name xlog record types for display...
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 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 LinnakangasSilence compiler warning on Windows.
2014-09-11 Peter EisentrautHandle old versions of Test::More
2014-09-11 Peter EisentrautSupport older versions of "prove"
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 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...
2014-09-07 Stephen FrostTab completion for ALTER .. ALL IN TABLESPACE
2014-09-05 Bruce MomjianReport timezone offset in pg_dump/pg_dumpall
2014-09-05 Bruce MomjianRename C variables in formatting.c, for clarity
2014-09-05 Peter EisentrautAssorted message fixes and improvements
2014-09-05 Fujii MasaoAdd tab-completion for reloptions like user_catalog_table.
2014-09-04 Fujii MasaoFix segmentation fault that an empty prepared statement...
2014-09-04 Robert HaasUpdate comment to reflect commit 1d41739e5a04b0e93304d2...
2014-09-04 Fujii MasaoAllow \watch to display query execution time if \timing...
2014-09-03 Bruce MomjianIssue clearer notice when inherited merged columns...
2014-09-02 Heikki LinnakangasCheck number of parameters in RAISE statement at compil...
2014-09-02 Heikki LinnakangasRefactor per-page logic common to all redo routines...
2014-09-02 Heikki LinnakangasSilence warning on new versions of clang.
2014-09-02 Andres FreundAdd psql PROMPT variable showing which line of a statem...
2014-09-02 Fujii MasaoSupport ALTER SYSTEM RESET command.
2014-09-01 Tom LaneFix unportable use of isspace().
2014-09-01 Andres FreundAdd valgrind suppression for padding bytes in twophase...
2014-09-01 Andres FreundFix s/pluggins/plugins/ typo in two comments.
2014-08-31 Andres FreundDeclare lwlock.c's LWLockAcquireCommon() as a static...
2014-08-31 Andres FreundProtect definition of SpinlockSemaArray, just like...
2014-08-31 Andres FreundDeclare two variables in snapbuild.c as static.
2014-08-30 Bruce MomjianAgain update C comments for pg_attribute.attislocal
2014-08-30 Andres FreundMake backend local tracking of buffer pins memory effic...
2014-08-29 Bruce MomjianUpdate C comment for pg_attribute.attislocal
2014-08-29 Bruce Momjianpg_is_xlog_replay_paused(): remove super-user-only...
2014-08-29 Heikki LinnakangasFix bug in compressed GIN data leaf page splitting...
2014-08-29 Peter EisentrautAssorted message improvements
2014-08-29 Tom LaneAdd min and max aggregates for inet/cidr data types.
2014-08-28 Fujii MasaoRevert "Allow units to be specified in relation option...
2014-08-28 Andres FreundAllow escaping of option values for options passed...
2014-08-28 Fujii MasaoAllow units to be specified in relation option setting...
2014-08-28 Jeff DavisAllow multibyte characters as escape in SIMILAR TO...
2014-08-27 Alvaro HerreraFix FOR UPDATE NOWAIT on updated tuple chains
2014-08-27 Fujii MasaoAdd header comments to receivelog.h and streamutil.h.
next