]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-11-14  Tom LaneAdd a timezone-specific variant of date_trunc().
2018-11-14  Tom LaneSecond try at fixing numeric data passed through an...
2018-11-14  Peter EisentrautLower lock level for renaming indexes
2018-11-14  Michael PaquierInitialize TransactionState and user ID consistently...
2018-11-14  Michael PaquierAdd flag values in WAL description to all heap records
2018-11-14  Michael PaquierRefactor code creating PartitionBoundInfo
2018-11-13  Alvaro HerreraAdd INSERT ON CONFLICT test on partitioned tables with...
2018-11-13  Tom LaneFix incorrect results for numeric data passed through...
2018-11-13  Tom LaneFix realfailN lexer rules to not make assumptions about...
2018-11-13  Tom LaneRemove unused code in ECPG.
2018-11-13  Tom LaneAlign ECPG lexer more closely with the core and psql...
2018-11-13  Peter Eisentrautdoc: Fix minor whitespace issue
2018-11-13  Peter Eisentrautpg_dump: Fix dumping of WITH OIDS tables
2018-11-13  Thomas MunroFix const correctness warning.
2018-11-13  Amit KapilaFix the initialization of atomic variables introduced...
2018-11-13  Thomas MunroFix handling of HBA ldapserver with multiple hostnames.
2018-11-13  Thomas MunroFix possible buffer overrun in hba.c.
2018-11-12  Michael PaquierRemove CommandCounterIncrement() after processing ON...
2018-11-12  Tom LaneSimplify null-element handling in extension_config_remo...
2018-11-12  Tom LaneLimit the number of index clauses considered in choose_...
2018-11-12  Michael PaquierFix incorrect author name in release notes
2018-11-12  Peter Eisentrautdoc: Small punctuation improvement
2018-11-12  Peter Eisentrautdoc: Small run-time pruning doc fix
2018-11-11  Andrew DunstanDisable MSVC warning caused by recent snprintf.c changes
2018-11-11  Andres FreundRemove volatiles from {procarray,volatile}.c and fix...
2018-11-10  Peter EisentrautApply RI trigger skipping tests also for DELETE
2018-11-10  Peter EisentrautRemove dead foreign key optimization code
2018-11-10  Andres FreundCombine two flag tests in GetSnapshotData().
2018-11-10  Andres Freunddocs: Adapt wal_segment_size docs to fc49e24fa69.
2018-11-10  Tom LaneFix error-cleanup mistakes in exec_stmt_call().
2018-11-10  Tom LaneFix missing role dependencies for some schema and type...
2018-11-10  Andres FreundRemove ineffective check against dropped columns from...
2018-11-10  Andres FreundDon't require return slots for nodes without projection.
2018-11-09  Michael PaquierFix incorrect routine name in xlog_heapam.h
2018-11-09  Alvaro HerreraIndicate session name in isolationtester notices
2018-11-09  Michael PaquierFix dependency handling of partitions and inheritance...
2018-11-08  Tom LaneDisallow setting client_min_messages higher than ERROR.
2018-11-08  Alvaro HerreraRevise attribute handling code on partition creation
2018-11-08  Andrew DunstanAdjust valgrind fix in commit 517b0d0b5f
2018-11-08  Michael PaquierFix incorrect routine name reference in partprune.c
2018-11-07  Andres FreundFixup for b84a6dafbf triggering assert failure in LLVM...
2018-11-07  Tom LaneFix inadequate autoconfiscation of copyfile() usage.
2018-11-07  Andrew DunstanUse parallel installcheck in vcregress.pl's upgrade...
2018-11-07  Andres FreundMove EEOP_*_SYSVAR evaluation out of line.
2018-11-07  Andrew DunstanQuiet valgrind complaints following pread/pwrite changes
2018-11-07  Peter Eisentrautpg_upgrade: Allow use of file cloning
2018-11-07  Andres FreundBuild HashState's hashkeys expression with the correct...
2018-11-07  Andres FreundUse installcheck-parallel in pg_upgrade's testsuite.
2018-11-07  Tom LanePostpone calculating total_table_pages until after...
2018-11-06  Tom LaneLast-minute updates for release notes.
2018-11-06  Tom LaneDisable recheck_on_update optimization to avoid crashes.
2018-11-06  Thomas MunroRemove set-but-unused variable.
2018-11-06  Andrew GierthOptimize nested ConvertRowtypeExpr nodes.
2018-11-06  Thomas MunroUse pg_pread() and pg_pwrite() for data files and WAL.
2018-11-06  Thomas MunroProvide pg_pread() and pg_pwrite() for random I/O.
2018-11-06  Bruce MomjianGUC: adjust effective_cache_size SQL descriptions
2018-11-06  Tom LaneRename rbtree.c functions to use "rbt" prefix not ...
2018-11-06  Tom LaneRemove useless symbol from Makefile.global.
2018-11-06  Thomas MunroRemove some remaining traces of dsm_resize().
2018-11-06  Michael PaquierReorganize format options of psql in alphabetical order
2018-11-06  Michael PaquierSwitch pg_promote to be parallel-safe
2018-11-06  Thomas MunroRemove dsm_resize() and dsm_remap().
2018-11-05  Tom LaneLast-minute updates for release notes.
2018-11-05  Andres FreundFix copy-paste error in errhint() introduced in 691d79a...
2018-11-05  Tom LaneRemove unreferenced pg_opfamily entry.
2018-11-05  Tom LaneLast-minute updates for release notes.
2018-11-05  Michael PaquierBlock creation of partitions with open references to...
2018-11-05  Michael PaquierIgnore partitioned tables when processing ON COMMIT...
2018-11-04  Tom LaneRelease notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20...
2018-11-04  Tom LaneFix ExecuteCallStmt to not scribble on the passed-in...
2018-11-04  Tom LaneFix bugs in plpgsql's handling of CALL argument lists.
2018-11-04  Tom LaneFix unused-variable warning.
2018-11-03  Andres FreundPrevent generating EEOP_AGG_STRICT_INPUT_CHECK operatio...
2018-11-03  Andres FreundFix STRICT check for strict aggregates with NULL ORDER...
2018-11-03  Tom LaneMake ts_locale.c's character-type functions cope with...
2018-11-03  Alvaro HerreraFix tablespace handling for partitioned indexes
2018-11-03  Stephen FrostRemove extra word from create sub docs
2018-11-03  Tom LaneFirst-draft release notes for 11.1.
2018-11-02  Tom LaneYet further rethinking of build changes for macOS Mojave.
2018-11-02  Thomas MunroFix NULL handling in multi-batch Parallel Hash Left...
2018-11-02  Bruce Momjiandocs: adjust simpler language for NULL return from...
2018-11-02  Bruce MomjianGUC: adjust effective_cache_size docs and SQL description
2018-11-02  Magnus HaganderFix some spelling errors in the documentation
2018-11-02  Magnus HaganderFix spelling errors and typos in comments
2018-11-02  Bruce Momjiandoc: use simpler language for NULL return from ANY/ALL
2018-11-01  Michael PaquierLower error level from PANIC to FATAL when restoring...
2018-11-01  Peter EisentrautRemove obsolete pg_constraint.consrc column
2018-11-01  Peter EisentrautRemove obsolete pg_attrdef.adsrc column
2018-11-01  Andres FreundFix error message typo introduced 691d79a07933.
2018-11-01  Peter GeogheganAdjust trace_sort log messages.
2018-10-31  Andres FreundDisallow starting server with insufficient wal_level...
2018-10-31  Tom LaneFix memory leak in repeated SPGIST index scans.
2018-10-31  Andres FreundFix typo in xlog.c.
2018-10-31  Tom LaneSync our copy of the timezone library with IANA release...
2018-10-31  Tom LaneUpdate time zone data files to tzdata release 2018g.
2018-10-30  Tom LaneFix interaction of CASE and ArrayCoerceExpr.
2018-10-30  Peter Eisentrautpg_rewind: Remove unused macro
2018-10-30  Michael PaquierConsolidate cross-option checks in pg_restore
2018-10-30  Michael PaquierAdd pg_partition_tree to display information about...
2018-10-29  Magnus HaganderFix missing whitespace in pg_dump ref page
next