]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-04-04  Tom LaneFix TAP tests to use only standard command-line argumen...
2015-04-04  Robert HaasFix numeric abbreviation for --disable-float8-byval.
2015-04-03  Tom LaneRemove unnecessary variables in _hash_splitbucket().
2015-04-03  Alvaro HerreraTransform ALTER TABLE/SET TYPE/USING expr during parse...
2015-04-03  Alvaro HerreraAdd log_min_autovacuum_duration per-table option
2015-04-03  Alvaro HerreraHave autovacuum workers listen to SIGHUP, too
2015-04-03  Fujii MasaoFix error handling of XLogReaderAllocate in case of OOM
2015-04-03  Robert HaasChange the way we decide whether to give up on abbrevia...
2015-04-03  Fujii MasaoRework handling of OOM when allocating record buffer...
2015-04-03  Fujii MasaoAdd palloc_extended for frontend and backend.
2015-04-03  Tom LaneFix rare startup failure induced by MVCC-catalog-scans...
2015-04-03  Fujii MasaoAdd markup for replaceable parameters to pg_rewind...
2015-04-02  Robert HaasImprove pgbench error reporting.
2015-04-02  Robert HaasRepair stupid mistake in preprocessor directive.
2015-04-02  Robert HaasAfter a crash, don't restart workers with BGW_NEVER_RES...
2015-04-02  Robert HaasUse abbreviated keys for faster sorting of numeric...
2015-04-02  Alvaro Herreraautovacuum: Fix polarity of "wraparound" variable
2015-04-02  Robert HaasAdd missing calls to DatumGetUInt32.
2015-04-02  Andres FreundDefine integer limits independently from the system...
2015-04-02  Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-02  Robert HaasFix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.
2015-04-02  Robert HaasRevert "psql: fix \connect with URIs and conninfo strings"
2015-04-02  Simon RiggsCorrect comment to use RS_EPHEMERAL
2015-04-01  Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-01  Bruce Momjianpg_upgrade: call 'postgres' binary to get data directo...
2015-04-01  Tom LaneProvide real selectivity estimators for inet/cidr opera...
2015-04-01  Heikki LinnakangasMove inet/cidr GiST opclass functions to correct place...
2015-04-01  Tom LaneFix incorrect markup in documentation of window frame...
2015-03-31  Fujii MasaoMake pg_ctl use SIGINT as a default shutdown signal.
2015-03-31  Bruce Momjianinitdb: remove unnecessary VACUUM FULL
2015-03-31  Bruce Momjianpg_ctl: change default shutdown mode from 'smart'...
2015-03-31  Bruce Momjianpsql: add asciidoc output format
2015-03-31  Bruce Momjianbtree_gin: properly call DirectFunctionCall1()
2015-03-31  Heikki LinnakangasRemove spurious semicolons.
2015-03-30  Andrew DunstanRun pg_upgrade and pg_resetxlog with restricted token...
2015-03-30  Tom LaneFix bogus concurrent use of _hash_getnewbuf() in bucket...
2015-03-30  Alvaro HerreraChange array_offset to return subscripts, not offsets
2015-03-30  Alvaro HerreraFix lost persistence setting during REINDEX INDEX
2015-03-30  Tom LaneBe more careful about printing constants in ruleutils.c.
2015-03-30  Tom LaneFix rare core dump in BackendIdGetTransactionIds().
2015-03-30  Heikki LinnakangasAdd index-only scan support to range type GiST opclass.
2015-03-30  Tom LaneClean up all the cruft after a pg_rewind test run.
2015-03-30  Tom LaneFix multiple bugs and infelicities in pg_rewind.
2015-03-29  Tom LaneAdd vacuum_delay_point call in compute_index_stats...
2015-03-29  Tom LaneMake ginbuild's funcCtx be independent of its tmpCtx.
2015-03-29  Tom LaneRemove a couple other vestigial yylex() declarations.
2015-03-29  Tom LaneMinor code cleanups in pgbench expression support.
2015-03-28  Tom LaneBetter fix for misuse of Float8GetDatumFast().
2015-03-28  Andrew DunstanAdd a pager_min_lines setting to psql
2015-03-28  Andrew DunstanUse standard librart sqrt function in pg_stat_statements
2015-03-28  Heikki LinnakangasAdd index-only scan support to inet GiST opclass.
2015-03-27  Peter EisentrautFix whitespace
2015-03-27  Heikki LinnakangasAdd index-only scan support to btree_gist.
2015-03-27  Andrew DunstanFix portability issues with stddev in pg_stat_statements
2015-03-27  Andrew DunstanAdd stats for min, max, mean, stddev times to pg_stat_s...
2015-03-26  Heikki LinnakangasMinor refactoring of btree_gist code.
2015-03-26  Heikki LinnakangasFix GiST index-only scans for opclasses with different...
2015-03-26  Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-26  Heikki LinnakangasAdd support for index-only scans in GiST.
2015-03-26  Heikki LinnakangasMinor cleanup of GiST code, for readability.
2015-03-26  Tom LaneSuppress some unused-variable complaints in new LOCK_DE...
2015-03-26  Tatsuo IshiiMake SyncRepWakeQueue to a static function
2015-03-25  Tom LaneAdd an ASSERT statement in plpgsql.
2015-03-25  Andres FreundCentralize definition of integer limits.
2015-03-25  Alvaro HerreraReturn ObjectAddress in many ALTER TABLE sub-routines
2015-03-25  Tom LaneUpgrade src/port/rint.c to be POSIX-compliant.
2015-03-25  Kevin GrittnerReduce pinning and buffer content locking for btree...
2015-03-25  Alvaro HerreraAdd OID output argument to DefineTSConfiguration
2015-03-25  Alvaro HerreraFix bug for array-formatted identities of user mappings
2015-03-25  Alvaro HerreraFix gram.y comment to match reality
2015-03-25  Bruce MomjianRevert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74
2015-03-25  Bruce MomjianPL/pgSQL docs: recommend format() for query construction
2015-03-25  Bruce Momjianpsql: show proper row count in \x mode for zero-column...
2015-03-25  Bruce Momjiandocs: clarify when MVCC snapshot is taken
2015-03-25  Bruce Momjianbtree_gin: properly call DirectFunctionCall1()
2015-03-24  Bruce Momjiandoc: update NUMERIC to state that only some ops are...
2015-03-24  Bruce MomjianAdd support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
2015-03-24  Tom LaneFix ExecOpenScanRelation to take a lock on a ROW_MARK_C...
2015-03-23  Tom LaneApply table and domain CHECK constraints in name order.
2015-03-23  Alvaro Herreravacuumdb: Check result status of PQsendQuery
2015-03-23  Heikki LinnakangasTry to fix MSVC build of pg_rewind.
2015-03-23  Heikki LinnakangasAdd pg_rewind, for re-synchronizing a master server...
2015-03-23  Andres FreundDon't delay replication for less than recovery_min_appl...
2015-03-23  Andres FreundFix copy & paste error in 4f1b890b137.
2015-03-23  Robert HaasRemove ill-advised pre-check for DSM segment exhaustion.
2015-03-23  Bruce Momjianto_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14
2015-03-22  Andres FreundFix minor copy & pasto in the int128 accumulator patch.
2015-03-22  Tom LaneAllow foreign tables to participate in inheritance.
2015-03-22  Bruce Momjianrm src/test/performance
2015-03-22  Bruce MomjianAdd TOAST table to pg_shseclabel for long label use
2015-03-22  Bruce MomjianUse mmap MAP_NOSYNC option to limit shared memory writes
2015-03-22  Bruce Momjianto_char(float4/8): don't print "junk" digits
2015-03-22  Bruce Momjianto_char(float4/8): zero pad to specified length
2015-03-21  Heikki LinnakangasMake pg_xlogdump MSVC build work more like others.
2015-03-21  Bruce Momjianpg_recvlogical: update --help description
2015-03-20  Bruce Momjiandocs: clarify the use of shell types
2015-03-20  Bruce MomjianC comment: clearify SQL command mention
2015-03-20  Bruce Momjianvacuumdb --help text: clarify analyze-only
2015-03-20  Bruce Momjiandoc: add comma for clarity
2015-03-20  Bruce MomjianC comment: update lock level mention in comment
next