]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-10-19  Thomas MunroRefactor pid, random seed and start time initialization.
2018-10-18  Tom LaneStill further rethinking of build changes for macOS...
2018-10-17  Tom LaneImprove some comments related to executor result relations.
2018-10-17  Tom LaneConst-ify a few more large static tables.
2018-10-17  Tom LaneFix minor bug in isolationtester.
2018-10-17  Peter EisentrautFix crash in multi-insert COPY
2018-10-17  Tom LaneMinor additional improvements for ecpglib/prepare.c.
2018-10-17  Tom LaneImprove tzparse's handling of TZDEFRULES ("posixrules...
2018-10-17  Tom LaneAvoid statically allocating statement cache in ecpglib...
2018-10-17  Tom LaneFormatting cleanup in ecpglib/prepare.c.
2018-10-16  Andres FreundReorder FmgrBuiltin members, saving 25% in size.
2018-10-16  Tom LaneBack off using -isysroot on Darwin.
2018-10-16  Andres FreundMark constantly allocated dest receiver as const.
2018-10-16  Andres FreundAdd macro to cast away const without allowing changes...
2018-10-16  Tom LaneBe smarter about age-counter overflow in formatting...
2018-10-16  Tom LaneAvoid rare race condition in privileges.sql regression...
2018-10-16  Tom LaneAvoid statically allocating formatting.c's format strin...
2018-10-16  Andres FreundCorrect constness of system attributes in heap.c &...
2018-10-16  Tom LaneMake PostgresNode.pm's poll_query_until() more chatty...
2018-10-16  Tom LaneImprove stability of recently-added regression test...
2018-10-16  Tom LaneAvoid statically allocating gmtsub()'s timezone workspace.
2018-10-16  Andres FreundCorrect constness of a few variables.
2018-10-16  Andres FreundMove TupleTableSlots boolean member into one flag variable.
2018-10-15  Andres FreundMove generic slot support functions from heaptuple...
2018-10-15  Thomas MunroMove the replication lag tracker into heap memory.
2018-10-15  Tom LaneCheck for stack overrun in standard_ProcessUtility().
2018-10-15  Peter Eisentrautpgbench: Report errors during run better
2018-10-15  Peter EisentrautMake spelling of "acknowledgment" consistent
2018-10-15  Peter EisentrautFixes for "Glyph not available" warnings from FOP
2018-10-14  Alexander KorotkovAdd missed tag in bloom.sgml
2018-10-14  Alexander Korotkovcontrib/bloom documentation improvement
2018-10-14  Tom LaneMake some subquery-using test cases a bit more robust.
2018-10-14  Tom LaneUse PlaceHolderVars within the quals of a FULL JOIN.
2018-10-14  Tom LaneClean up/tighten up coercibility checks in opr_sanity...
2018-10-14  Michael PaquierAvoid duplicate XIDs at recovery when building initial...
2018-10-14  Tom LaneDoc: still further copy-editing for v11 release notes.
2018-10-13  Tom LaneDoc: further copy-editing for v11 release notes.
2018-10-13  Tom LaneDoc: copy-editing for CREATE INDEX reference page.
2018-10-13  Tom LaneMake an editing pass over v11 release notes.
2018-10-12  Tom LaneAnother round of portability hacking on ECPG regression...
2018-10-12  Tom LaneSimplify use of AllocSetContextCreate() wrapper macro.
2018-10-12  Tom LaneRemove dead reference to ecpg resultmap file.
2018-10-12  Alvaro HerreraCorrect attach/detach logic for FKs in partitions
2018-10-12  Tom LaneMake float exponent output on Windows look the same...
2018-10-12  Michael PaquierAdd TAP tests for pg_verify_checksums
2018-10-11  Andres FreundRemove deprecated abstime, reltime, tinterval datatypes.
2018-10-11  Andres FreundRemove timetravel extension.
2018-10-11  Andres FreundMove timeofday() implementation out of nabstime.c.
2018-10-10  Andres FreundFix logical decoding error when system table w/ toast...
2018-10-10  Andres FreundForce synchronous commit to be enabled for all test_dec...
2018-10-10  Peter EisentrautSlightly correct context check for event triggers
2018-10-10  Peter EisentrautTest that event triggers work in functions and procedures
2018-10-09  Peter EisentrautTurn transaction_isolation into GUC enum
2018-10-09  Tom LaneMake src/common/exec.c's error logging less ugly.
2018-10-09  Greg StarkAdd "B" suffix for bytes to docs
2018-10-09  Tom LaneRemove no-longer-needed variant expected regression...
2018-10-09  Tom LaneSelect appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
2018-10-09  Michael PaquierAdd pg_ls_archive_statusdir function
2018-10-09  Tom LaneConvert some long lists in configure.in to one-line...
2018-10-08  Thomas MunroRelax transactional restrictions on ALTER TYPE ......
2018-10-08  Tom LaneFix omissions in snprintf.c's coverage of standard...
2018-10-08  Tom LaneAdvance transaction timestamp for intra-procedure trans...
2018-10-08  Tom LaneImprove snprintf.c's handling of NaN, Infinity, and...
2018-10-08  Tom LaneAvoid O(N^2) cost in ExecFindRowMark().
2018-10-08  Alvaro HerreraSilence compiler warning in Assert()
2018-10-08  Peter EisentrautTrack procedure calls in pg_stat_user_functions
2018-10-08  Michael PaquierImprove two error messages related to foreign keys...
2018-10-08  Magnus HaganderFix speling error
2018-10-07  Tom LaneRemove some unnecessary fields from Plan trees.
2018-10-07  Alvaro HerreraFix catalog insertion order for ATTACH PARTITION
2018-10-06  Alvaro HerreraFix event triggers for partitioned tables
2018-10-06  Tom LaneRestore sane locking behavior during parallel query.
2018-10-06  Tom LaneRemove more redundant relation locking during executor...
2018-10-06  Tom LaneDon't use is_infinite() where isinf() will do.
2018-10-06  Tom LanePropagate xactStartTimestamp and stmtStartTimestamp...
2018-10-06  Dean RasheedImprove the accuracy of floating point statistical...
2018-10-06  Michael PaquierAssign constraint name when cloning FK definition for...
2018-10-05  Bruce Momjiandoc: update PG 11 release notes
2018-10-05  Tom LaneAllow btree comparison functions to return INT_MIN.
2018-10-05  Tom LaneEnsure that PLPGSQL_DTYPE_ROW variables have valid...
2018-10-05  Peter EisentrautRemove redundant allocation
2018-10-05  Michael PaquierAdd pg_ls_tmpdir function
2018-10-04  Tom LaneIn the executor, use an array of pointers to access...
2018-10-04  Tom LaneCentralize executor's opening/closing of Relations...
2018-10-04  Alvaro HerreraFix duplicate primary keys in partitions
2018-10-04  Michael PaquierRefactor user-facing SQL functions signalling backends
2018-10-04  Michael PaquierAdd option SKIP_LOCKED to VACUUM and ANALYZE
2018-10-03  Andres FreundReplace uint64 use introduced in 4868e446859 in light...
2018-10-03  Andres FreundEnsure that snprintf.c's fmtint() doesn't overflow...
2018-10-03  Tom LaneChange executor to just Assert that table locks were...
2018-10-03  Andres FreundFix issues around EXPLAIN with JIT.
2018-10-03  Tom LaneRationalize snprintf.c's handling of "ll" formats.
2018-10-03  Tom LaneProvide fast path in snprintf.c for conversion specs...
2018-10-03  Tom LaneMake assorted performance improvements in snprintf.c.
2018-10-03  Amit KapilaMAXALIGN the target address where we store flattened...
2018-10-02  Andrew DunstanDon't build static libraries on Cygwin
2018-10-02  Tom LaneChange rewriter/planner/executor/plancache to depend...
2018-10-02  Andres FreundUse slots more widely in tuple mapping code and make...
2018-10-02  Tom LaneSet snprintf.c's maximum number of NL arguments to...
2018-10-02  Tom LaneFix corner-case failures in has_foo_privilege() family...
next