]> granicus.if.org Git - postgresql/shortlog
postgresql
2019-03-14 Peter EisentrautImprove code comment
2019-03-14 Peter EisentrautRemove unused #include
2019-03-14 Peter EisentrautAdd BKI_DEFAULT to pg_class.relrewrite
2019-03-14 Tom LaneEnsure dummy paths have correct required_outer if rel...
2019-03-14 Robert HaasDefend against leaks into RelationBuildPartitionDesc.
2019-03-14 Peter EisentrautRefactor ParamListInfo initialization
2019-03-14 Peter EisentrautFix volatile vs. pointer confusion
2019-03-14 Michael PaquierFix thinko when bumping on temporary directories in...
2019-03-14 Tom LaneSync commentary in transam.h and bki.sgml.
2019-03-14 Michael PaquierFix race condition in recently-added TAP test for recov...
2019-03-14 Tom LaneAdjust the tests for the hyperbolic functions.
2019-03-13 Tom LaneRethink how to test the hyperbolic functions.
2019-03-13 Thomas MunroUse condition variables to wait for checkpoints.
2019-03-13 Robert HaasRevert setting client_min_messages to 'debug1' in new...
2019-03-13 Peter EisentrautInclude all columns in default names for foreign key...
2019-03-13 Robert HaasAllow ALTER TABLE .. SET NOT NULL to skip provably...
2019-03-13 Magnus HaganderRemove extra comma
2019-03-13 Michael PaquierAdd TAP test to check consistency of minimum recovery LSN
2019-03-13 Michael PaquierRename pg_verify_checksums to pg_checksums
2019-03-13 Michael PaquierFix cross-version compatibility checks of pg_verify_che...
2019-03-12 Peter GeogheganCorrect obsolete nbtree page split comment.
2019-03-12 Tom LaneAdd support for hyperbolic functions, as well as log10().
2019-03-12 Tom LaneRemove remaining hard-wired OID references in the initi...
2019-03-12 Tom LaneCreate a script that can renumber manually-assigned...
2019-03-12 Etsuro FujitaFix testing of parallel-safety of scan/join target.
2019-03-12 Amit KapilaAdd more tests for FSM.
2019-03-12 Michael PaquierAdd routine able to update the control file to src...
2019-03-11 Tom LaneAllow fractional input values for integer GUCs, and...
2019-03-11 Andrew DunstanTweak wording on VARIADIC array doc patch.
2019-03-11 Andrew DunstanDocument incompatibility of comparison expressions...
2019-03-11 Andres FreundRemove spurious return.
2019-03-11 Tom LaneGive up on testing guc.c's behavior for "infinity"...
2019-03-11 Andres FreundEnsure sufficient alignment for ParallelTableScanDescDa...
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-11 Andrew Dunstanpgbench: increase the maximum number of variables/arguments
2019-03-11 Amit KapilaFix typos in commit 8586bf7ed8.
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-03-11 Tom LaneIn guc.c, ignore ERANGE errors from strtod().
2019-03-11 Michael MeskesFix potential memory access violation in ecpg if filena...
2019-03-11 Michael MeskesFix ecpglib regression that made it impossible to close...
2019-03-11 Peter EisentrautRemove unused macro
2019-03-11 Peter Eisentrautpsql: Add documentation URL to \help output
2019-03-11 Michael PaquierAdjust error message for partial writes in WAL segments
2019-03-10 Alvaro HerreraFix documentation on partitioning vs. foreign tables
2019-03-10 Tom LaneReduce the default value of autovacuum_vacuum_cost_dela...
2019-03-10 Tom LaneRevert "Increase the default vacuum_cost_limit from...
2019-03-10 Tom LaneConvert [autovacuum_]vacuum_cost_delay into floating...
2019-03-10 Tom LaneInclude GUC's unit, if it has one, in out-of-range...
2019-03-10 Tom LaneDisallow NaN as a value for floating-point GUCs.
2019-03-10 Alvaro Herrerapg_upgrade: Ignore TOAST for partitioned tables
2019-03-10 Alexander KorotkovSupport for INCLUDE attributes in GiST indexes
2019-03-09 Tom LaneSimplify release-note links to back branches.
2019-03-09 Magnus HaganderAdd new clientcert hba option verify-full
2019-03-09 Magnus HaganderTrack block level checksum failures in pg_stat_database
2019-03-09 Noah MischAvoid some table rewrites for ALTER TABLE .. SET DATA...
2019-03-08 Michael PaquierTighten use of OpenTransientFile and CloseTransientFile
2019-03-08 Alvaro HerreraFix crash with old libxml2
2019-03-08 Tom LaneReformat catalog .dat files.
2019-03-08 Tom LaneMinor improvements for reformat_dat_file.pl.
2019-03-08 Michael PaquierFix function signatures of pageinspect in documentation
2019-03-08 Michael PaquierFix compatibility of pg_basebackup -R with 11 and older...
2019-03-07 Alvaro HerreraFix minor deficiencies in XMLTABLE, xpath(), xmlexists()
2019-03-07 Tom LaneFix handling of targetlist SRFs when scan/join relation...
2019-03-07 Robert HaasAllow ATTACH PARTITION with only ShareUpdateExclusiveLock.
2019-03-07 Alvaro HerreraFix broken markup
2019-03-07 Alvaro HerreraFix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE
2019-03-07 Alvaro HerreraAdd missing <limits.h>
2019-03-07 Alvaro Herrerapg_dump: allow multiple rows per insert
2019-03-07 Thomas MunroRemove useless header inclusion.
2019-03-07 Thomas MunroDrop the vestigial "smgr" type.
2019-03-06 Andres FreundDon't reuse slots between root and partition in ON...
2019-03-06 Andres FreundFix equalfuncs for accessMethod addition in 8586bf7ed8.
2019-03-06 Andrew DunstanDon't log incomplete startup packet if it's empty
2019-03-06 Andres FreundFix copy/out/readfuncs for accessMethod addition in...
2019-03-06 Andres FreundFix collation dependency in test introduced in 8586bf7e...
2019-03-06 Andres FreundFix collation dependency in test introduced in 8586bf7ed8.
2019-03-06 Andres Freundtableam: Add pg_dump support.
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-03-06 Andres FreundFix bug in clearing of virtual tuple slot.
2019-03-06 Robert HaasRemoved unused variable, openLogOff.
2019-03-06 Andrew DunstanIncrease the default vacuum_cost_limit from 200 to...
2019-03-06 Michael PaquierTeach SKIP_LOCKED to psql tab completion of VACUUM...
2019-03-05 Andrew DunstanFix pgbench TAP test failure with funky file names...
2019-03-05 Peter EisentrautRemove duplicate macro
2019-03-05 Heikki LinnakangasScan GiST indexes in physical order during VACUUM.
2019-03-05 Peter GeogheganNote case where nbtree VACUUM finishes splits.
2019-03-04 Andrew DunstanDisable dump_connstr test on Msys2
2019-03-04 Andrew DunstanAllow recovery tests to run on Windows as an admin...
2019-03-04 Peter GeogheganCorrect obsolete nbtree page split WAL comment.
2019-03-04 Andrew DunstanReorder configure tests for accept() in Windows
2019-03-04 Alvaro Herrerapg_partition_ancestors
2019-03-04 Alvaro HerreraTest partition functions with legacy inheritance childr...
2019-03-04 Peter EisentrautRemove volatile from latch API
2019-03-04 Michael PaquierFix error handling of readdir() port implementation...
2019-03-04 Andrew Dunstanfix thinko in logrotate test
2019-03-03 Andrew DunstanDon't do pg_ctl logrotate test on Windows
2019-03-03 Tom LaneImprove performance of index-only scans with many index...
2019-03-03 Andrew DunstanAvoid accidental wildcard expansion in msys shell
2019-03-03 Dean RasheedFurther fixing for multi-row VALUES lists for updatable...
2019-03-02 Michael PaquierConsider only relations part of partition trees in...
next