]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-04-21  Peter Eisentrautdoc: Update link
2017-04-21  Tom LaneAvoid depending on non-POSIX behavior of fcntl(2).
2017-04-21  Heikki LinnakangasChange the on-disk format of SCRAM verifiers to conform...
2017-04-21  Peter Eisentrautdoc: Fix typo
2017-04-21  Tom LaneRemove long-obsolete catering for platforms without...
2017-04-21  Peter EisentrautSynchronize table list before creating slot in CREATE...
2017-04-20  Tom LaneAdd missing erand48.c to libpq/.gitignore.
2017-04-20  Alvaro HerreraImprove multivariate statistics documentation
2017-04-20  Tom LaneSync pg_ctl documentation and usage message with reality.
2017-04-20  Peter EisentrautModify message when partitioned table is added to publi...
2017-04-20  Fujii MasaoPrevent log_replication_commands from causing SQL comma...
2017-04-20  Fujii MasaoMark some columns in pg_subscription as NOT NULL.
2017-04-20  Fujii MasaoDon't call the function that may raise an error while...
2017-04-19  Heikki LinnakangasFix typo in docs on SASL authentication.
2017-04-18  Tom LaneFix testing of parallel-safety of SubPlans.
2017-04-18  Tom LaneDoc: improve markup in self-signed certificate example.
2017-04-18  Fujii MasaoImprove documentation and comment for quorum-based...
2017-04-18  Tom LaneProvide an error cursor for "can't call an SRF here...
2017-04-18  Fujii MasaoA collection of small fixes for logical replication.
2017-04-18  Fujii MasaoUse DatumGetInt32() to extract 32-bit integer value...
2017-04-18  Heikki LinnakangasAlso fix comment in sample postgresql.conf file, for...
2017-04-18  Andrew DunstanSimplify docs on creating a self-signed SSL certificate
2017-04-18  Heikki LinnakangasRename "scram" to "scram-sha-256" in pg_hba.conf and...
2017-04-18  Simon RiggsFix minor typo in comment
2017-04-18  Simon RiggsExit correctly from PrepareRedoRemove() when not found
2017-04-18  Simon RiggsDon’t push nextid too far forwards in recovery
2017-04-18  Simon RiggsAllow COMMENT ON COLUMN with partitioned tables
2017-04-18  Heikki LinnakangasFix example on creating a trigger with a transition...
2017-04-18  Peter Eisentrautdoc: Clarify logical replication details
2017-04-18  Peter EisentrautSet range table for CopyFrom() in tablesync
2017-04-17  Alvaro HerreraRename columns in new pg_statistic_ext catalog
2017-04-17  Alvaro HerreraTighten up relation kind checks for extended statistics
2017-04-17  Tom LaneAlways build a custom plan node's targetlist from the...
2017-04-17  Fujii MasaoFix typos in comment and log message.
2017-04-17  Peter EisentrautFix new warnings from GCC 7
2017-04-17  Peter EisentrautFix perlcritic warnings
2017-04-17  Alvaro HerreraFix extended statistics with partial analyzes
2017-04-17  Peter Eisentrautpg_dump: Emit ONLY before table added to publication
2017-04-17  Peter EisentrautDocument that ONLY can be specified in publication...
2017-04-17  Tom LaneEnsure BackgroundWorker struct contents are well-defined.
2017-04-16  Peter EisentrautFix typo in comment
2017-04-16  Tom LaneSync addRangeTableEntryForENR() with its peer functions.
2017-04-15  Andrew DunstanMake sure to run one initdb TAP test with no TZ set
2017-04-15  Tom LaneProvide a way to control SysV shmem attach address...
2017-04-15  Tom LaneFix erroneous cross-reference in comment.
2017-04-15  Tom LaneMore cleanup of manipulations of hash indexes' hasho_fl...
2017-04-15  Andrew DunstanDowncase "Wincrypt.h"
2017-04-15  Tom LaneAvoid passing function pointers across process boundaries.
2017-04-14  Peter Eisentrautdoc: Fix typo
2017-04-14  Tom LaneUse one transaction while reading postgres.bki, not...
2017-04-14  Tom LaneClean up manipulations of hash indexes' hasho_flag...
2017-04-14  Tom LaneFurther fix pg_trgm's extraction of trigrams from regul...
2017-04-14  Peter EisentrautReport statistics in logical replication workers
2017-04-14  Peter EisentrautCatversion bump
2017-04-14  Peter EisentrautFix typo in comment
2017-04-14  Peter EisentrautAdd option to modify sync commit per subscription
2017-04-14  Peter EisentrautRemove pstrdup of TextDatumGetCString
2017-04-14  Peter EisentrautRemove useless trailing spaces in queries in C strings
2017-04-14  Peter EisentrautRemove trailing spaces in some output
2017-04-14  Peter Eisentrautpg_dump: Dump comments and security labels for publicat...
2017-04-14  Peter EisentrautMake header self-contained
2017-04-14  Peter Eisentrautpg_dumpall: Allow --no-role-passwords and --binary...
2017-04-13  Tom LaneFix regexport.c to behave sanely with lookaround constr...
2017-04-13  Bruce Momjiandoc: add missing sect1 close tag
2017-04-13  Heikki LinnakangasImprove the SASL authentication protocol.
2017-04-13  Heikki LinnakangasRefactor libpq authentication request processing.
2017-04-13  Tom LaneMove bootstrap-time lookup of regproc OIDs into genbki.pl.
2017-04-13  Peter Eisentrautpg_dump: Always dump subscriptions NOCONNECT
2017-04-13  Peter Eisentrautpg_dump: Dump subscriptions by default
2017-04-13  Alvaro HerreraFix XMLTABLE synopsis, add XMLNAMESPACES example
2017-04-13  Alvaro HerreraCatversion bump forgotten in previous commit
2017-04-13  Heikki LinnakangasMinor cleanup of backend SCRAM code.
2017-04-13  Alvaro HerreraRemove pg_stats_ext view
2017-04-13  Bruce Momjiandocs: update major release instructions
2017-04-13  Bruce Momjiangit_changelog: improve comment
2017-04-13  Simon RiggsMention pg_index changes also cause relcache invalidation
2017-04-13  Fujii MasaoMove pg_stat_progress_vacuum to the table of Dynamic...
2017-04-13  Fujii MasaoImprove documentations for ALTER PUBLICATION and ALTER...
2017-04-13  Fujii MasaoImprove tab-completion of DDL for publication and subsc...
2017-04-12  Tom LaneSpeed up hash_index regression test.
2017-04-12  Tom LaneAvoid transferring parallel-unsafe subplans to parallel...
2017-04-12  Peter Eisentrautdoc: Tweak CSS
2017-04-12  Bruce Momjiangit_changelog: improve instructions for finding branch...
2017-04-12  Tom LaneMark finished Plan nodes with parallel_safe flags.
2017-04-12  Peter EisentrautRemove some tabs in SQL code in C string literals
2017-04-12  Robert HaasFix pgstattuple's handling of unused hash pages.
2017-04-12  Robert HaasCode review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
2017-04-12  Magnus HaganderFix reversed check of return value from sync
2017-04-11  Tom LaneRemove bogus redefinition of _MSC_VER.
2017-04-11  Tom LaneSimplify handling of remote-qual pass-forward in postgr...
2017-04-11  Robert HaasAllow a rule on partitioned table to be renamed.
2017-04-11  Robert HaasAdd an Assert() to max_parallel_workers enforcement.
2017-04-11  Robert HaasFix confusion of max_parallel_workers mechanism followi...
2017-04-11  Bruce Momjiandoc: clearify pg_upgrade default copy behavior
2017-04-11  Robert HaasFix failure when a shared tidbitmap has only one page.
2017-04-11  Tom LaneHandle restriction clause lists more uniformly in postg...
2017-04-11  Fujii MasaoAdd max_sync_workers_per_subscription to postgresql...
2017-04-11  Bruce Momjiandocs: Improve window function docs
2017-04-11  Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-04-11  Magnus HaganderRemove support for bcc and msvc standalone libpq builds
next