]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-08-27  Tom LaneFix missing dependency for pg_dump's ENABLE ROW LEVEL...
2018-08-26  Thomas MunroFix typos.
2018-08-26  Tom LaneMake syslogger more robust against failures in opening...
2018-08-25  Bruce Momjiandoc: "Latest checkpoint location" will not match in...
2018-08-25  Bruce Momjiandoc: add doc link for 'applicable_roles'
2018-08-25  Bruce Momjiandocs: Clarify pg_ctl initdb option text to match optio...
2018-08-25  Bruce Momjiandocs: clarify plpython SD and GD dictionary behavior
2018-08-24  Andres FreundLLVMJIT: LLVMGetHostCPUFeatures now is upstream, use...
2018-08-24  Tom LaneSuppress uninitialized-variable warning in new SCRAM...
2018-08-23  Andrew GierthFix lexing of standard multi-character operators in...
2018-08-23  Andrew GierthReduce an unnecessary O(N^3) loop in lexer.
2018-08-23  Tom LaneIn libpq, don't look up all the hostnames at once.
2018-08-23  Peter EisentrautCopy-editing of pg_verify_checksums help and ref page
2018-08-23  Peter EisentrautPL/pgSQL: Extend test case
2018-08-23  Alvaro HerreraReturn type of txid_status is text, not txid_status
2018-08-22  Peter Eisentrautdoc: Clarify some wording in PL/pgSQL about transactions
2018-08-22  Peter EisentrautChange PROCEDURE to FUNCTION in CREATE TRIGGER syntax
2018-08-22  Peter EisentrautChange PROCEDURE to FUNCTION in CREATE OPERATOR syntax
2018-08-22  Peter Eisentrautdoc: Update uses of the word "procedure"
2018-08-22  Michael PaquierDo not dump identity sequences with excluded parent...
2018-08-21  Alvaro HerreraFix typo
2018-08-21  Alvaro Herrerafix typo
2018-08-21  Alvaro HerreraFix typo
2018-08-21  Michael PaquierFix set of NLS translation issues
2018-08-21  Michael PaquierFix typo in description of enable_parallel_hash
2018-08-20  Michael PaquierClarify comment about assignment and reset of temp...
2018-08-19  Noah MischMSVC: Finish clean.bat tmp_check coverage.
2018-08-19  Noah MischMSVC: Remove any tmp_check directory before running...
2018-08-18  Peter EisentrautImprove error messages for CREATE OR REPLACE PROCEDURE
2018-08-17  Tom LaneEnsure schema qualification in pg_restore DISABLE/ENABL...
2018-08-17  Andrew GierthSet scan direction appropriately for SubPlans (bug...
2018-08-17  Bruce Momjianpg_upgrade: issue helpful error message for use on...
2018-08-17  Michael PaquierMention ownership requirements for REFRESH MATERIALIZED...
2018-08-16  Thomas MunroProof-reading for documentation.
2018-08-16  Alvaro HerreraFix executor prune failure when plan already pruned
2018-08-16  Tomas VondraClose the file descriptor in ApplyLogicalMappingFile
2018-08-15  Tom LaneMake snprintf.c follow the C99 standard for snprintf...
2018-08-15  Alvaro HerreraUpdate FSM on WAL replay of page all-visible/frozen
2018-08-15  Tom LaneClean up assorted misuses of snprintf()'s result value.
2018-08-14  Bruce Momjianpg_upgrade: fix shutdown check for standby servers
2018-08-14  Peter Eisentrautdoc: Update broken links
2018-08-14  Tom LaneRemove duplicate function declarations.
2018-08-13  Peter EisentrautRemove obsolete comment
2018-08-13  Tom LaneFix libpq's implementation of per-host connection timeouts.
2018-08-13  Michael PaquierMake autovacuum more aggressive to remove orphaned...
2018-08-13  Amit KapilaAdjust comment atop ExecShutdownNode.
2018-08-13  Amit KapilaProhibit shutting down resources if there is a possibil...
2018-08-13  Andrew GierthAvoid query-lifetime memory leaks in XMLTABLE (bug...
2018-08-12  Tom LaneFix bogus loop logic in 013_crash_restart test's pump_u...
2018-08-11  Tom LaneFix wrong order of operations in inheritance_planner.
2018-08-10  Andrew DunstanRevert changes in execMain.c from commit 16828d5c0273b
2018-08-10  Peter GeogheganHandle parallel index builds on mapped relations.
2018-08-10  Alexander KorotkovFix typo in SP-GiST error message
2018-08-10  Alexander KorotkovAdd missing documentation for argument of amcostestimate()
2018-08-09  Alvaro HerreraAdd RECURSIVE to documentation index
2018-08-09  Tom LaneDocument need to clear MAKELEVEL when invoking PG build...
2018-08-09  Bruce Momjiandocs: Only first instance of a PREPARE parameter sets...
2018-08-09  Heikki LinnakangasSpell "partitionwise" consistently.
2018-08-09  Michael PaquierRestrict access to reindex of shared catalogs for non...
2018-08-09  Tom LaneRemove bogus Assert in make_partitionedrel_pruneinfo().
2018-08-08  Peter GeogheganDoc: Correct description of amcheck example query.
2018-08-08  Heikki LinnakangasDon't run atexit callbacks in quickdie signal handlers.
2018-08-08  Tom LaneMatch RelOptInfos by relids not pointer equality.
2018-08-07  Tom LaneDon't record FDW user mappings as members of extensions.
2018-08-07  Tom LaneFix incorrect initialization of BackendActivityBuffer.
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 LaneStamp 11beta3. REL_11_BETA3
2018-08-06  Peter EisentrautTranslation updates
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  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-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 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...
next