]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2019-06-08  Noah MischUpdate stale comments, and fix comment typos.
2019-06-08  Amit KapilaFix assorted inconsistencies.
2019-06-08  Michael PaquierMove be-gssapi-common.h into src/include/libpq/
2019-06-07  Michael PaquierImprove some comments in pg_checksums about the needed...
2019-06-07  Heikki LinnakangasFix copy-pasto in freeing memory on error in vacuumlo.
2019-06-07  Alvaro HerreraFix default_tablespace usage for partitioned tables
2019-06-06  Amit KapilaFix inconsistency in comments atop ExecParallelEstimate.
2019-06-06  Alvaro HerreraFix message style
2019-06-06  Michael PaquierAdd forgotten translatable string in pg_checksums.c
2019-06-06  Peter Eisentrautpg_waldump: Fix invalid option handling
2019-06-06  Heikki LinnakangasFix confusion on different kinds of slots in IndexOnlyS...
2019-06-06  David RowleyDocs: concurrent builds of partitioned indexes are...
2019-06-05  Peter Eisentrautdoc: Add links to tables
2019-06-05  David RowleyFix confusing NOTICE text in REINDEX CONCURRENTLY
2019-06-05  David RowleyFix incorrect index behavior in COPY FROM with partitio...
2019-06-05  Michael PaquierRework code using list_delete_cell() in MergeAttributes
2019-06-04  Alvaro HerreraDocument piecemeal construction of partitioned indexes
2019-06-04  Peter Eisentrautdoc: Fix whitespace
2019-06-04  Peter EisentrautAdd command column to pg_stat_progress_create_index
2019-06-04  Michael PaquierFix some typos and inconsistencies in tableam.h
2019-06-03  Tom LaneFix contrib/auto_explain to not cause problems in paral...
2019-06-03  Tom LaneFix unsafe memory management in CloneRowTriggersToParti...
2019-06-03  Peter EisentrautUpdate SQL conformance information about JSON path
2019-06-03  Michael PaquierFix typos in various places
2019-06-03  Michael PaquierFix some issues and improve psql completion for access...
2019-06-02  Tom LaneMake cpluspluscheck more portable.
2019-06-02  Tom LaneClean up PL/Perl's handling of the _() macro.
2019-06-02  Tom Laneworker_spi needs a .gitignore file now.
2019-06-02  Tom LaneUn-break ecpg tests for Windows.
2019-06-02  Alvaro HerreraIncrease test coverage for worker_spi by ∞%
2019-06-01  Michael PaquierFix documentation of check_option in information_schema...
2019-05-31  Tom LaneImprove coverage of cpluspluscheck.
2019-05-31  Andres FreundIntegrate cpluspluscheck into build system.
2019-05-31  David RowleyFix incorrect parameter name in comment
2019-05-31  Tom LaneAdjust ecpg expected-results files for commit 7640f9312.
2019-05-31  Tom LaneFix C++ incompatibilities in ecpg/preproc/ header files.
2019-05-31  Tom LaneFix C++ incompatibilities in plpgsql's header files.
2019-05-31  Tom LaneFix assorted header files that failed to compile standa...
2019-05-31  Tom LaneMake our perfect hash functions be valid C++.
2019-05-31  Alvaro HerreraFix double-phrase typo in message
2019-05-30  Michael PaquierRework options of pg_checksums options for filenode...
2019-05-30  Andres FreundRemove unnecessary (and wrong) forward declaration.
2019-05-30  Tomas VondraMake error logging in extended statistics more consistent
2019-05-29  Michael PaquierFix some documentation about access methods
2019-05-29  Michael PaquierFix some documentation about FKs and partitioned tables
2019-05-29  Alvaro HerreraMake one message just like all its siblings.
2019-05-28  Alvaro HerreraFix typo in message
2019-05-28  Noah MischIn the pg_upgrade test suite, don't write to src/test...
2019-05-28  Noah MischIn the pg_upgrade test suite, remove and recreate ...
2019-05-28  Andres Freundv12 release notes: Correct contributor name.
2019-05-28  Peter EisentrautFix comment
2019-05-28  Bruce Momjiandocs: PG 12 relnote wording fix
2019-05-28  Michael PaquierFix typos in SQL scripts of pgcrypto
2019-05-27  Peter Eisentrautdoc: Fix generated column documentation
2019-05-26  Tom LaneFix more thinkos in new ECPG "PREPARE AS" code.
2019-05-26  Tom LaneFix thinko in new ECPG "PREPARE AS" code.
2019-05-26  Amit KapilaFix typos.
2019-05-26  Peter EisentrautChange Graphviz file extension
2019-05-25  Amit KapilaDoc: fix incorrect references in PG 12 release notes.
2019-05-24  Tom LaneDoc: fix typo in pgbench random_zipfian() documentation.
2019-05-24  Thomas MunroUpdate copyright year.
2019-05-24  Thomas MunroFix typos.
2019-05-23  Andres Freundtableam: Rename wrapper functions to match callback...
2019-05-23  Michael PaquierFix table dump in pg_dump[all] with backends older...
2019-05-23  Andres Freundpg_upgrade: Make test.sh's installcheck use to-be-upgra...
2019-05-23  Andrew GierthFix array size allocation for HashAggregate hash keys.
2019-05-23  Michael PaquierFix ordering of GRANT commands in pg_dumpall for tables...
2019-05-23  Michael PaquierRemove -o/--oids from pg_dumpall
2019-05-22  Tom LaneInitial pgperltidy run for v12.
2019-05-22  Tom LanePhase 2 pgindent run for v12.
2019-05-22  Tom LaneInitial pgindent run for v12.
2019-05-22  Peter EisentrautConvert ExecComputeStoredGenerated to use tuple slots
2019-05-22  Fujii MasaoMention ANALYZE boolean options in documentation.
2019-05-22  Tom LaneFix O(N^2) performance issue in pg_publication_tables...
2019-05-22  Bruce Momjiandocs: PG 12 release notes, support functions
2019-05-22  Bruce Momjiandoc: PG 12 relnotes, correct recovery_target* variabl...
2019-05-22  Tom LaneAdd .gitignore entries for new ecpg test case.
2019-05-22  Tom LaneIn transam.h, don't expose static inline functions...
2019-05-22  Michael PaquierFix ordering of GRANT commands in pg_dump for database...
2019-05-22  Tom LaneUn-break pg_upgrade regression test.
2019-05-22  Michael MeskesImplement PREPARE AS statement for ECPG.
2019-05-21  Andres Freundpg_upgrade: Avoid check target accidentally breaking...
2019-05-21  Andres Freundpg_upgrade: Don't use separate installation for test.
2019-05-21  Bruce Momjiandocs: PG 12 relnote adjustments based on feedback...
2019-05-21  Bruce Momjiandocs: adjust RECORD PG 12 relnote item
2019-05-21  Bruce Momjiandoc: adjust PG 12 relnotes item on float digit adjustment
2019-05-21  Bruce Momjiandoc: fix markup for PG 12 rel notes
2019-05-21  Bruce Momjiandoc: adjustments for PG 12 release notes
2019-05-21  Tom LaneMake pg_upgrade's test.sh less chatty.
2019-05-21  Tom LaneInsert temporary debugging output in regression tests.
2019-05-21  Robert Haastableam: Move heap-specific logic from needs_toast_tabl...
2019-05-20  Tom LaneDoc: improve description of regexp character classes.
2019-05-20  Tom LaneStamp 12beta1. REL_12_BETA1
2019-05-20  Andres FreundFix regression tests broken in fc7c281f87467.
2019-05-20  Fujii MasaoFix comment for issue_xlog_fsync().
2019-05-20  Fujii MasaoMake VACUUM accept 1 and 0 as a boolean value.
2019-05-20  Peter EisentrautTranslation updates
2019-05-20  Peter EisentrautRemove bug.template file
2019-05-20  Andres FreundRemove outdated comment in copy.c.
2019-05-20  Andres FreundMinimally fix partial aggregation for aggregates that...
next