]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-08-01  Alvaro HerreraFix per-tuple memory leak in partition tuple routing
2018-08-01  Tom LaneFix libpq's code for searching .pgpass; rationalize...
2018-08-01  Robert HaasUpdate parallel.sgml for Parallel Append
2018-07-31  Bruce Momjianpg_upgrade: fix --check for live source server checks
2018-07-31  Andrew GierthProvide for contrib and pgxs modules to install include...
2018-07-31  Tom LaneFurther fixes for quoted-list GUC values in pg_dump...
2018-07-30  Tom LaneRemove dead code left behind by 1b6801051.
2018-07-30  Alvaro HerreraVerify range bounds to bms_add_range when necessary
2018-07-30  Alvaro HerreraChange bms_add_range to be a no-op for empty ranges
2018-07-30  Tom LaneEnsure we build generated headers at the start of some...
2018-07-30  Alvaro HerreraSet ActiveSnapshot when logically replaying inserts
2018-07-30  Tom LaneFix pg_dump's failure to dump REPLICA IDENTITY for...
2018-07-30  Tom LaneDoc: fix oversimplified example for CREATE POLICY.
2018-07-29  Noah MischFix earthdistance test suite function name typo.
2018-07-29  Noah MischDocument security implications of qualified names.
2018-07-28  Bruce Momjianpgtest: run clean, build, and check stages separately
2018-07-28  Bruce Momjianpg_upgrade: check for clean server shutdowns
2018-07-28  Bruce Momjianpgtest: grab possible warnings from install.log
2018-07-27  Amit KapilaFix the buffer release order for parallel index scans.
2018-07-27  Michael PaquierFix handling of pgbench's hash when no argument is...
2018-07-26  Tom LaneProvide plpgsql tests for cases involving record field...
2018-07-26  Tom LaneAvoid crash in eval_const_expressions if a Param's...
2018-07-25  Andres FreundLLVMJIT: Release JIT context after running ExprContext...
2018-07-25  Andres FreundLLVMJIT: Check for 'noinline' attribute in recursively...
2018-07-24  Thomas MunroPad semaphores to avoid false sharing.
2018-07-24  Andres Freunddoc: Fix reference to "decoder" to instead be the corre...
2018-07-24  Peter Eisentrautpsql: Add option for procedures to \df
2018-07-24  Michael PaquierFix calculation for WAL segment recycling and removal
2018-07-23  Robert Haaspgbench: Remove duplicate entries from table of builtin...
2018-07-23  Andres FreundLLVMJIT: Adapt to API changes in gdb and perf support.
2018-07-23  Andres FreundLLVMJIT: Fix LLVM build for LLVM > 7.
2018-07-23  Andres FreundReset context at the tail end of JITed EEOP_AGG_PLAIN_T...
2018-07-23  Andres FreundFix JITed EEOP_AGG_INIT_TRANS, which missed some state.
2018-07-21  Tom LaneFurther portability hacking in pg_upgrade's test script.
2018-07-21  Tom LaneBe more paranoid about quoting in pg_upgrade's test...
2018-07-20  Tom LaneAvoid unportable shell syntax in pg_upgrade's test...
2018-07-20  Dean RasheedGuard against rare RAND_bytes() failures in pg_strong_r...
2018-07-19  Alexander KorotkovFix handling of empty uncompressed posting list pages...
2018-07-19  Tom LaneRemove undocumented restriction against duplicate parti...
2018-07-19  Tom LaneImprove psql's \d command to show whether index columns...
2018-07-19  Tom LaneFix pg_get_indexdef()'s behavior for included index...
2018-07-19  Alvaro HerreraRewrite comments in replication slot advance implementation
2018-07-19  Heikki LinnakangasFix error message when a hostaddr cannot be parsed.
2018-07-19  Heikki LinnakangasRephrase a few comments for clarity.
2018-07-19  Michael PaquierFix print of Path nodes when using OPTIMIZER_DEBUG
2018-07-19  Michael PaquierFix re-parameterize of MergeAppendPath
2018-07-18  Tom LaneRemove race-prone hot_standby_feedback test cases in...
2018-07-18  Tom LaneDrop the rule against included index columns duplicatin...
2018-07-18  Heikki LinnakangasFix misc typos, mostly in comments.
2018-07-17  Alvaro Herreradoc: move PARTITION OF stanza to just below PARTITION BY
2018-07-17  Alvaro HerreraFix ALTER TABLE...SET STATS error message for included...
2018-07-16  Alvaro HerreraFix partition pruning with IS [NOT] NULL clauses
2018-07-16  Robert HaasAdd subtransaction handling for table synchronization...
2018-07-16  Peter Eisentrautdoc: Update redirecting links
2018-07-14  Tom LaneFix hashjoin costing mistake introduced with inner_uniq...
2018-07-13  Tom LaneFix crash in contrib/ltree's lca() function for empty...
2018-07-13  Peter EisentrautUpdate documentation editor setup instructions
2018-07-13  Tom LaneFix crash in json{b}_populate_recordset() and json...
2018-07-13  Alvaro HerreraDump foreign keys on partitioned tables
2018-07-13  Tom LaneFix inadequate buffer locking in FSM and VM page re...
2018-07-13  Bruce Momjiandocs: Remove "New" description of the libpqxx interface
2018-07-13  Peter EisentrautProhibit transaction commands in security definer proce...
2018-07-12  Peter EisentrautReset shmem_exit_inprogress after shmem_exit()
2018-07-12  Tom LaneDoc: minor improvement in pl/pgsql FETCH/MOVE documenta...
2018-07-12  Alvaro HerreraFix FK checks of TRUNCATE involving partitioned tables
2018-07-12  Tom LaneDoc: clarify release note text about v11's new window...
2018-07-12  Tom LaneDoc: update documentation for requirement of ORDER...
2018-07-12  Amit KapilaAllow using the updated tuple while moving it to a...
2018-07-12  Michael PaquierMake logical WAL sender report streaming state appropri...
2018-07-11  Tom LaneFix create_scan_plan's handling of sortgrouprefs for...
2018-07-11  Tom LaneFix bugs with degenerate window ORDER BY clauses in...
2018-07-10  Michael PaquierBlock replication slot advance for these not yet reserv...
2018-07-10  Alvaro HerreraBetter handle pseudotypes as partition keys
2018-07-10  Peter EisentrautFix typos
2018-07-10  Peter EisentrautFix typo
2018-07-09  Tom LaneAvoid emitting a bogus WAL record when recycling an...
2018-07-09  Alvaro HerreraFlip argument order in XLogSegNoOffsetToRecPtr
2018-07-09  Tom LaneFix yet more problems with incorrectly-constructed...
2018-07-09  Bruce Momjianrel notes: mention enabling of parallelism in PG 10
2018-07-09  Peter EisentrautAdd UtilityReturnsTuples() support for CALL
2018-07-09  Michael PaquierRework order of end-of-recovery actions to delay timeli...
2018-07-07  Peter EisentrautAdd separate error message for procedure does not exist
2018-07-06  Michael PaquierAdd note in pg_rewind documentation about read-only...
2018-07-06  Peter EisentrautFix assert in nested SQL procedure call
2018-07-06  Peter EisentrautAllow CALL with polymorphic type arguments
2018-07-06  Alvaro HerreraAllow replication slots to be dropped in single-user...
2018-07-06  Alvaro Herreradoc: Reword old inheritance partitioning documentation
2018-07-05  Alvaro Herreralogical decoding: beware of an unset specinsert change
2018-07-05  Peter Eisentrautdoc: Fix typos
2018-07-05  Alvaro HerreraReduce cost of test_decoding's new oldest_xmin test
2018-07-05  Michael PaquierPrevent references to invalid relation pages after...
2018-07-05  Andres FreundUse context with correct lifetime in hypothetical_dense...
2018-07-04  Andres FreundCheck for interrupts inside the nbtree page deletion...
2018-07-04  Fujii MasaoImprove the performance of relation deletes during...
2018-07-04  Michael PaquierRemove dead code for temporary relations in partition...
2018-07-03  Peter EisentrautCorrect comment
2018-07-01  Peter EisentrautFix libpq example programs
2018-06-30  Andrew Dunstanperltidy run prior to branching
2018-06-30  Andrew Dunstanpgindent run prior to branching
2018-06-30  Andrew DunstanUpdate typedefs list
next