]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-10-02  Tom LaneSet snprintf.c's maximum number of NL arguments to...
2018-10-02  Tom LaneFix corner-case failures in has_foo_privilege() family...
2018-10-02  Michael PaquierFix documentation of pgrowlocks using "lock_type" inste...
2018-10-02  Amit KapilaTest passing expanded-value representations to workers.
2018-10-01  Michael PaquierRefactor relation opening for VACUUM and ANALYZE
2018-10-01  Peter EisentrautChange PROCEDURE to FUNCTION in CREATE EVENT TRIGGER...
2018-10-01  Tom LaneAdd assertions that we hold some relevant lock during...
2018-10-01  Tom LaneFix tuple_data_split() to not open a relation without...
2018-10-01  Tom LaneFix ALTER COLUMN TYPE to not open a relation without...
2018-10-01  Peter Eisentrautdoc: Clarify CREATE TABLESPACE documentation
2018-09-30  Tom LaneCreate an RTE field to record the query's lock mode...
2018-09-28  Stephen FrostAdd application_name to connection authorized msg
2018-09-28  Tom LaneImprove error reporting for unsupported effective_io_co...
2018-09-28  Tom LaneTweak MSVC build system to match changes in 7143b3e82.
2018-09-28  Tom LaneTweak MSVC build system to match changes in 7143b3e82.
2018-09-28  Tom LaneBuild src/common files as a library with -fPIC.
2018-09-28  Tom LaneRemove pqsignal() from libpq's official exports list.
2018-09-28  Amit KapilaFix assertion failure when updating full_page_writes...
2018-09-28  Andres FreundCorrect overflow handling in pgbench.
2018-09-28  Michael PaquierFix WAL recycling on standbys depending on archive_mode
2018-09-27  Tom LaneFix assorted bugs in pg_get_partition_constraintdef().
2018-09-27  Alexander KorotkovMinor formatting cleanup for 2a6368343f
2018-09-27  Alexander KorotkovRemove extra usage of BoxPGetDatum() macro
2018-09-27  Andres FreundClean up in the wake of TupleDescGetSlot() removal...
2018-09-27  Tom LaneBuild src/port files as a library with -fPIC, and use...
2018-09-26  Tom LaneFix another portability issue from commit 758ce9b77.
2018-09-26  Michael PaquierSwitch flags tracking pending interrupts to sig_atomic_t
2018-09-26  Tom LaneTry another way to detect the result type of strerror_r().
2018-09-26  Tom LaneClean up *printf macros to avoid conflict with format...
2018-09-26  Tom LaneFix link failures due to snprintf/strerror changes.
2018-09-26  Peter EisentrautRecurse to sequences on ownership change for all relkinds
2018-09-26  Tom LaneImplement %m in src/port/snprintf.c, and teach elog...
2018-09-26  Tom LaneAlways use our own versions of *printf().
2018-09-26  Tom LaneIncorporate strerror_r() into src/port/snprintf.c,...
2018-09-26  Tom LaneConvert elog.c's useful_strerror() into a globally...
2018-09-26  Peter EisentrautUpdate dummy CREATE ASSERTION grammar
2018-09-26  Tomas VondraImprove test coverage of geometric types
2018-09-26  Tomas VondraFix problems in handling the line data type
2018-09-26  Michael PaquierAdd basic regression tests for default monitoring roles
2018-09-26  Michael PaquierRework activation of commit timestamps during recovery
2018-09-25  Andres FreundRemove absolete function TupleDescGetSlot().
2018-09-25  Andres FreundSplit ExecStoreTuple into ExecStoreHeapTuple and ExecSt...
2018-09-25  Andres FreundRemove function list from prologue of execTuples.c.
2018-09-25  Andres FreundChange TupleTableSlot->tts_nvalid to type AttrNumber.
2018-09-25  Alvaro HerreraRemove obsolete comment
2018-09-25  Alvaro HerreraRemove fmgr.h inclusion from partition.h
2018-09-25  Andres FreundCollect JIT instrumentation from workers.
2018-09-25  Tom LaneMake some fixes to allow building Postgres on macOS...
2018-09-25  Tom LaneAvoid unnecessary precision loss for pgbench's --rate...
2018-09-25  Thomas MunroConstify dsa_size_class_map and use a better type.
2018-09-25  Michael PaquierIgnore publication tables when --no-publications is...
2018-09-25  Michael PaquierRevoke pg_stat_statements_reset() permissions
2018-09-24  Tom LaneSync our Snowball stemmer dictionaries with current...
2018-09-24  Andres Freundauto_explain: Include JIT information if applicable.
2018-09-24  Andres FreundMake EXPLAIN output for JIT compilation more dense.
2018-09-24  Andrew DunstanFast default trigger and expand_tuple fixes
2018-09-24  Tom LaneUse ppoll(2), if available, to wait for input in pgbench.
2018-09-24  Tom LaneFix over-allocation of space for array_out()'s result...
2018-09-24  Joe ConwayDocument aclitem functions and operators
2018-09-24  Noah MischInitialize random() in bootstrap/stand-alone postgres...
2018-09-23  Tom LaneDoc: warn against using parallel restore with --load...
2018-09-23  Tom LaneFix failure in WHERE CURRENT OF after rewinding the...
2018-09-22  Alexander KorotkovReplace CAS loop with single TAS in ProcArrayGroupClear...
2018-09-22  Michael PaquierMake GUC wal_sender_timeout user-settable
2018-09-22  Tom LaneGet rid of explicit argument-count markings in tab...
2018-09-22  Bruce Momjiandoc: JIT is enabled by default in PG 12
2018-09-21  Bruce Momjiandocs: remove use of escape strings and use bytea hex...
2018-09-21  Tom LaneFix bogus tab-completion rule for CREATE PUBLICATION.
2018-09-21  Tom LaneImprove tab completion for ANALYZE, EXPLAIN, and VACUUM.
2018-09-21  Tom LaneRationalize Query_for_list_of_[relations] query names...
2018-09-21  Thomas MunroUse size_t consistently in dsa.{ch}.
2018-09-21  Michael PaquierDocument lock taken on referenced table when adding...
2018-09-21  Andres FreundError out for clang on x86-32 without SSE2 support...
2018-09-20  Michael PaquierRemove special handling for open() in initdb for Windows
2018-09-20  Tom LaneFix psql's tab completion for TABLE.
2018-09-20  Tom LaneFix psql's tab completion for ALTER DATABASE ... SET...
2018-09-20  Tom LaneAdd a "return" statement to pacify perlcritic.
2018-09-20  Tom LaneAdd missing pg_description strings for pg_type entries.
2018-09-20  Tom LaneTeach genbki.pl to auto-generate pg_type entries for...
2018-09-20  Alexander KorotkovFix handling of format string text characters in to_tim...
2018-09-20  Thomas MunroFix segment_bins corruption in dsa.c.
2018-09-20  Thomas MunroDefer restoration of libraries in parallel workers.
2018-09-19  Michael PaquierEnforce translation mode for Windows frontends to text...
2018-09-19  Tom LaneFix minor error message style guide violation.
2018-09-19  Tom LaneDon't ignore locktable-full failures in StandbyAcquireA...
2018-09-18  Alexander KorotkovAdd support for nearest-neighbor (KNN) searches to...
2018-09-18  Tom LaneAdd a debugging option to stress-test outfuncs.c and...
2018-09-18  Tom LaneFix some minor issues exposed by outfuncs/readfuncs...
2018-09-18  Tom LaneFix some probably-minor oversights in readfuncs.c.
2018-09-18  Thomas MunroAllow DSM allocation to be interrupted.
2018-09-18  Michael PaquierRefactor routines for subscription and publication...
2018-09-17  Tom LaneFix parsetree representation of XMLTABLE(XMLNAMESPACES...
2018-09-17  Tom LaneRemove dead code from pop_next_work_item().
2018-09-17  Tom LaneFix pgbench lexer's "continuation" rule to cope with...
2018-09-16  Peter EisentrautAdd list of acknowledgments to release notes
2018-09-16  Andrew GierthFix out-of-tree build for transform modules.
2018-09-16  Tom LaneAdd outfuncs.c support for RawStmt nodes.
2018-09-16  Bruce Momjiandoc: clarify pg_basebackup's -C/--create-slot description
2018-09-15  Tom LaneIn v11, disable JIT by default (it's still enabled...
2018-09-15  Tom LaneFix failure with initplans used conditionally during...
next