]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-08-07 Tom LaneFix pg_upgrade to handle event triggers in extensions...
2018-08-07 Tom LaneEnsure pg_dump_sort.c sorts null vs non-null namespace...
2018-08-06 Tom LaneLast-minute updates for release notes.
2018-08-06 Tom LaneFix failure to reset libpq's state fully between connec...
2018-08-05 Tom LaneRelease notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.
2018-08-05 Tom LaneDoc: fix incorrectly stated argument list for pgcrypto...
2018-08-05 Heikki LinnakangasRemove now unused check for HAVE_X509_GET_SIGNATURE_NID...
2018-08-05 Heikki LinnakangasRemove support for tls-unique channel binding.
2018-08-05 Tom LaneUpdate version 11 release notes.
2018-08-04 Tom LaneFix INSERT ON CONFLICT UPDATE through a view that isn...
2018-08-04 Michael PaquierReset properly errno before calling write()
2018-08-04 Noah MischMake "kerberos" test suite independent of "localhost...
2018-08-03 Peter GeogheganAdd table relcache invalidation to index builds.
2018-08-03 Tom LaneFirst-draft release notes for 10.5.
2018-08-03 Alvaro HerreraAdd 'n' to list of possible values to pg_default_acl...
2018-08-03 Alvaro HerreraFix pg_replication_slot example output
2018-08-03 Tom LaneRemove no-longer-appropriate special case in psql's...
2018-08-03 Tom LaneChange libpq's internal uses of PQhost() to inspect...
2018-08-03 Amit KapilaFix buffer usage stats for parallel nodes.
2018-08-03 Amit KapilaMatch the buffer usage tracking for leader and worker...
2018-08-02 Thomas MunroAdd missing header include to pmsignal.h.
2018-08-01 Tom LaneFix run-time partition pruning for appends with multipl...
2018-08-01 Alvaro HerreraFix logical replication slot initialization
2018-08-01 Alvaro HerreraFix unnoticed variable shadowing in previous commit
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-08-01 Peter EisentrautAllow multi-inserts during COPY into a partitioned...
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-31 Alvaro HerreraFix typo in file identification and copyright year
2018-07-31 Andrew DunstanRemove SGMLism from commit 2d36a5e9dab6
2018-07-31 Andrew DunstanProvide a log_level setting for auto_explain
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 Peter Eisentrautdoc: Improve CREATE COLLATION locking documentation
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-30 Peter EisentrautAdd ssl_library preset parameter
2018-07-29 Tomas VondraMark variable used only in assertion with PG_USED_FOR_A...
2018-07-29 Tomas VondraRestore handling of -0 in the C field of lines in line_...
2018-07-29 Noah MischFix earthdistance test suite function name typo.
2018-07-29 Michael PaquierMake error message of pageinspect more consistent for...
2018-07-29 Michael PaquierFix two oversights from 9ebe0572 which refactored clust...
2018-07-29 Noah MischDocument security implications of qualified names.
2018-07-29 Tomas VondraProvide separate header file for built-in float types
2018-07-29 Tomas VondraRefactor geometric functions and operators
2018-07-28 Michael PaquierAdd verbosity to pg_basebackup for sync
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 Momjianpg_upgrade: report database names with missing extensi...
2018-07-28 Bruce Momjianpgtest: grab possible warnings from install.log
2018-07-27 Alexander KorotkovReduce path length for locking leaf B-tree pages during...
2018-07-27 Alvaro HerreraFix grammar in README.tuplock
2018-07-27 Robert HaasUse key and partdesc from PartitionDispatch where possible.
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 Tomas VondraAdd strict_multi_assignment and too_many_rows plpgsql...
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 Andres FreundDefend against some potential spurious compiler warning...
2018-07-24 Peter Eisentrautpsql: Add option for procedures to \df
2018-07-24 Michael PaquierRefactor cluster_rel() to handle more options
2018-07-24 Michael PaquierFix calculation for WAL segment recycling and removal
2018-07-24 Thomas MunroUse setproctitle_fast() to update the ps status, if...
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 FreundMop-up for 3522d0eaba5, which missed some alternative...
2018-07-23 Michael PaquierAdd proper errcodes to new error messages for read...
2018-07-23 Michael PaquierMake more consistent some error messages for file-relat...
2018-07-23 Andres FreundFix JITed EEOP_AGG_INIT_TRANS, which missed some state.
2018-07-22 Andres FreundHand code string to integer conversion for performance.
2018-07-22 Andres FreundDeduplicate "invalid input syntax" messages for various...
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-20 Michael PaquierBump catalog version for recent toast table additions
2018-07-19 Michael PaquierAdd toast tables to most system catalogs
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 Alexander KorotkovFix handling of empty uncompressed posting list pages...
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 Heikki LinnakangasFix comment.
2018-07-19 Heikki LinnakangasExpand run-time partition pruning to work with MergeAppend
2018-07-19 Michael PaquierFix print of Path nodes when using OPTIMIZER_DEBUG
2018-07-19 Michael PaquierFix re-parameterize of MergeAppendPath
next