]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-11-20  Peter EisentrautAdd settings to control SSL/TLS protocol version
2018-11-20  Peter EisentrautMake WAL description output more consistent
2018-11-20  Peter Eisentrautdoc: Clarify CREATE TYPE ENUM documentation
2018-11-20  Peter EisentrautRefine some guc.c help texts
2018-11-20  Michael PaquierFix issues with TAP tests of pg_verify_checksums
2018-11-19  Tom LaneAdd needed #include.
2018-11-19  Tom LaneHandle EPIPE more sanely when we close a pipe reading...
2018-11-19  Alvaro Herrerapsql: Describe partitioned tables/indexes as such
2018-11-19  Tom LaneUpdate config/ax_pthread.m4 to latest upstream version.
2018-11-19  Tom LanePostpone LLVM-related uses of AC_CHECK_DECLS.
2018-11-19  Alvaro Herrerapsql: Show IP address in \conninfo
2018-11-19  Robert HaasReduce unnecessary list construction in RelationBuildPa...
2018-11-19  Tom LaneFix configure's AC_CHECK_DECLS tests to work correctly...
2018-11-19  Alvaro HerreraDisallow COPY FREEZE on partitioned tables
2018-11-19  Peter Eisentrautpg_archivecleanup: Update file header comment a bit
2018-11-19  Thomas MunroPANIC on fsync() failure.
2018-11-19  Thomas MunroDon't forget about failed fsync() requests.
2018-11-19  Michael PaquierRework documentation of pg_promote
2018-11-19  Michael PaquierRemove unnecessary memcpy when reading WAL record fitti...
2018-11-18  Andrew Dunstanfix typo
2018-11-18  Andrew DunstanSilence MSVC warnings about redefinition of isnan
2018-11-18  Tom LaneFix AC_REQUIRES breakage in LLVM autoconf tests.
2018-11-17  Tomas VondraAdd valgrind suppressions for wcsrtombs optimizations
2018-11-17  Tom LaneAvoid defining SIGTTIN/SIGTTOU on Windows.
2018-11-17  Tom LaneLeave SIGTTIN/SIGTTOU signal handling alone in postmast...
2018-11-17  Andres FreundFix some spurious new compiler warnings in MSVC.
2018-11-17  Andres FreundMake TupleTableSlots extensible, finish split of existi...
2018-11-16  Alvaro HerreraAvoid re-typedef'ing PartitionTupleRouting
2018-11-16  Alvaro Herrerapgbench: introduce a RandomState struct
2018-11-16  Andres FreundInline hot path of slot_getsomeattrs().
2018-11-16  Alvaro HerreraRedesign initialization of partition routing structures
2018-11-16  Andres FreundFix slot type assumptions for nodeGather[Merge].
2018-11-16  Andres FreundAdd dummy field to currently empty struct TupleTableSlo...
2018-11-16  Andres FreundDon't generate tuple deforming functions for virtual...
2018-11-16  Andres FreundVerify that expected slot types match returned slot...
2018-11-16  Andres FreundCompute information about EEOP_*_FETCHSOME at expressio...
2018-11-16  Andres FreundIntroduce notion of different types of slots (without...
2018-11-15  Andres FreundRejigger materializing and fetching a HeapTuple from...
2018-11-15  Peter EisentrautA small tweak to some comments for PartitionKeyData
2018-11-15  Peter EisentrautCorrect code comments for PartitionedRelPruneInfo struct
2018-11-15  Peter EisentrautUpdate executor documentation for run-time partition...
2018-11-15  Andres FreundRationalize expression context reset in ExecModifyTable().
2018-11-15  Andres FreundMake reformat-dat-files, reformat-dat-files VPATH safe.
2018-11-15  Tom LaneImprove performance of partition pruning remapping...
2018-11-15  Alvaro Herrerageo_ops.c: Clarify comments and function arguments
2018-11-15  Amit KapilaFix the omission in docs.
2018-11-15  Thomas MunroFurther adjustment to random() seed initialization.
2018-11-15  Thomas MunroIncrease the number of possible random seeds per time...
2018-11-15  Thomas MunroUse 64 bit type for BufFileSize().
2018-11-14  Tom LaneMake psql's "\pset format" command reject non-unique...
2018-11-14  Tom LaneDoc: remove claim that all \pset format options are...
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...
next