]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-07-14 Heikki LinnakangasFix event trigger support for the new ALTER OPERATOR...
2015-07-14 Heikki LinnakangasAdd ALTER OPERATOR command, for changing selectivity...
2015-07-14 Fujii MasaoPrevent pgstattuple() from reporting BRIN as unknown...
2015-07-14 Heikki LinnakangasMake regression test output stable.
2015-07-14 Heikki LinnakangasRetain comments on indexes and constraints at ALTER...
2015-07-14 Heikki LinnakangasReformat code in ATPostAlterTypeParse.
2015-07-12 Bruce Momjianrelease notes: markup: vacuumdb is an application...
2015-07-12 Tom LaneFix assorted memory leaks.
2015-07-12 Andres FreundFor consistency add a pfree to ON CONFLICT set_plan_ref...
2015-07-12 Andres FreundOptionally don't error out due to preexisting slots...
2015-07-12 Tom LaneAdd now-required #include.
2015-07-12 Bruce Momjiandoc: fix typo in CREATE POLICY manual page
2015-07-11 Joe ConwayAdd assign_expr_collations() to CreatePolicy() and...
2015-07-10 Heikki LinnakangasCopy-edit the docs changes of OWNER TO CURRENT/SESSION_...
2015-07-09 Tom LaneImprove documentation about array concat operator vs...
2015-07-09 Tom LaneFix postmaster's handling of a startup-process crash.
2015-07-09 Fujii MasaoFix obsolete comment regarding NOTICE message level.
2015-07-09 Fujii MasaoMake wal_compression PGC_SUSET rather than PGC_USERSET.
2015-07-09 Heikki LinnakangasUse --debug flag in "remote" pg_rewind regression tests.
2015-07-09 Heikki LinnakangasFix another broken link in documentation.
2015-07-09 Heikki LinnakangasImprove logging of TAP tests.
2015-07-09 Heikki LinnakangasUse AS_IF rather than plain shell "if" in pthread-check.
2015-07-09 Noah MischAdd .gitignore entries for AIX-specific intermediate...
2015-07-09 Noah MischLink pg_stat_statements with libm.
2015-07-09 Noah MischGiven a gcc-compatible xlc compiler, prefer xlc-style...
2015-07-09 Noah MischFinish generic-xlc.h draft atomics implementation.
2015-07-09 Noah MischRevoke support for strxfrm() that write past the specif...
2015-07-09 Noah MischReplace use of "diff -q".
2015-07-09 Noah MischFix null pointer dereference in "\c" psql command.
2015-07-08 Heikki LinnakangasMove pthread-tests earlier in the autoconf script.
2015-07-08 Heikki LinnakangasReplace our hacked version of ax_pthread.m4 with latest...
2015-07-07 Joe ConwayImprove regression test coverage of table lock modes...
2015-07-07 Fujii MasaoFix incorrect path in pg_regress log messages.
2015-07-07 Tom LaneFix portability issue in pg_upgrade test script: avoid...
2015-07-07 Heikki LinnakangasImprove handling of out-of-memory in libpq.
2015-07-07 Fujii MasaoAdd tab-completion for psql meta-commands.
2015-07-07 Andres FreundRefer to %p in the psql docs as 'process ID' not 'pid'.
2015-07-07 Andres FreundAdd psql PROMPT variable showing the pid of the connect...
2015-07-07 Andres FreundFix logical decoding bug leading to inefficient reopeni...
2015-07-07 Andres FreundFix pg_recvlogical not to fsync output when it's a...
2015-07-07 Joe ConwayMake RLS related error messages more consistent and...
2015-07-06 Heikki LinnakangasTurn install.bat into a pure one line wrapper fort...
2015-07-06 Heikki LinnakangasCall getsockopt() on the correct socket.
2015-07-06 Heikki LinnakangasDon't set SO_SNDBUF on recent Windows versions that...
2015-07-06 Fujii MasaoRemove incorrect warning from pg_archivecleanup document.
2015-07-05 Tom LaneMake a editorial pass over pgbench's error messages.
2015-07-05 Tom LaneFix some typos in regression test comments.
2015-07-05 Tom LaneFurther reduce overhead for passing plpgsql variables...
2015-07-05 Tom LaneFix bad grammar in brin.sgml.
2015-07-03 Tom LaneAdd documentation and regression tests concerning round...
2015-07-03 Tom LaneAdd psql \ev and \sv commands for editing and showing...
2015-07-03 Heikki LinnakangasRemove thread-emulation support from pgbench.
2015-07-03 Heikki LinnakangasFix pgbench progress report behaviour when pgbench...
2015-07-03 Heikki LinnakangasLift the limitation that # of clients must be a multipl...
2015-07-03 Fujii MasaoMake WAL-related utilities handle .partial WAL files...
2015-07-02 Tom LaneImprove pg_restore's -t switch to match all types of...
2015-07-02 Tom LaneMake numeric form of PG version number readily availabl...
2015-07-02 Tom LaneFix misuse of TextDatumGetCString().
2015-07-02 Tom LaneAdd an optional missing_ok argument to SQL function...
2015-07-02 Heikki LinnakangasRemove obsolete heap_formtuple/modifytuple/deformtuple...
2015-07-02 Heikki LinnakangasRemove "const" from convertTSFunction()'s return type.
2015-07-02 Heikki LinnakangasPlug some trivial memory leaks in pg_dump and pg_upgrade.
2015-07-02 Joe ConwayWhitespace fix - replace tab with spaces in CREATE...
2015-07-02 Heikki LinnakangasReplace obsolete autoconf macros with their modern...
2015-07-02 Heikki LinnakangasDon't emit a spurious space at end of line in pg_dump...
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-07-02 Heikki LinnakangasFix name of argument to pg_stat_file.
2015-07-02 Heikki LinnakangasUse American spelling for "behavior".
2015-07-02 Andrew DunstanAllow MSVC's contribcheck and modulescheck to run indep...
2015-07-02 Fujii MasaoMake use of xlog_internal.h's macros in WAL-related...
2015-07-01 Tom LaneDon't leave pg_hba and pg_ident data lying around in...
2015-07-01 Tom LaneMake sampler_random_fract() actually obey its API contract.
2015-07-01 Fujii MasaoMake XLogFileCopy() look the same as in 9.4.
2015-06-30 Tom LaneFix broken link in documentation.
2015-06-30 Andres FreundFix typo and omission in my earlier 9.5 release notes...
2015-06-30 Andres FreundImprove 9.5 release notes.
2015-06-30 Tom LaneStamp shared-library minor version numbers for 9.6.
2015-06-30 Tom LaneStamp HEAD as 9.6devel.
2015-06-30 Alvaro HerreraTest -lrt for sched_yield
2015-06-30 Tom LaneRemove useless check for NULL subexpression.
2015-06-30 Heikki LinnakangasAdd assertion to check the special size is sane before...
2015-06-30 Heikki LinnakangasDon't call PageGetSpecialPointer() on page until it...
2015-06-30 Robert HaasIn bttext_abbrev_convert, move pfree to the right place.
2015-06-29 Heikki LinnakangasInitialize GIN metapage correctly when replaying metapa...
2015-06-29 Tom LaneStamp 9.5alpha1. REL9_5_ALPHA1
2015-06-29 Tom LaneDesultory review of 9.5 release notes.
2015-06-29 Tom LaneCode + docs review for escaping of option values (commi...
2015-06-29 Andres FreundReplace ia64 S_UNLOCK compiler barrier with a full...
2015-06-29 Peter EisentrautTranslation updates
2015-06-29 Tom LaneRun the C portions of guc-file.l through pgindent.
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-06-28 Heikki LinnakangasAlso trigger restartpoints based on max_wal_size on...
2015-06-28 Heikki LinnakangasFix markup in docs.
2015-06-28 Heikki LinnakangasPromote the assertion that XLogBeginInsert() is not...
2015-06-28 Heikki LinnakangasFix double-XLogBeginInsert call in GIN page splits.
2015-06-28 Heikki LinnakangasDon't choke on files that are removed while pg_rewind...
2015-06-28 Heikki LinnakangasAdd missing_ok option to the SQL functions for reading...
2015-06-28 Kevin GrittnerFix comment for GetCurrentIntegerTimestamp().
2015-06-28 Tatsuo IshiiFix function declaration style to respect the coding...
2015-06-27 Tom LaneAvoid passing NULL to memcmp() in lookups of zero-argum...
next