]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-10-12  Michael PaquierAdd TAP tests for pg_verify_checksums
2018-10-11  Andres FreundRemove deprecated abstime, reltime, tinterval datatypes.
2018-10-11  Andres FreundRemove timetravel extension.
2018-10-11  Andres FreundMove timeofday() implementation out of nabstime.c.
2018-10-10  Andres FreundFix logical decoding error when system table w/ toast...
2018-10-10  Andres FreundForce synchronous commit to be enabled for all test_dec...
2018-10-10  Peter EisentrautSlightly correct context check for event triggers
2018-10-10  Peter EisentrautTest that event triggers work in functions and procedures
2018-10-09  Peter EisentrautTurn transaction_isolation into GUC enum
2018-10-09  Tom LaneMake src/common/exec.c's error logging less ugly.
2018-10-09  Greg StarkAdd "B" suffix for bytes to docs
2018-10-09  Tom LaneRemove no-longer-needed variant expected regression...
2018-10-09  Tom LaneSelect appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
2018-10-09  Michael PaquierAdd pg_ls_archive_statusdir function
2018-10-09  Tom LaneConvert some long lists in configure.in to one-line...
2018-10-08  Thomas MunroRelax transactional restrictions on ALTER TYPE ......
2018-10-08  Tom LaneFix omissions in snprintf.c's coverage of standard...
2018-10-08  Tom LaneAdvance transaction timestamp for intra-procedure trans...
2018-10-08  Tom LaneImprove snprintf.c's handling of NaN, Infinity, and...
2018-10-08  Tom LaneAvoid O(N^2) cost in ExecFindRowMark().
2018-10-08  Alvaro HerreraSilence compiler warning in Assert()
2018-10-08  Peter EisentrautTrack procedure calls in pg_stat_user_functions
2018-10-08  Michael PaquierImprove two error messages related to foreign keys...
2018-10-08  Magnus HaganderFix speling error
2018-10-07  Tom LaneRemove some unnecessary fields from Plan trees.
2018-10-07  Alvaro HerreraFix catalog insertion order for ATTACH PARTITION
2018-10-06  Alvaro HerreraFix event triggers for partitioned tables
2018-10-06  Tom LaneRestore sane locking behavior during parallel query.
2018-10-06  Tom LaneRemove more redundant relation locking during executor...
2018-10-06  Tom LaneDon't use is_infinite() where isinf() will do.
2018-10-06  Tom LanePropagate xactStartTimestamp and stmtStartTimestamp...
2018-10-06  Dean RasheedImprove the accuracy of floating point statistical...
2018-10-06  Michael PaquierAssign constraint name when cloning FK definition for...
2018-10-05  Bruce Momjiandoc: update PG 11 release notes
2018-10-05  Tom LaneAllow btree comparison functions to return INT_MIN.
2018-10-05  Tom LaneEnsure that PLPGSQL_DTYPE_ROW variables have valid...
2018-10-05  Peter EisentrautRemove redundant allocation
2018-10-05  Michael PaquierAdd pg_ls_tmpdir function
2018-10-04  Tom LaneIn the executor, use an array of pointers to access...
2018-10-04  Tom LaneCentralize executor's opening/closing of Relations...
2018-10-04  Alvaro HerreraFix duplicate primary keys in partitions
2018-10-04  Michael PaquierRefactor user-facing SQL functions signalling backends
2018-10-04  Michael PaquierAdd option SKIP_LOCKED to VACUUM and ANALYZE
2018-10-03  Andres FreundReplace uint64 use introduced in 4868e446859 in light...
2018-10-03  Andres FreundEnsure that snprintf.c's fmtint() doesn't overflow...
2018-10-03  Tom LaneChange executor to just Assert that table locks were...
2018-10-03  Andres FreundFix issues around EXPLAIN with JIT.
2018-10-03  Tom LaneRationalize snprintf.c's handling of "ll" formats.
2018-10-03  Tom LaneProvide fast path in snprintf.c for conversion specs...
2018-10-03  Tom LaneMake assorted performance improvements in snprintf.c.
2018-10-03  Amit KapilaMAXALIGN the target address where we store flattened...
2018-10-02  Andrew DunstanDon't build static libraries on Cygwin
2018-10-02  Tom LaneChange rewriter/planner/executor/plancache to depend...
2018-10-02  Andres FreundUse slots more widely in tuple mapping code and make...
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
next