]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2019-05-20  Michael PaquierFix some grammar in documentation of spgist and pgbench
2019-05-19  Andres FreundFix and improve SnapshotType comments.
2019-05-19  Noah MischRevert "In the pg_upgrade test suite, don't write to...
2019-05-19  Andres FreundDon't to predicate lock for analyze scans, refactor...
2019-05-19  Noah MischIn the pg_upgrade test suite, don't write to src/test...
2019-05-19  Tom LaneImprove logrotate test so that it meaningfully exercise...
2019-05-19  Tom LaneRevert "postmaster: Start syslogger earlier".
2019-05-19  Alexander KorotkovFix declarations of couple jsonpath functions
2019-05-19  Alexander KorotkovImprove documentation for array subscription in jsonpath
2019-05-19  Alexander KorotkovDocument jsonpath .** accessor with nesting level filter
2019-05-19  Tom LaneANSI-ify a few straggler K&R-style function definitions.
2019-05-18  Tom LaneMake BufFileCreateTemp() ensure that temp tablespaces...
2019-05-18  Bruce Momjiandocs: tighten up PG 12 release note item on 1k partitions
2019-05-18  Tom Lane"A void function may not return a value".
2019-05-18  Andres Freundtableam: Avoid relying on relation size to determine...
2019-05-18  Andres Freundtableam: Don't assume that every AM uses md.c style...
2019-05-17  Tom LaneRestructure creation of run-time pruning steps.
2019-05-17  Bruce Momjiandocs: split out sort-skip partition item in PG 12...
2019-05-17  Michael PaquierFix regression test outputs
2019-05-16  Michael PaquierFix typos in documentatoin of GSSAPI encryption
2019-05-16  Alvaro HerreraMore message style fixes
2019-05-16  Peter GeogheganRemove extra nbtree half-dead internal page check.
2019-05-16  Tom LaneFix bogus logic for combining range-partitioned columns...
2019-05-16  Tom LaneFix partition pruning to treat stable comparison operat...
2019-05-15  Peter GeogheganRemove obsolete nbtree insertion comment.
2019-05-15  Tom LaneRemove no-longer-used typedef.
2019-05-15  Peter GeogheganReverse order of newitem nbtree candidate splits.
2019-05-15  Bruce Momjiandocs: properly indent PG 12 release notes
2019-05-14  Andres FreundHandle table_complete_speculative's succeeded argument...
2019-05-14  Andres FreundAdd isolation test for INSERT ON CONFLICT speculative...
2019-05-14  Tom LaneFix "make clean" to clean out junk files left behind...
2019-05-14  Tom LaneMove logging.h and logging.c from src/fe_utils/ to...
2019-05-14  Bruce Momjiandocs: Indent listitem tags in PG 12 release notes
2019-05-14  Tom LaneRemove pg_rewind's private logging.h/logging.c files.
2019-05-14  Tom LaneFix SQL-style substring() to have spec-compliant greedi...
2019-05-14  Tom LaneIn bootstrap mode, use default signal handling for...
2019-05-14  Peter EisentrautUpdate SQL features/conformance information to SQL...
2019-05-14  Peter EisentrautUpdate information_schema for SQL:2016
2019-05-14  Peter EisentrautUpdate SQL keywords list to SQL:2016
2019-05-14  Bruce Momjiandocs: update partition item in PG 12 release notes
2019-05-14  Bruce Momjiandocs: fix duplicate wording in PG 12 release notes
2019-05-14  Heikki LinnakangasDetect internal GiST page splits correctly during index...
2019-05-14  Heikki LinnakangasFix comment on when HOT update is possible.
2019-05-14  Etsuro FujitaFix typo.
2019-05-14  Bruce Momjiandoc: Update OID item in PG 12 release notes
2019-05-14  Bruce Momjiandoc: improve wording of PG 12 releaase note partition...
2019-05-14  Bruce Momjiandoc: properly attibute PG 12 pgbench release note...
2019-05-14  Michael PaquierFix duplicated words in comments
2019-05-13  Peter GeogheganStandardize ItemIdData terminology.
2019-05-13  Peter GeogheganDoc: Refer to line pointers as item identifiers.
2019-05-13  Tom LaneFix logical replication's ideas about which type OIDs...
2019-05-13  Tom LaneImprove commentary about hack in is_publishable_class().
2019-05-13  Peter GeogheganDon't leave behind junk nbtree pages during split.
2019-05-13  Robert HaasImprove comment for att_isnull.
2019-05-13  Tom LaneFix misuse of an integer as a bool.
2019-05-13  Etsuro Fujitapostgres_fdw: Fix typo in comment.
2019-05-13  Bruce Momjiandoc: PG 12 release notes: normalize attribution names
2019-05-13  Bruce Momjiandoc: adjust PG 12 release note sections
2019-05-13  Bruce Momjiandocs: fix typo in mention of MSVC
2019-05-13  Michael PaquierFix incorrect return value in JSON equality function...
2019-05-12  Tom LaneFix misoptimization of "{1,1}" quantifiers in regular...
2019-05-12  Noah MischFail pgwin32_message_to_UTF16() for SQL_ASCII messages.
2019-05-12  Tom LaneRearrange pgstat_bestart() to avoid failures within...
2019-05-11  Bruce Momjiandocs: remove second mention of btree max length reduction
2019-05-11  Bruce Momjiandoc: remove pg_config mention from PG 12 release notes
next