]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
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...
next